Merge pull request #499 from kanocence/main

修复 config 页面样式
This commit is contained in:
手瓜一十雪 2024-11-07 16:14:01 +08:00 committed by GitHub
commit 75bb1d2193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,20 @@
<link rel="stylesheet" href="./assets/webcomponents.css" /> <link rel="stylesheet" href="./assets/webcomponents.css" />
<link rel="stylesheet" href="./assets/style.css" /> <link rel="stylesheet" href="./assets/style.css" />
<link rel="stylesheet" href="./assets/color.css" /> <link rel="stylesheet" href="./assets/color.css" />
<style>
body > div {
padding: 12px;
@media screen and (min-width: 900px) {
width: 900px;
margin: 0 auto;
}
}
ob-setting-select {
width: 210px;
}
</style>
<!-- 脚手架 --> <!-- 脚手架 -->
<!-- 渲染脚本 --> <!-- 渲染脚本 -->
<script> <script>