::v-deep=>:deep()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user