diff --git a/src/App.vue b/src/App.vue index 5d065fd..c54eada 100644 --- a/src/App.vue +++ b/src/App.vue @@ -142,7 +142,7 @@ } .el-table th .cell { - color: aqua !important; + color: white !important; text-align: center !important; } diff --git a/src/App.vue b/src/App.vue index 5d065fd..c54eada 100644 --- a/src/App.vue +++ b/src/App.vue @@ -142,7 +142,7 @@ } .el-table th .cell { - color: aqua !important; + color: white !important; text-align: center !important; } diff --git a/src/components/newFiber/NewFiberSearch.vue b/src/components/newFiber/NewFiberSearch.vue index 858c3ee..3167858 100644 --- a/src/components/newFiber/NewFiberSearch.vue +++ b/src/components/newFiber/NewFiberSearch.vue @@ -1007,7 +1007,7 @@ width: 100%; height: calc(100% - 60px); display: inline-block; - background: rgba(53, 53, 53, 0.5); + background: rgba(255,255,255, 0.1); } /* 因子选择 A*/ #YinziSelect {