更新 readme

This commit is contained in:
whyour
2023-04-01 21:05:21 +08:00
parent 79b342d1d2
commit f19dd21155
7 changed files with 11 additions and 22 deletions
+1 -12
View File
@@ -327,22 +327,11 @@ select:-webkit-autofill:focus {
.side-menu-user-drop-menu {
position: relative;
text-align: left;
outline: none;
padding: 4px 0;
border: 1px solid fade(@component-background, 0.12);
border-radius: 4px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
padding: 2px 10px;
overflow: auto;
background-color: @component-background;
}
[data-dark='true'] .side-menu-user-drop-menu {
background-color: #373739;
}
.ant-pro-sider-logo {
padding: 16px 8px !important;
h1 {
margin-left: 5px !important;
}
+2 -2
View File
@@ -271,7 +271,7 @@ export default function () {
// @ts-ignore
title={
<>
<span style={{ fontSize: 16 }}></span>
<span style={{ fontSize: 16 }}></span>
<a
href={systemInfo?.changeLogLink}
target="_blank"
@@ -313,7 +313,7 @@ export default function () {
pageTitleRender={(props, pageName, info) => {
const title =
(config.documentTitleMap as any)[location.pathname] || '未找到';
return `${title} - 控制面板`;
return `${title} - 青龙`;
}}
onCollapse={setCollapsed}
collapsed={collapsed}