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

@@ -591,11 +591,11 @@ export default {
}
.AiPeopleMember-dialog {
::v-deep .el-input__validateIcon {
:deep( .el-input__validateIcon ){
display: none;
}
::v-deep.el-pagination__sizes {
:deep(.el-pagination__sizes ){
width: 72px !important;
.el-select, .el-input, input {
@@ -660,17 +660,17 @@ export default {
}
}
::v-deep.pagination {
:deep(.pagination ){
padding: 0 !important;
}
::v-deep.pagination .el-pager li {
:deep(.pagination .el-pager li ){
line-height: 22px !important;
}
::v-deep.el-table__header {
:deep(.el-table__header ){
margin-bottom: 4px;
border-bottom: 1px solid rgba(208, 212, 220, 1);
@@ -697,11 +697,11 @@ export default {
overflow: auto;
box-sizing: border-box;
::v-deep.el-table td, .el-table th.is-leaf {
:deep(.el-table td), .el-table th.is-leaf {
border-bottom: none;
}
::v-deep.el-table::before {
:deep(.el-table::before ){
display: none;
}
@@ -749,11 +749,11 @@ export default {
width: 166px;
}
::v-deep.el-input--small .el-input__icon {
:deep(.el-input--small .el-input__icon ){
line-height: 28px;
}
::v-deep.el-input--small .el-input__inner {
:deep(.el-input--small .el-input__inner ){
width: 166px;
height: 28px;
}