From bd73b450b86d4db3cd0b94263df6ec645776dac5 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期五, 15 四月 2022 09:35:11 +0800
Subject: [PATCH] 劳动关系
---
src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue | 29 +++++++++++++++++++++++++++--
1 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue
index 3840265..40a2c41 100644
--- a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue
+++ b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue
@@ -7,28 +7,35 @@
style="width: 100%">
<el-table-column
prop="year"
- label="骞翠唤">
+ label="骞翠唤" min-width="80">
</el-table-column>
<el-table-column
label="鍥芥皯浜哄潎鍙敮閰嶆敹鍏�">
<el-table-column
prop="shouru"
label="鏀跺叆(鍏�)"
+ min-width="80"
>
</el-table-column>
<el-table-column
prop="quanshengpaiwei"
label="鍏ㄧ渷鎺掑悕"
+ min-width="80"
+
>
</el-table-column>
<el-table-column
prop="zengzhang"
label="澧為暱"
+ min-width="80"
+
>
</el-table-column>
<el-table-column
prop="quanshengpaiwei1"
label="鍏ㄧ渷鎺掍綅"
+ min-width="80"
+
>
</el-table-column>
</el-table-column>
@@ -36,21 +43,29 @@
<el-table-column
prop="shouru1"
label="鏀跺叆(鍏�)"
+ min-width="80"
+
>
</el-table-column>
<el-table-column
prop="quanshengpaiwei2"
label="鍏ㄧ渷鎺掍綅"
+ min-width="80"
+
>
</el-table-column>
<el-table-column
prop="zengzhang1"
label="澧為暱"
+ min-width="80"
+
>
</el-table-column>
<el-table-column
prop="quanshengpaiwei3"
label="鍏ㄧ渷鎺掍綅"
+ min-width="80"
+
>
</el-table-column>
</el-table-column>
@@ -58,21 +73,27 @@
<el-table-column
prop="shouru2"
label="鏀跺叆(鍏�)"
+ min-width="80"
+
>
</el-table-column>
<el-table-column
prop="quashengpaiwei4"
label="鍏ㄧ渷鎺掍綅"
+ min-width="80"
+
>
</el-table-column>
<el-table-column
prop="zengzhang2"
label="澧為暱 "
+ min-width="80"
>
</el-table-column>
<el-table-column
prop="quanshengpaiwei5"
label="鍏ㄧ渷鎺掍綅"
+ min-width="80"
>
</el-table-column>
</el-table-column>
@@ -216,7 +237,7 @@
itemStyle: {
normal: {
lineStyle: {
- width: 4, //鎶樼嚎瀹藉害
+ width: 3, //鎶樼嚎瀹藉害
}
}
},
@@ -286,6 +307,9 @@
@import "../../../../assets/css/base";
.OtherB-PeopleJunShouRu__table {
+ .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{
+ background:transparent;
+ }
width: 100%;
height: calc(100% - 0.078125rem /* 20/256 */
);
@@ -363,6 +387,7 @@
//);
.OtherB-PeopleJunShouRu__table {
+ width:100%;
margin-top: 0.078125rem /* 20/256 */
;
--
Gitblit v1.9.1