feat: 样式优化

This commit is contained in:
wangdan-fit2cloud 2024-03-04 15:56:09 +08:00
parent 724f1cc7c5
commit 8e9c3f0ab9
2 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@
ref="quickInputRef" ref="quickInputRef"
v-model="inputValue" v-model="inputValue"
placeholder="请输入文档名称" placeholder="请输入文档名称"
class="w-240 mr-12" class="w-500 mr-12"
autofocus autofocus
/> />

View File

@ -108,6 +108,9 @@ h4 {
.w-240 { .w-240 {
width: 240px; width: 240px;
} }
.w-500 {
width: 500px;
}
.mt-4 { .mt-4 {
margin-top: calc(var(--app-base-px) - 4px); margin-top: calc(var(--app-base-px) - 4px);