update: 格式修改

This commit is contained in:
Akkia 2022-04-23 14:51:10 +08:00
parent 260a9cfe91
commit 1dde839826
No known key found for this signature in database
GPG Key ID: DABE9A4AB2DD7EF3
4 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@ td {
word-wrap: break-word; word-wrap: break-word;
word-break: break-all; word-break: break-all;
} }
.nb-container { .nb-container {
padding-top: 75px; padding-top: 75px;
min-height: 100vh; min-height: 100vh;

View File

@ -154,7 +154,7 @@ function addOrEditNotification(notification) {
} else { } else {
modal.find(".ui.nf-ssl.checkbox").checkbox("set unchecked"); modal.find(".ui.nf-ssl.checkbox").checkbox("set unchecked");
} }
modal.find(".ui.nf-skip-check.checkbox").checkbox("set unchecked"); modal.find(".ui.nf-skip-check.checkbox").checkbox("set unchecked");
showFormModal( showFormModal(
".notification.modal", ".notification.modal",
"#notificationForm", "#notificationForm",

View File

@ -9,7 +9,7 @@
<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/semantic-ui/2.4.1/semantic.min.js"></script> <script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/semantic-ui/2.4.1/semantic.min.js"></script>
<script src="/static/semantic-ui-alerts.min.js"></script> <script src="/static/semantic-ui-alerts.min.js"></script>
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/vue/2.6.12/vue.min.js"></script> <script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/vue/2.6.12/vue.min.js"></script>
<script src="/static/main.js?v20211105"></script> <script src="/static/main.js?v20220423"></script>
</body> </body>
</html> </html>

View File

@ -9,7 +9,7 @@
<title>{{.Title}}</title> <title>{{.Title}}</title>
<link rel="stylesheet" type="text/css" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/semantic-ui/2.4.1/semantic.min.css"> <link rel="stylesheet" type="text/css" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/semantic-ui/2.4.1/semantic.min.css">
<link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css"> <link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css">
<link rel="stylesheet" type="text/css" href="/static/main.css?v2021111109"> <link rel="stylesheet" type="text/css" href="/static/main.css?v2022042314">
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" /> <link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" />
</head> </head>