From a1b3ed1871500f4ab41e657db9135f0e264086c2 Mon Sep 17 00:00:00 2001
From: 楚江漓i <85093541@qq.com>
Date: 星期日, 07 三月 2021 19:02:21 +0800
Subject: [PATCH] 信息录入,员工智搜样式修改

---
 src/views/user/Informationinput.vue |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index 82adc7f..87d14a5 100644
--- a/src/views/user/Informationinput.vue
+++ b/src/views/user/Informationinput.vue
@@ -60,6 +60,7 @@
           ref="empBaseInfoTable"
           :data="basicInformationData"
           stripe
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           style="width: 100%;"
         >
@@ -112,6 +113,7 @@
           v-show="showArr[1].show"
           ref="workExperienceTable"
           :data="workExperienceData"
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           stripe
           style="width: 100%;"
@@ -143,6 +145,7 @@
           v-show="showArr[2].show"
           ref="physicalExamTable"
           :data="physicalExamData"
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           stripe
           style="width: 100%;"
@@ -188,6 +191,7 @@
           v-show="showArr[3].show"
           ref="contractInfoTable"
           :data="contractInfoData"
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           stripe
           style="width: 100%;"
@@ -223,6 +227,7 @@
           v-show="showArr[4].show"
           ref="dimissionAttendTable"
           :data="dimissionAttendData"
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           stripe
           style="width: 100%;"
@@ -256,6 +261,7 @@
           v-show="showArr[5].show"
           ref="leaveInfoTable"
           :data="leaveInfoData"
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           stripe
           style="width: 100%;"
@@ -287,6 +293,7 @@
           v-show="showArr[6].show"
           ref="resignTable"
           :data="resignData"
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           stripe
           style="width: 100%;"
@@ -315,6 +322,7 @@
           v-show="showArr[7].show"
           ref="unemploymentTable"
           :data="unemploymentData"
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           stripe
           style="width: 100%;"
@@ -344,6 +352,7 @@
           v-show="showArr[8].show"
           ref="insuranceTable"
           :data="insuranceData"
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           stripe
           style="width: 100%;"
@@ -375,6 +384,7 @@
           v-show="showArr[9].show"
           ref="accidentCasesTable"
           :data="accidentCasesData"
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           stripe
           style="width: 100%;"
@@ -419,6 +429,7 @@
           v-show="showArr[10].show"
           ref="occupationalTable"
           :data="occupationalData"
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           stripe
           style="width: 100%;"
@@ -464,6 +475,7 @@
           v-show="showArr[11].show"
           ref="laborTroubleTable"
           :data="laborTroubleData"
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           stripe
           style="width: 100%;"
@@ -509,6 +521,7 @@
           v-show="showArr[12].show"
           ref="badRecordTable"
           :data="badRecordData"
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           stripe
           style="width: 100%;"
@@ -542,6 +555,7 @@
           v-show="showArr[13].show"
           ref="remarkInfoTable"
           :data="remarkInfoData"
+          :cell-style="{padding:'7px 0'}"
           :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
           stripe
           style="width: 100%;"

--
Gitblit v1.8.0