|
@@ -1523,9 +1523,10 @@ export default {
|
|
|
}
|
|
|
/* 表单背景 */
|
|
|
::v-deep .el-input__inner {
|
|
|
- background-color: transparent;
|
|
|
+ background-color: transparent !important;
|
|
|
color: #fff;
|
|
|
/* border: 1px solid white !important; */
|
|
|
+ border-color: #fff !important;
|
|
|
}
|
|
|
/* 调整表单间距 */
|
|
|
::v-deep .el-date-editor.el-input,
|