chore(admin-ui): stop loading legacy admin.css and enforce new css stack

This commit is contained in:
萝卜
2026-03-16 00:55:33 +08:00
parent 4ba22a5695
commit d5b6058c4f
4 changed files with 63 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
<title>@yield('title', 'SaaSShop 总台管理')</title>
<link rel="stylesheet" href="/css/admin-theme.css">
<link rel="stylesheet" href="/css/admin-base.css">
<link rel="stylesheet" href="/css/admin.css">
<link rel="stylesheet" href="/css/admin-components.css">
</head>
<body>