完成大部分基础功能

This commit is contained in:
sprov
2021-05-30 15:23:48 +08:00
parent a66dff6959
commit 4bae13dcc6
12 changed files with 443 additions and 22 deletions

View File

@@ -2,8 +2,10 @@
<html lang="en">
{{template "head" .}}
<style>
.ant-layout-content {
margin: 24px 16px;
@media (min-width: 769px) {
.ant-layout-content {
margin: 24px 16px;
}
}
.ant-col-sm-24 {
@@ -273,6 +275,7 @@
delimiters: ['[[', ']]'],
el: '#app',
data: {
siderDrawer,
status: new Status(),
versionModal,
spinning: false,