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

@@ -489,27 +489,27 @@ export default {
}
}
::v-deep .el-scrollbar__wrap {
:deep( .el-scrollbar__wrap ){
overflow-x: hidden;
}
}
::v-deep .ai-list__content--right {
:deep( .ai-list__content--right ){
.ai-list__content--right-wrapper {
min-height: 100%;
}
}
::v-deep .has-gutter tr {
:deep( .has-gutter tr ){
height: 40px;
}
::v-deep .el-table__row td {
:deep( .el-table__row td ){
height: 68px;
}
// ::v-deep .el-table__row td .cell {
// :deep( .el-table__row td .cell ){
// width: 240px;
// height: 44px;
// }
@@ -542,7 +542,7 @@ export default {
}
}
::v-deep .media {
:deep( .media ){
object-fit: fill;
width: 40px;
height: 40px;
@@ -550,7 +550,7 @@ export default {
box-sizing: content-box;
}
::v-deep .AiPersonSelect {
:deep( .AiPersonSelect ){
& > button {
background: #f5f5f5;
border-radius: 0px 2px 2px 0px;
@@ -559,7 +559,7 @@ export default {
}
}
::v-deep .is-active {
:deep( .is-active ){
border-right: 2px solid #2266ff;
}
</style>