Commit 2f578134 by qinjianhui

fix: 样式优化

parent 37761d6a
......@@ -127,9 +127,15 @@ const copy = (text: string) => {
gap: 10px;
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 {
width: 100px;
height: 100px;
border: 1px solid #eee;
}
.order-list-expand_item_info_title {
height: 30px;
......
......@@ -259,7 +259,7 @@
<el-table-column
label="水单"
header-align="center"
prop="actual_amount"
prop="water_list"
width="100"
align="center"
show-overflow-tooltip
......@@ -588,7 +588,7 @@
<ElDrawer
v-model="shipmentOrderDetailDrawerVisible"
title="发货单详情"
size="30%"
size="50%"
>
<shipmentOrderDetailInfo :detail="shipmentOrderDetail" />
</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