楚江漓i
2021-03-08 7b51535a166a261a87eaad45ed70f805ada331a9
src/views/user/archivesEdit.vue
@@ -560,6 +560,7 @@
                :data="workExperienceData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                :highlight-current-row="true"
                @selection-change="onworkExperienceDataselection"
              >
@@ -603,6 +604,7 @@
                :data="physicalExamData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onphysicalExamDataselection"
              >
@@ -651,6 +653,7 @@
                :data="contractInfoData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="oncontractInfoDataselection"
              >
@@ -691,6 +694,7 @@
                :data="jobChangeData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
              >
                <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55">
@@ -729,6 +733,7 @@
                :data="leaveInfoData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onleaveInfoDataselection"
              >
@@ -775,6 +780,7 @@
                :data="resignData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onresignDataselection"
              >
@@ -818,6 +824,7 @@
                :data="dimissionAttendData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="ondimissionAttendDataselection"
              >
@@ -861,6 +868,7 @@
                :data="dimissionLogData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
              >
                <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55">
@@ -898,6 +906,7 @@
                :data="unemploymentData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onunemploymentDataselection"
              >
@@ -942,6 +951,7 @@
                :data="insuranceData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="oninsuranceDataselection"
              >
@@ -988,6 +998,7 @@
                :data="accidentCasesData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onaccidentCasesDataselection"
              >
@@ -1041,6 +1052,7 @@
                :data="occupationalData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onoccupationalDataselection"
              >
@@ -1094,6 +1106,7 @@
                :data="laborTroubleData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onlaborTroubleDataselection"
              >
@@ -1141,6 +1154,7 @@
                :data="badRecordData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onbadRecordDataselection"
              >
@@ -1184,6 +1198,7 @@
                :data="remarkInfoData"
                stripe
                :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
                :cell-style="{padding:'7px 0'}"
                style="width: 100%;"
                @selection-change="onremarkInfoDataselection"
              >
@@ -1220,7 +1235,7 @@
          </div>
          <div ref="jljt" class="jljt">
            <div class="jbxxTitle">
            <div class="jbxxTitle2">
              上传附件
            </div>
            <div class="jbxxCon">
@@ -5722,12 +5737,12 @@
    height: 90vh;
    overflow-y: scroll;
    .jbxxTitle {
    .jbxxTitle,.jbxxTitle2 {
      height: 30px;
      line-height: 30px;
      padding-left: 15px;
      //border-left: 4px solid #a00515;
      margin: 40px 0 20px;
      margin: 30px 0 20px;
      color: #000;
      position: relative;
    }
@@ -5736,7 +5751,8 @@
      margin: 20px 0;
    }
    .jbxxTitle::before {
    .jbxxTitle::before,
    .jbxxTitle2::before{
      content: '';
      position: absolute;
      left: -10px;