chore(admin-ui): stop loading legacy admin.css and enforce new css stack
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user