Browse Source

bug修改

psj0001 1 month ago
parent
commit
6b01604510

+ 3 - 3
src/views/system/cityStatistics/regionalAreaDistribution/index.vue

@@ -243,11 +243,11 @@ onMounted(() => {
       height: 100%;
       box-sizing: border-box;
       padding: 16px;
-      background: #ffffff;
+      background: var(--commonBg);
       border: 1px solid #eeeeee;
       box-shadow: 0px 0px 10px 0px #dddddd;
       border-radius: 5px;
-      color: #000;
+      color: var(--commonTextColor);
       overflow-y: auto;
       .info {
         margin-bottom: 32px;
@@ -266,7 +266,7 @@ onMounted(() => {
             line-height: 1;
             border: 1px solid #eee;
             border-radius: 5px;
-            background: #fbfdff;
+            background: var(--commonBg);
             position: relative;
             margin-bottom: 10px;
             font-weight: bold;