fix: #579 (codex)

This commit is contained in:
2026-05-24 14:57:10 +08:00
parent 1ac2252c34
commit f11fa023c4
2 changed files with 23 additions and 32 deletions

View File

@@ -445,6 +445,18 @@ getPharmacyCabinetLists();
font-weight: 500;
}
.value-highlight {
color: #409eff;
font-weight: 700;
font-size: 15px;
}
.data-row-summary {
margin-top: 16px;
padding-top: 16px;
border-top: 2px solid #e4e7ed;
}
/* 搜索表单区域样式优化 */
.el-form--inline .el-form-item {
margin-bottom: 12px;