Skip to content

Commit

Permalink
style: 微调 UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Apr 14, 2023
1 parent fab6e5a commit 98de0f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"docs:build": "vuepress build ./docs",
"docs:clean-dev": "vuepress dev ./docs --clean-cache",
"docs:dev": "vuepress dev ./docs",
"docs:dev-https": "vuepress dev ./docs --help",
"kill": "bash scripts/kill-all.sh",
"docs:dev-https": "vuepress dev ./docs --help",
"kill": "sudo bash scripts/kill-all.sh",
"release:local": "act -j local-build --secret-file=.env",
"release": "standard-version",
"release-note": "node scripts/releaseNote.js",
Expand Down Expand Up @@ -61,4 +61,4 @@
"vuepress-plugin-sass-palette": "2.0.0-beta.191",
"vuepress-shared": "2.0.0-beta.191"
}
}
}
2 changes: 1 addition & 1 deletion packages/admin/src/pages/SystemConfig/tabs/ImgTab.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function () {
<Card title="图床功能设置">
<WatchMarkForm />
</Card>
<Card title="存储策略设置">
<Card title="存储策略设置" style={{ marginTop: 8 }}>
<StaticForm />
</Card>
<Card title="高级操作" style={{ marginTop: 8 }}>
Expand Down

0 comments on commit 98de0f7

Please sign in to comment.