Commit 5febc87d by zhaochengxiang

重点关注背景颜色

parent adff7315
...@@ -123,7 +123,7 @@ const init = (ctx) => function (container, data, onClick) { ...@@ -123,7 +123,7 @@ const init = (ctx) => function (container, data, onClick) {
height: 30 height: 30
}, },
itemStyle: { itemStyle: {
borderColor: '#fff' borderColor: '#555'
}, },
breadcrumb: { breadcrumb: {
show: false, show: false,
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
.attention-row { .attention-row {
.yy-table-cell { .yy-table-cell {
background-color: #9dcef3 !important; background-color: #fff9ed !important;
} }
} }
......
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