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

@@ -229,7 +229,7 @@
<style scoped lang="scss">
.list {
::v-deep .ai-list__content {
:deep( .ai-list__content ){
width: 100%;
.ai-list__content--right {
width: 100%!important;
@@ -241,7 +241,7 @@
}
}
}
::v-deep.el-pager {
:deep(.el-pager ){
li.active + li {
border-left: 1px solid #D0D4DC;
}
@@ -258,13 +258,13 @@
width: 100%;
padding: 0;
}
::v-deep .el-pager li.active {
:deep( .el-pager li.active ){
background-color: #fff !important;
color: #2266FF !important;
border-color: #2266FF;
}
::v-deep .el-pager li {
:deep( .el-pager li ){
background-color: #fff;
border: solid 1px #d0d4dc;
margin-left: 8px;
@@ -286,7 +286,7 @@
gap: 8px;
color: #2266FF !important;
::v-deep span, ::v-deep div {
:deep( span), :deep( div ){
font-size: 12px;
cursor: pointer;
color: #2266FF !important;
@@ -311,11 +311,11 @@
margin-left: 24px;
}
::v-deep .el-pagination button, .el-pagination span:not([class*=suffix]) {
:deep( .el-pagination button), .el-pagination span:not([class*=suffix]) {
line-height: 1 !important;
}
::v-deep.el-checkbox {
:deep(.el-checkbox ){
padding-left: 14px;
display: flex;
align-items: center;
@@ -385,7 +385,7 @@
flex: 1;
}
::v-deep .el-button {
:deep( .el-button ){
margin-left: 0;
padding: 0;
i {
@@ -422,7 +422,7 @@
flex: 1;
&:hover {
::v-deep i, ::v-deep span {
:deep( i), :deep( span ){
color: #2266FF;
}
}