yangfeng
2023-08-03 624e812b40ac87bf8d7a17b83b4a3bc3bbd901fb
src/views/client/followupRecords/AddFollowupRecordsDialog.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"
@@ -553,7 +555,8 @@
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss" scoped>
.add-followup-records {
::v-deep {
  .iframe-dialog .el-dialog__body {
  .basic-info {
    .basic-info-title {
      background-color: #f4f8fe;
@@ -603,4 +606,5 @@
    line-height: 55px;
  }
}
}
</style>