Pārlūkot izejas kodu

解决统计查询组件下拉框value绑定对象和起止日期选择器daterange样式问题

shenqilong 1 gadu atpakaļ
vecāks
revīzija
27384b63ec
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      src/views/component/env/monthlyStat.vue

+ 4 - 0
src/views/component/env/monthlyStat.vue

@@ -32,6 +32,7 @@
                         filterable
                         clearable
                         placeholder="请选择"
+                        value-key="id_"
                     >
                         <el-option
                             v-for="item in field.options"
@@ -184,6 +185,9 @@ export default {
                 .el-select {
                     width: 100%;
                 }
+                .el-range-editor--small.el-input__inner {
+                    width: calc(100% - 100px);
+                }
             }
         }
         .toolbar {