fix: 功能修改完善。
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user