Forráskód Böngészése

修正样式写法错误

cfort 2 éve
szülő
commit
757e22b9e8
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/statistics/index.vue

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

@@ -815,7 +815,7 @@
 </style>
 <style lang="scss" scoped>
 
-::v-deep(.el-input__inner) {
+::v-deep .el-input__inner {
   background-color: rgba(0,0,0,0);
   color: #fff;
 }