::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

@@ -148,13 +148,13 @@
height: 100%;
.el-steps {
::v-deep .el-step__icon {
:deep( .el-step__icon ){
font-size: 12px;
color: #555555;
border-color: #d0d4dc;
}
::v-deep .el-step__head.is-finish {
:deep( .el-step__head.is-finish ){
.el-step__icon.is-text {
border: none;
color: #fff;
@@ -163,7 +163,7 @@
}
}
::v-deep .el-step__line {
:deep( .el-step__line ){
background-color: #d0d4dc;
}
}
@@ -189,12 +189,12 @@
}
}
::v-deep .el-step__head.is-process {
:deep( .el-step__head.is-process ){
color: #555;
border-color: #555;
}
::v-deep .is-finish h2 {
:deep( .is-finish h2 ){
color: #2266ff;
}
@@ -212,7 +212,7 @@
}
}
::v-deep .ai-detail__content {
:deep( .ai-detail__content ){
background: #f3f6f9;
.ai-detail__content--wrapper {
@@ -238,7 +238,7 @@
}
}
::v-deep .el-card {
:deep( .el-card ){
.el-card__header {
padding: 12px 16px;
font-weight: bold;