liyongli 3 жил өмнө
parent
commit
8ef28a064f
2 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  1. 3 0
      src/App.vue
  2. 1 1
      src/views/Program.vue

+ 3 - 0
src/App.vue

@@ -48,4 +48,7 @@ body .el-range-editor.is-active,body .el-select .el-input.is-focus .el-input__in
 body .el-date-table td.today span, body .el-select-dropdown__item.selected,body .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{
   color: #313759 
 }
+body .el-date-editor--daterange.el-input__inner{
+  width:220px
+}
 </style>

+ 1 - 1
src/views/Program.vue

@@ -343,7 +343,7 @@ export default {
     },
     classSelect(a) {
       console.log(a,config.classification)
-      this.selectAll(a, "classification", 0);
+      this.selectAll(a, "classification", '0');
     },
     channelSelect(a) {
       this.selectAll(a, "channelGroup", 0);