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

@@ -762,7 +762,7 @@ export default {
<style scoped lang="scss">
.addThreeMeeting {
::v-deep .el-upload-list--picture-card {
:deep( .el-upload-list--picture-card ){
.el-upload-list__item-actions {
width: 84px !important;
height: 84px !important;
@@ -788,19 +788,19 @@ export default {
}
}
::v-deep .el-upload-list__item {
:deep( .el-upload-list__item ){
margin-right: 16px;
}
::v-deep .el-date-editor--datetime {
:deep( .el-date-editor--datetime ){
width: 100% !important;
}
::v-deep .el-upload-list__item:nth-of-type(7) {
:deep( .el-upload-list__item:nth-of-type(7) ){
margin-right: 0;
}
::v-deep .el-upload-list__item,
:deep( .el-upload-list__item),
.el-upload-list__item {
img {
width: 84px !important;
@@ -812,7 +812,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;
@@ -844,7 +844,7 @@ export default {
line-height: 16px;
}
::v-deep .el-upload--picture-card {
:deep( .el-upload--picture-card ){
width: 84px !important;
height: 84px !important;
line-height: 30px !important;
@@ -993,7 +993,7 @@ export default {
}
}
::v-deep .el-form-item__content {
:deep( .el-form-item__content ){
display: flex;
flex-wrap: wrap;
}
@@ -1034,7 +1034,7 @@ export default {
height: 32px;
margin: 0 8px;
::v-deep .el-input__inner {
:deep( .el-input__inner ){
line-height: 32px;
height: 32px;
padding: 0 10px;
@@ -1042,16 +1042,16 @@ export default {
}
.select-party {
::v-deep .el-dialog__header {
:deep( .el-dialog__header ){
padding: 13px 16px;
border-bottom: 1px solid #eee;
}
::v-deep .el-dialog__body {
:deep( .el-dialog__body ){
padding: 24px 40px 48px;
}
::v-deep .el-tree {
:deep( .el-tree ){
background-color: #fcfcfc;
height: calc(100% - 40px);
width: 350px;
@@ -1120,7 +1120,7 @@ export default {
width: 100%;
}
::v-deep .el-tag .el-icon-close {
:deep( .el-tag .el-icon-close ){
color: #666;
}
}