mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
添加通知设置页面
This commit is contained in:
@@ -230,3 +230,14 @@ input:-webkit-autofill:active {
|
||||
padding: 0 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-form-item-extra {
|
||||
word-break: break-all;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.dark {
|
||||
::placeholder {
|
||||
opacity: 0.5 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,6 +93,7 @@ export default function (props: any) {
|
||||
<ProLayout
|
||||
selectedKeys={[props.location.pathname]}
|
||||
loading={loading}
|
||||
className={theme.theme === 'vs-dark' ? 'dark' : 'white'}
|
||||
title={
|
||||
<>
|
||||
控制面板
|
||||
|
||||
Reference in New Issue
Block a user