mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-16 16:05:52 +08:00
style(oss-manage): 调整表单元素宽度并优化布局结构
将日期选择器和输入框的宽度从200px统一调整为240px,提升表单元素的一致性 拆分操作区域到单独的Card组件中,改善页面布局结构
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
clearable
|
||||
format="yyyy-MM-dd"
|
||||
placeholder="选择起始时间"
|
||||
style="width: 200px"
|
||||
style="width: 240px"
|
||||
type="daterange"
|
||||
@on-change="selectDateRange"
|
||||
></DatePicker>
|
||||
@@ -59,7 +59,7 @@
|
||||
v-model="searchForm.ownerName"
|
||||
placeholder="图片拥有者名称"
|
||||
clearable
|
||||
style="width: 200px"
|
||||
style="width: 240px"
|
||||
/>
|
||||
</Form-item>
|
||||
<Button
|
||||
@@ -71,7 +71,9 @@
|
||||
</Button>
|
||||
</Form>
|
||||
</Row>
|
||||
|
||||
</div>
|
||||
</Card><Card>
|
||||
<div class="operation">
|
||||
<Row class="oss-manage-box">
|
||||
<Col :span="isComponent?5:4">
|
||||
<div class="file-list">
|
||||
|
||||
Reference in New Issue
Block a user