Compare commits

...

2 Commits

Author SHA1 Message Date
BianLzhaoMin ae3cbecb52 Merge branch 'dev-nx' of http://192.168.0.56:3000/bonus/devicesmgt into dev-nx 2024-07-26 18:03:42 +08:00
BianLzhaoMin 3820f4d3f4 页面样式优化 2024-07-26 18:03:39 +08:00
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