style: 替换内联SVG为Phosphor图标组件并修复行高问题
- 在登录页、布局页和评论页中使用Phosphor图标组件替换内联SVG - 移除登录页中已废弃的.password-toggle svg样式 - 修复评论组件中.cell-status-line的行高问题 - 保持管理员图标的原始内联SVG实现
This commit is contained in:
@@ -259,6 +259,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 4px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.cell-pin-flag {
|
||||
|
||||
@@ -112,10 +112,6 @@
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.password-toggle svg {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.form-error {
|
||||
font-size: 13px;
|
||||
color: var(--color-danger);
|
||||
|
||||
Reference in New Issue
Block a user