From 2558bbd5004cbc938762eb40991adf4e7e106aaa Mon Sep 17 00:00:00 2001
From: 楚江漓i <85093541@qq.com>
Date: 星期三, 10 三月 2021 23:38:02 +0800
Subject: [PATCH] 项目表格样式调整
---
src/views/user/archivesEdit.vue | 48 ++++++++++++++++++++++++++++--------------------
1 files changed, 28 insertions(+), 20 deletions(-)
diff --git a/src/views/user/archivesEdit.vue b/src/views/user/archivesEdit.vue
index 87b5a19..dcce5f0 100644
--- a/src/views/user/archivesEdit.vue
+++ b/src/views/user/archivesEdit.vue
@@ -623,14 +623,14 @@
</template>
</el-table-column>
<el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="physicalExamId" label="" />
- <el-table-column show-overflow-tooltip="true" prop="hospital" label="体检医院" />
- <el-table-column show-overflow-tooltip="true" prop="physicalExamDate" label="体检日期" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="physicalExamType" label="体检类型" width="120" :formatter="typeFormat" />
- <el-table-column show-overflow-tooltip="true" prop="bloodPressure" label="血压" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="transaminase" label="转氨酶" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="ecg" label="心电图" width="120" :formatter="ecgNameFormat" />
+ <el-table-column show-overflow-tooltip="true" prop="hospital" label="体检医院" width="150" />
+ <el-table-column show-overflow-tooltip="true" prop="physicalExamDate" label="体检日期" width="140" />
+ <el-table-column show-overflow-tooltip="true" prop="physicalExamType" label="体检类型" width="140" :formatter="typeFormat" />
+ <el-table-column show-overflow-tooltip="true" prop="bloodPressure" label="血压" width="140" />
+ <el-table-column show-overflow-tooltip="true" prop="transaminase" label="转氨酶" width="140" />
+ <el-table-column show-overflow-tooltip="true" prop="ecg" label="心电图" width="140" :formatter="ecgNameFormat" />
<el-table-column show-overflow-tooltip="true" prop="conclusion" label="体检结论" />
- <el-table-column show-overflow-tooltip="true" prop="reviewRecord" label="复查记录" width="120" />
+ <el-table-column show-overflow-tooltip="true" prop="reviewRecord" label="复查记录" width="140" />
<el-table-column show-overflow-tooltip="true" prop="remark" label="备注" />
</el-table>
<pagination
@@ -803,9 +803,9 @@
</template>
</el-table-column>
<el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="resignId" label="" />
- <el-table-column show-overflow-tooltip="true" prop="applayDate" label="辞职申请日期" width="180" />
- <el-table-column show-overflow-tooltip="true" prop="reason" label="辞职事由" width="180" />
- <el-table-column show-overflow-tooltip="true" prop="reporter" label="汇报人" width="180" />
+ <el-table-column show-overflow-tooltip="true" prop="applayDate" label="辞职申请日期" />
+ <el-table-column show-overflow-tooltip="true" prop="reason" label="辞职事由" />
+ <el-table-column show-overflow-tooltip="true" prop="reporter" label="汇报人" />
<el-table-column show-overflow-tooltip="true" prop="remark" label="备注" />
</el-table>
<pagination
@@ -848,13 +848,13 @@
</template>
</el-table-column>
<el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="dimissionAttendId" label="" />
- <el-table-column show-overflow-tooltip="true" prop="attendMonth" label="离职考勤月份" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="attendDays" label="出勤天数" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="overtimeDay" label="加班(天)" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="overtimeHour" label="加班(小时)" width="120" />
+ <el-table-column show-overflow-tooltip="true" prop="attendMonth" label="离职考勤月份" />
+ <el-table-column show-overflow-tooltip="true" prop="attendDays" label="出勤天数" width="150" />
+ <el-table-column show-overflow-tooltip="true" prop="overtimeDay" label="加班(天)" width="150" />
+ <el-table-column show-overflow-tooltip="true" prop="overtimeHour" label="加班(小时)" />
<el-table-column show-overflow-tooltip="true" prop="deduct" label="有无代扣款项" width="180" />
- <el-table-column show-overflow-tooltip="true" prop="leaveDay" label="请假(天)" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="absenteeism" label="旷工(天)" width="120" />
+ <el-table-column show-overflow-tooltip="true" prop="leaveDay" label="请假(天)" />
+ <el-table-column show-overflow-tooltip="true" prop="absenteeism" label="旷工(天)" />
<el-table-column show-overflow-tooltip="true" prop="remark" label="备注" />
</el-table>
<pagination
@@ -5923,9 +5923,10 @@
}
.uploading-image {
- width: 100%;
- height: 100%;
+ width: 70%;
+ height: 70%;
display: block;
+ margin: 0 auto;
}
}
@@ -5959,6 +5960,13 @@
/* 设置鼠标经过对勾框,对勾框边框的颜色 */
.myRedCheckBox .el-checkbox__inner:hover {
border-color: #a32c30;
+}
+
+.myRedCheckBox .el-checkbox__label {
+ width: 90%;
+ overflow: hidden;
+ text-overflow:ellipsis;
+ white-space: nowrap;
}
.avatar-uploader .el-upload {
@@ -6081,8 +6089,8 @@
button.el-dialog__headerbtn {
height: 30px;
width: 30px;
- background-color: #333;
- opacity: 0.4;
+ background-color: #a00515;
+ opacity: 0.8;
line-height: 30px;
border-radius: 50%;
i {
--
Gitblit v1.8.0