::v-deep=>:deep()

This commit is contained in:
aixianling
2022-12-01 09:35:20 +08:00
parent d12c7b2c5e
commit 883ec09a0e
352 changed files with 1277 additions and 1281 deletions

View File

@@ -178,7 +178,7 @@ export default {
gap: 4px;
margin-bottom: 16px;
::v-deep.el-input__inner {
:deep(.el-input__inner ){
color: #fff;
}
}
@@ -192,18 +192,18 @@ export default {
justify-content: space-between;
align-items: center;
::v-deep .el-button {
:deep( .el-button ){
padding: 0 4px;
height: 28px;
background: #3E4A69;
}
::v-deep .el-button:hover {
:deep( .el-button:hover ){
border: none;
}
}
::v-deep.deviceList {
:deep(.deviceList ){
.el-scrollbar {
height: 100%;
@@ -214,16 +214,16 @@ export default {
}
}
::v-deep .el-progress__text, p {
:deep( .el-progress__text), p {
color: #19D286;
}
::v-deep .el-input__inner {
:deep( .el-input__inner ){
background: #282F45;
border: none;
}
::v-deep .el-tree {
:deep( .el-tree ){
background: transparent;
color: #fff;
@@ -232,7 +232,7 @@ export default {
}
}
::v-deep .el-input__icon {
:deep( .el-input__icon ){
color: #89b;
}
}