|
|
@@ -466,7 +466,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.cl-editor-quill {
|
|
|
- /deep/ .editor {
|
|
|
+ ::v-deep.editor {
|
|
|
height: 300px;
|
|
|
}
|
|
|
}
|
|
|
@@ -483,7 +483,7 @@ export default {
|
|
|
.list-checkbox {
|
|
|
position: relative;
|
|
|
margin-bottom: 10px;
|
|
|
- /deep/ .el-checkbox__input {
|
|
|
+ ::v-deep.el-checkbox__input {
|
|
|
position: absolute;
|
|
|
top: 10px;
|
|
|
right: 10px;
|
|
|
@@ -500,7 +500,7 @@ export default {
|
|
|
// 风格选择
|
|
|
.style-modal-content {
|
|
|
width: 830px;
|
|
|
- /deep/ .upload-wrap {
|
|
|
+ ::v-deep.upload-wrap {
|
|
|
width: 60px !important;
|
|
|
height: 60px !important;
|
|
|
}
|