::v-deep=>:deep()
This commit is contained in:
@@ -369,13 +369,13 @@
|
||||
<style scoped lang="scss">
|
||||
.statistics {
|
||||
padding: 0!important;
|
||||
::v-deep .ai-list__content--right-wrapper {
|
||||
:deep( .ai-list__content--right-wrapper ){
|
||||
background: transparent!important;
|
||||
box-shadow: none!important;
|
||||
padding: 0 0 0!important;
|
||||
}
|
||||
|
||||
::v-deep .ai-list {
|
||||
:deep( .ai-list ){
|
||||
padding: 0!important;
|
||||
}
|
||||
|
||||
@@ -425,7 +425,7 @@
|
||||
|
||||
.addressBook-left__list--search {
|
||||
flex: 1;
|
||||
::v-deep input {
|
||||
:deep( input ){
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@@ -442,7 +442,7 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
::v-deep .el-tree {
|
||||
:deep( .el-tree ){
|
||||
background: transparent;
|
||||
|
||||
.el-tree-node__expand-icon.is-leaf {
|
||||
@@ -487,7 +487,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .ai-list__content--left {
|
||||
:deep( .ai-list__content--left ){
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
@@ -539,7 +539,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .ai-list__content--right {
|
||||
:deep( .ai-list__content--right ){
|
||||
|
||||
.ai-list__content--right-wrapper {
|
||||
min-height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user