Procházet zdrojové kódy

输入框公式回显

duy před 1 rokem
rodič
revize
9fbc2c7d95

+ 3 - 0
src/global/components/table-form/index.vue

@@ -471,6 +471,9 @@ defineExpose({
                 .el-input, .el-textarea .el-textarea__inner {
                     background-color: #dcdcdc !important;
                 }
+                .el-date-editor.el-input__wrapper{
+                    background-color: #dcdcdc !important;
+                }
             }
             //文本选中颜色
             .el-input .el-input__wrapper input,

+ 3 - 0
src/styles/app/main.scss

@@ -60,6 +60,9 @@ embed {
             .el-input, .el-textarea .el-textarea__inner {
                 background-color: #dcdcdc !important;
             }
+            .el-date-editor.el-input__wrapper{
+                background-color: #dcdcdc !important;
+            }
         }
         //文本选中颜色
         .el-input .el-input__wrapper input,