封装公共组件,调整样式文件的布局,修改路由页面样式

This commit is contained in:
2025-03-27 19:58:58 +08:00
parent d9b9ce4676
commit 540618b8ca
33 changed files with 2613 additions and 987 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export function Sidebar({ onToggle, collapsed }: SidebarProps) {
{
id: 'rules-file',
title: '评查文件列表',
path: '/rules/files',
path: '/rules-files',
icon: 'ri-list-check-2'
},
{