fix: 功能修改完善。

This commit is contained in:
tianyongbao
2026-07-06 00:37:01 +08:00
parent 9027869e97
commit 6846ea3e0f
7 changed files with 132 additions and 22 deletions

View File

@@ -520,7 +520,8 @@ page {
.btn-edit,
.btn-delete,
.btn-copy,
.btn-detail {
.btn-detail,
.btn-summary {
display: flex;
align-items: center;
justify-content: center;
@@ -560,6 +561,13 @@ page {
color: $health-info;
border: 1rpx solid $health-info-border;
}
/* 汇总按钮:与 btn-detail 同一色调(信息色),避免各页面重复定义 */
.btn-summary {
background: $health-info-bg;
color: $health-info;
border: 1rpx solid $health-info-border;
}
}
}