::v-deep=>:deep()
This commit is contained in:
@@ -78,11 +78,11 @@
|
||||
.bbs {
|
||||
padding-top: 16px;
|
||||
|
||||
::v-deep .ai-detail__content {
|
||||
:deep( .ai-detail__content ){
|
||||
background: #F3F6F9;
|
||||
}
|
||||
|
||||
::v-deep .ai-empty__bg {
|
||||
:deep( .ai-empty__bg ){
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -296,13 +296,13 @@
|
||||
shadowOffsetX: 0,
|
||||
shadowColor: 'rgba(0, 0, 0, 0.5)'
|
||||
},
|
||||
normal:{
|
||||
label:{
|
||||
show: true,
|
||||
formatter: '{b} : {c} ({d}%)'
|
||||
},
|
||||
labelLine :{show:true}
|
||||
}
|
||||
normal:{
|
||||
label:{
|
||||
show: true,
|
||||
formatter: '{b} : {c} ({d}%)'
|
||||
},
|
||||
labelLine :{show:true}
|
||||
}
|
||||
},
|
||||
labelLine: {
|
||||
show: false
|
||||
@@ -396,13 +396,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;
|
||||
}
|
||||
|
||||
@@ -505,7 +505,7 @@
|
||||
|
||||
.addressBook-left__list--search {
|
||||
flex: 1;
|
||||
::v-deep input {
|
||||
:deep( input ){
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@@ -522,7 +522,7 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
::v-deep .el-tree {
|
||||
:deep( .el-tree ){
|
||||
background: transparent;
|
||||
|
||||
.el-tree-node__expand-icon.is-leaf {
|
||||
@@ -559,7 +559,7 @@
|
||||
}
|
||||
|
||||
background: #2266FF;
|
||||
|
||||
|
||||
span {
|
||||
color: #fff;
|
||||
}
|
||||
@@ -567,7 +567,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .ai-list__content--left {
|
||||
:deep( .ai-list__content--left ){
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
@@ -619,7 +619,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