feat: 样式优化
This commit is contained in:
parent
724f1cc7c5
commit
8e9c3f0ab9
@ -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
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user