From 40f5cf2a8c324bf08fd5f0aec2e9da00e5f59f76 Mon Sep 17 00:00:00 2001
From: yubo <autumnal_wind@yeah.net>
Date: 星期六, 11 四月 2026 20:29:40 +0800
Subject: [PATCH] fix(user): 在职员工界面优化
---
src/styles/inemployees-global.scss | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/styles/inemployees-global.scss b/src/styles/inemployees-global.scss
new file mode 100644
index 0000000..2ac9965
--- /dev/null
+++ b/src/styles/inemployees-global.scss
@@ -0,0 +1,17 @@
+// 全局样式(非scoped)
+.zzyg-table {
+ .el-table th, .el-table td {
+ padding: 7px 0;
+ }
+}
+
+.fj-checkbox {
+ .el-checkbox__input.is-checked .el-checkbox__inner {
+ border-color: #a32c30;
+ background: #a32c30;
+ }
+
+ .el-checkbox__label {
+ color: #000 !important;
+ }
+}
--
Gitblit v1.8.0