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

@@ -268,7 +268,7 @@
<style scoped lang="scss">
.AppResidentManage {
::v-deep .ai-detail__content--wrapper {
:deep( .ai-detail__content--wrapper ){
max-width: 100% !important;
padding: 20px;
}
@@ -366,7 +366,7 @@
}
}
::v-deep .avatar {
:deep( .avatar ){
width: 40px;
height: 40px;
vertical-align: middle;

View File

@@ -166,7 +166,7 @@
<style scoped lang="scss">
.statistics {
::v-deep .ai-list__content--right-wrapper {
:deep( .ai-list__content--right-wrapper ){
background: transparent !important;
box-shadow: none !important;
padding: 12px 0 12px !important;