From 222c59513f57eaa3cbd0494d94befb5bbb6b6abc Mon Sep 17 00:00:00 2001
From: 楚江漓i <85093541@qq.com>
Date: 星期二, 09 三月 2021 00:11:48 +0800
Subject: [PATCH] 档案和导出页面样式调整
---
src/views/user/inemployees.vue | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/src/views/user/inemployees.vue b/src/views/user/inemployees.vue
index 22a2b62..6366ed4 100644
--- a/src/views/user/inemployees.vue
+++ b/src/views/user/inemployees.vue
@@ -674,7 +674,8 @@
<el-button type="primary" @click="showGbda(2,'gbdaForm')">确 定</el-button>
</div>
</el-dialog>
- <el-dialog title="导出员工 请勾选需要导出的字段" :visible.sync="dialogShowDcyg" width="40%">
+ <el-dialog title="导出员工" :visible.sync="dialogShowDcyg" width="40%">
+ <div style="font-size: 16px;font-weight: 400;height: 35px;margin-top: -30px;color: #409EFF;">请勾选需要导出的字段</div>
<table id="dcygTable" width="100%">
<tr>
<td colspan="6" style="text-align: left;">
@@ -793,6 +794,20 @@
<td>电话号码</td>
<td>
<el-checkbox label="telePhone"><span /></el-checkbox>
+ </td>
+ </tr>
+ <tr>
+ <td>员工类型</td>
+ <td>
+ <el-checkbox label=""><span /></el-checkbox>
+ </td>
+ <td>员工状态</td>
+ <td>
+ <el-checkbox label=""><span /></el-checkbox>
+ </td>
+ <td>离职日期</td>
+ <td>
+ <el-checkbox label=""><span /></el-checkbox>
</td>
</tr>
<tr>
@@ -2161,9 +2176,10 @@
#dcygTable td {
width: 160px;
text-align: center;
- height: 36px;
- line-height: 36px;
+ height: 35px;
+ line-height: 35px;
font-size: 15px;
+ font-weight: 400;
}
.search-btn {
--
Gitblit v1.8.0