test/custom-admin-ui #3

Merged
orion merged 673 commits from test/custom-admin-ui into master 2026-06-05 17:20:58 +08:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 4626bf709a - Show all commits
+4
View File
@@ -18,6 +18,10 @@
.el-menu-demo { .el-menu-demo {
text-align: center; text-align: center;
} }
body {
background: #f5f5f5;
}
</style> </style>
</head> </head>
<body> <body>
+8
View File
@@ -12,7 +12,15 @@
<meta name="keywords" content="{{keywords}}"/> <meta name="keywords" content="{{keywords}}"/>
<meta name="generator" content="FileCodeBox"/> <meta name="generator" content="FileCodeBox"/>
<meta name="template" content="Lan-V1.5.8"/> <meta name="template" content="Lan-V1.5.8"/>
<meta name="description" content="{{description}}"/>
<meta name="keywords" content="{{keywords}}"/>
<meta name="generator" content="FileCodeBox"/>
<meta name="template" content="Lan-V1.5.8"/>
<style> <style>
body {
background: #f5f5f5;
}
.qu .el-button { .qu .el-button {
width: 100px; width: 100px;
height: 100px; height: 100px;