Bläddra i källkod

所有选择日期背景颜色调整

liziliang 2 veckor sedan
förälder
incheckning
e94ce132b3

+ 8 - 1
src/components/Search/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="body">
+  <div class="body" id="shijian">
     <div class="itembox">
       <template v-for="(option, index) in searchOptions" :key="index">
         <div class="item" v-if="option.type == 'input'">
@@ -110,3 +110,10 @@ defineExpose({ searchForm });
   }
 }
 </style>
+<style lang="scss">
+#shijian {
+  .is-active {
+    background-color: #f5f7fa;
+  }
+}
+</style>

+ 7 - 1
src/views/statistic/firstPassYield/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="container1">
+  <div class="container1" id="shijian">
     <div class="infobox">
       <el-scrollbar>
         <div class="header">
@@ -417,4 +417,10 @@ onMounted(async () => {
 .el-radio {
   margin-right: 8px;
 }
+
+#shijian {
+  .is-active {
+    background-color: #f5f7fa;
+  }
+}
 </style>

+ 1 - 1
src/views/statistic/statistic/index.vue

@@ -330,7 +330,7 @@ onMounted(async () => {
 <style lang="scss">
 #shijian {
   .is-active {
-    background-color: rgb(122, 145, 192);
+    background-color: #f5f7fa;
   }
 }
 </style>