页面调整
This commit is contained in:
parent
a8a6995e57
commit
88c3c5e7a3
@ -138,7 +138,7 @@
|
|||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<div class="bordered-container">
|
<div class="bordered-container">
|
||||||
<div class="title">用车需求物料明细</div>
|
<div class="title">用车需求物料明细</div>
|
||||||
<DeliveryDemand ref="deliveryDemand" style="margin-bottom: 46px;"/>
|
<DeliveryDemand ref="deliveryDemand"/>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12" style="margin-right: -30px;">
|
<a-col :span="12" style="margin-right: -30px;">
|
||||||
@ -315,6 +315,8 @@
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
height: 350px; /* 固定高度 */
|
||||||
|
/*overflow: auto; 如果内容超出容器,允许滚动 */
|
||||||
}
|
}
|
||||||
::v-deep .ant-table-selection-column {
|
::v-deep .ant-table-selection-column {
|
||||||
padding: 3px !important;
|
padding: 3px !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user