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

@@ -308,18 +308,18 @@ export default {
}
.addRural {
::v-deep .upload-list .el-upload-list--picture-card {
:deep( .upload-list .el-upload-list--picture-card ){
.el-upload-list__item-actions {
width: 84px !important;
height: 84px !important;
}
}
::v-deep .upload-list .el-upload-list__item {
:deep( .upload-list .el-upload-list__item ){
margin-right: 16px;
}
::v-deep .upload-list .el-upload-list__item, .el-upload-list__item {
:deep( .upload-list .el-upload-list__item), .el-upload-list__item {
img {
width: 84px !important;
height: 84px !important;
@@ -330,7 +330,7 @@ export default {
.upload-list {
padding-bottom: 100px;
::v-deep .el-upload-list__item {
:deep( .el-upload-list__item ){
width: 84px !important;
height: 84px !important;
border-radius: 2px !important;
@@ -362,7 +362,7 @@ export default {
line-height: 16px;
}
::v-deep .upload-list .el-upload--picture-card {
:deep( .upload-list .el-upload--picture-card ){
width: 84px !important;
height: 84px !important;
line-height: 30px !important;