页面样式优化

This commit is contained in:
BianLzhaoMin 2024-07-26 18:03:39 +08:00
parent fcdb71db39
commit 3820f4d3f4
3 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,6 @@
size="small"
:inline="true"
v-show="showSearch"
label-width="80px"
>
<el-form-item label="关键字" prop="keyWord">
<el-input

View File

@ -7,7 +7,6 @@
size="small"
:inline="true"
v-show="showSearch"
label-width="100px"
>
<el-form-item label="日期">
<el-date-picker
@ -17,6 +16,7 @@
range-separator="至"
start-placeholder="开始日期"
end-placeholder="结束日期"
style="width: 240px"
>
</el-date-picker>
</el-form-item>

View File

@ -6,7 +6,6 @@
size="small"
:inline="true"
v-show="showSearch"
label-width="100px"
>
<el-form-item label="日期">
<el-date-picker