feat: 添加图标库,更新菜单与页面标签中的icon相关功能与样式

This commit is contained in:
ZhuRui
2026-07-28 17:40:35 +08:00
parent 202f4bbd44
commit da90d7c356
11 changed files with 146 additions and 59 deletions
+16 -18
View File
@@ -52,6 +52,12 @@
}
}
// 表格内可点击数字链接(等宽数字,避免列宽抖动)
.tabularLink {
font-variant-numeric: tabular-nums;
cursor: pointer;
}
// ── 汇总 ──
.summary {
display: flex;
@@ -94,32 +100,24 @@
.confirmContent {
padding: 4px 0;
font-size: 14px;
line-height: 1.6;
color: rgba(0, 0, 0, 0.85);
strong {
margin: 0 4px;
font-weight: 600;
color: rgba(0, 0, 0, 0.88);
}
.confirmTip {
margin-top: 8px;
font-size: 12px;
line-height: 1.5;
color: rgba(0, 0, 0, 0.45);
}
}
.confirmTip {
margin-top: 8px;
font-size: 12px;
color: rgba(0, 0, 0, 0.45);
line-height: 1.5;
}
.tabularLink {
font-variant-numeric: tabular-nums;
cursor: pointer;
}
:global(.toggleConfirmModal) {
.ant-modal-confirm-body {
padding: 24px !important;
}
}
:global(.toggleConfirmModal),
:global(.deleteConfirmModal) {
.ant-modal-confirm-body {
padding: 24px !important;