loulijun2021
2022-08-29 1d739783b70e11e964d86a882b00c20d2e000997
src/views/scgl/gd.vue
@@ -685,7 +685,7 @@
      :close-on-click-modal="false"
      @close="dialogVisibleSourceClose"
    >
      <div class="bodyTopFormGroup">
      <div class="bodyTopFormGroup" style="animation: move 1s linear">
        <el-form
          ref="sourceForm"
          :model="sourceForm"
@@ -774,7 +774,7 @@
          </div>
        </el-form>
      </div>
      <el-tooltip :content="!isExpand?'点击展示更多':'收起'" placement="bottom">
      <!--      <el-tooltip  :content="!isExpand?'点击展示更多':'收起'" placement="bottom">-->
        <div
          style="display:flex;justify-content: center;
          align-items:center;background-color:#eee;cursor: pointer"
@@ -784,7 +784,7 @@
            :class="!isExpand?'el-icon-arrow-down':'el-icon-arrow-up'"
            :style="{color:'#42B983'}"
          /></div>
      </el-tooltip>
      <!--      </el-tooltip>-->
      <div class="elTableDiv">
        <el-table
          :data="sourceTableData"