fix(#9,#16,#17): 移除未使用import; 合并重复CSS @media print; accessibility从i18n读取类型名

This commit is contained in:
tianhao
2026-06-16 12:42:36 +08:00
parent 7bc2bf6ace
commit 56bac1fa0f
3 changed files with 8 additions and 10 deletions
+3 -7
View File
@@ -446,6 +446,9 @@ const generateCSS = (theme) => {
.met-container {
display: none !important;
}
.met-toast {
display: none !important;
}
}
/* 高对比度模式 */
@@ -663,13 +666,6 @@ const generateCSS = (theme) => {
}
}
/* 打印时隐藏 */
@media print {
.met-toast {
display: none !important;
}
}
/* 滚动时固定位置 */
.met-container {
position: fixed;