Commit 2f578134 by qinjianhui

fix: 样式优化

parent 37761d6a
...@@ -127,9 +127,15 @@ const copy = (text: string) => { ...@@ -127,9 +127,15 @@ const copy = (text: string) => {
gap: 10px; gap: 10px;
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
} }
.order-list-expand_item:not(:last-child) {
border-bottom: 1px solid #eee;
padding: 10px 0;
margin-bottom: 10px;
}
.order-list-expand_item_img { .order-list-expand_item_img {
width: 100px; width: 100px;
height: 100px; height: 100px;
border: 1px solid #eee;
} }
.order-list-expand_item_info_title { .order-list-expand_item_info_title {
height: 30px; height: 30px;
......
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
<el-table-column <el-table-column
label="水单" label="水单"
header-align="center" header-align="center"
prop="actual_amount" prop="water_list"
width="100" width="100"
align="center" align="center"
show-overflow-tooltip show-overflow-tooltip
...@@ -588,7 +588,7 @@ ...@@ -588,7 +588,7 @@
<ElDrawer <ElDrawer
v-model="shipmentOrderDetailDrawerVisible" v-model="shipmentOrderDetailDrawerVisible"
title="发货单详情" title="发货单详情"
size="30%" size="50%"
> >
<shipmentOrderDetailInfo :detail="shipmentOrderDetail" /> <shipmentOrderDetailInfo :detail="shipmentOrderDetail" />
</ElDrawer> </ElDrawer>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment