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