添加通知设置页面

This commit is contained in:
hanhh
2021-09-18 01:44:55 +08:00
parent bb0ad6c325
commit 0a9e9e972d
8 changed files with 278 additions and 6 deletions
+11
View File
@@ -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;
}
}
+1
View File
@@ -93,6 +93,7 @@ export default function (props: any) {
<ProLayout
selectedKeys={[props.location.pathname]}
loading={loading}
className={theme.theme === 'vs-dark' ? 'dark' : 'white'}
title={
<>