- 将AdminView中的header和main标签替换为el-header和el-main组件 - 移除自定义的导航菜单样式,使用Element Plus的导航组件 - 将管理员下拉菜单替换为el-dropdown组件 - 更新所有颜色变量为Element Plus的CSS变量 - 移除自定义按钮和表单样式,统一使用Element Plus组件 - 优化响应式布局和间距处理
This commit is contained in:
@@ -135,7 +135,7 @@ const handleUpload = async () => {
|
||||
|
||||
.progress-text {
|
||||
font-size: 14px;
|
||||
color: var(--text-secondary);
|
||||
color: var(--el-text-color-secondary);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user