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

@@ -555,7 +555,7 @@ export default {
width: 100%;
}
::v-deep .AiPersonSelect .el-button {
:deep( .AiPersonSelect .el-button ){
color: #fff;
}
}

View File

@@ -918,37 +918,37 @@ export default {
}
}
::v-deep .ai-dialog__content--wrapper {
:deep( .ai-dialog__content--wrapper ){
overflow-y: hidden !important;
}
::v-deep .AiPersonSelect .el-button {
:deep( .AiPersonSelect .el-button ){
color: #fff;
}
::v-deep.el-tabs__content {
:deep(.el-tabs__content ){
max-height: calc(100vh - 136px);
overflow-y: auto;
}
::v-deep .el-step__icon {
:deep( .el-step__icon ){
border-color: #ccc !important;
}
::v-deep .el-step__line {
:deep( .el-step__line ){
background-color: #ccc !important;
}
::v-deep .el-step__title,
::v-deep .is-wait {
:deep( .el-step__title),
:deep( .is-wait ){
color: #666 !important;
}
::v-deep .is-finish {
:deep( .is-finish ){
color: #26f !important;
}
::v-deep .is-finish .el-step__icon {
:deep( .is-finish .el-step__icon ){
border-color: #26f !important;
}
}