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