改进 菜单 收缩 以及 默认配色

This commit is contained in:
iVampireSP.com 2023-01-18 01:12:44 +08:00
parent 78dcf765a2
commit 6e4f2257ed
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" data-bs-theme="auto">
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" data-bs-theme="dark">
<head>
<meta charset="utf-8">
@ -20,7 +20,7 @@
<body>
<div id="app">
<nav class="navbar navbar-expand-md shadow-sm bg-body">
<nav class="navbar navbar-expand-lg bd-navbar sticky-top bg-body">
<div class="container">
<a class="navbar-brand" href="{{ route('admin.index') }}">
管理员

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang="zh_CN" data-bs-theme="auto">
<html lang="zh_CN" data-bs-theme="dark">
<head>
<meta charset="utf-8">
@ -24,7 +24,7 @@
<body>
<div id="app">
<nav class="navbar navbar-expand-md shadow-sm bg-body">
<nav class="navbar navbar-expand-lg bd-navbar sticky-top bg-body">
<div class="container">
<a class="navbar-brand" href="{{ route('index') }}">
{{ config('app.display_name') }}