|
@@ -2950,16 +2950,16 @@ export default {
|
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/deep/ .el-dialog__footer {
|
|
|
|
|
|
|
+::v-deep .el-dialog__footer {
|
|
|
height: 55px;
|
|
height: 55px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.custom-input /deep/ .el-input__inner {
|
|
|
|
|
|
|
+.custom-input ::v-deep .el-input__inner {
|
|
|
height: 20px;
|
|
height: 20px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.custom-input /deep/ .el-input__icon {
|
|
|
|
|
|
|
+.custom-input ::v-deep .el-input__icon {
|
|
|
line-height: 10px;
|
|
line-height: 10px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -2967,7 +2967,7 @@ export default {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/deep/ .el-badge__content.is-fixed {
|
|
|
|
|
|
|
+::v-deep .el-badge__content.is-fixed {
|
|
|
top: 10px !important;
|
|
top: 10px !important;
|
|
|
right: 0 !important;
|
|
right: 0 !important;
|
|
|
width: 8px;
|
|
width: 8px;
|