|
@@ -41,7 +41,7 @@
|
|
|
</el-form-item>
|
|
|
|
|
|
<a-dialog v-if="dialogVisible" v-model="dialogVisible" title="订单详情" style="width: 90%" :footer="false">
|
|
|
- <div style="max-height: calc(100vh - 200px); overflow: hidden auto">
|
|
|
+ <div style="max-height: calc(100vh - 160px); overflow: hidden auto">
|
|
|
<div style="width: 100%">
|
|
|
<el-table :data="orderDetail.orderItemList" :row-style="{ height: '35px' }" header-row-class-name="tableHeader">
|
|
|
<el-table-column label="图片" width="130">
|