src/views/sales/masterOrder/AddMasterOrderDialog.vue
@@ -5,6 +5,8 @@ :visible.sync="editConfig.visible" :width="dialogWidth" :before-close="handleClose" append-to-body custom-class="iframe-dialog" > <el-form ref="form" @@ -289,7 +291,8 @@ <!-- Add "scoped" attribute to limit CSS to this component only --> <style lang="scss" scoped> .add-quotation { ::v-deep { .iframe-dialog .el-dialog__body { .basic-info { .basic-info-title { background-color: #f4f8fe; @@ -337,4 +340,5 @@ line-height: 55px; } } } </style>