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

@@ -5,7 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>总台管理登录 - SaaSShop</title>
<link rel="stylesheet" href="/css/admin-base.css">
<link rel="stylesheet" href="/css/admin.css">
<link rel="stylesheet" href="/css/admin-theme.css">
<link rel="stylesheet" href="/css/admin-base.css">
<link rel="stylesheet" href="/css/admin-components.css">
</head>
<body class="login-page">
<div class="card-login">

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>