Kaynağa Gözat

Merge remote-tracking branch 'origin/master'

linweizeng 2 yıl önce
ebeveyn
işleme
472fa3fcfb
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  1. 8 0
      src/views/statistics/index.vue

+ 8 - 0
src/views/statistics/index.vue

@@ -57,6 +57,7 @@
               type="monthrange"
               align="right"
               unlink-panels
+              style="background-color: rgba(0,0,0,0);"
               format="yyyy 年 MM 月"
               value-format="yyyy-MM"
               @change="checkYear(endDate,'end')"
@@ -812,3 +813,10 @@
 }
  
 </style>
+<style lang="scss" scoped>
+
+::v-deep(.el-input__inner) {
+  background-color: rgba(0,0,0,0);
+  color: #fff;
+}
+</style>