src/views/sales/salesDetails/AddSalesDetailsDialog.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" @@ -569,7 +571,8 @@ <!-- Add "scoped" attribute to limit CSS to this component only --> <style lang="scss" scoped> .add-sales-details { ::v-deep { .iframe-dialog .el-dialog__body { .basic-info { .basic-info-title { background-color: #f4f8fe; @@ -617,4 +620,5 @@ line-height: 55px; } } } </style>