This commit is contained in:
zhutianqi
2021-12-30 16:11:57 +08:00
parent 8431792082
commit 00e584a968
12 changed files with 43 additions and 29 deletions
+15
View File
@@ -1,6 +1,21 @@
.phoneBox {
width: 100%;
height: 100%;
.form-item-disabled {
color: #666 !important;
/deep/.el-form-item__label {
color: #666 !important;
}
/deep/.el-form-item__content {
color: #666 !important;
/deep/.el-input {
color: #666 !important;
/deep/.el-input__inner {
color: #666 !important;
}
}
}
}
.headerTabs {
height: 52px;
display: flex;