Commit f6c4f84a authored by aoobao's avatar aoobao

fix clear background color

parent 67f78313
...@@ -68,7 +68,7 @@ export default { ...@@ -68,7 +68,7 @@ export default {
x: -1000, x: -1000,
y: -1000, y: -1000,
clearNumberList: [10, 15, 20, 30, 40, 50], clearNumberList: [10, 15, 20, 30, 40, 50],
clearNumber: 20, clearNumber: 40,
mergeList: [], mergeList: [],
remark: null, remark: null,
imgBase64: null, imgBase64: null,
...@@ -353,7 +353,8 @@ export default { ...@@ -353,7 +353,8 @@ export default {
.clear-block { .clear-block {
float: left; float: left;
margin-left: 10px; margin-left: 10px;
background-color: #fff; // background-color: #fff;
background-color: aqua;
&.active { &.active {
border: 1px solid red; border: 1px solid red;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment