Browse Source

看板设置护理项选择框拉长

wuyunfeng 2 years ago
parent
commit
9efe8edc14
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/custom-infoboard/templates/board-item-setting.vue

+ 3 - 0
src/views/custom-infoboard/templates/board-item-setting.vue

@@ -181,4 +181,7 @@
         width: 100%;
         height: 32px;
     }
+    /deep/ .el-select{
+        width: 100%;
+    }
 </style>