用户管理修改回显尝试,薪资管理时间戳修正,工人批量导入(无需模版,且删除后重复数据自动覆盖)

This commit is contained in:
朱昊天
2026-04-16 20:01:21 +08:00
parent 595b9fbd68
commit 6aa1d581e7
12 changed files with 289 additions and 58 deletions

View File

@@ -90,8 +90,9 @@ function isActive(r) {
function activeStyle(tag) {
if (!isActive(tag)) return {}
return {
"background-color": theme.value,
"border-color": theme.value
"background-color": "#f5f7fa",
"border-color": "#f5f7fa",
"color": "#303133"
}
}
@@ -291,13 +292,13 @@ function handleScroll() {
}
&.active {
background-color: #42b983;
color: #fff;
border-color: #42b983;
background-color: #f5f7fa;
color: #303133;
border-color: #f5f7fa;
&::before {
content: '';
background: #fff;
background: #42b983;
display: inline-block;
width: 8px;
height: 8px;