页面调整

This commit is contained in:
王帅 2025-04-25 09:15:34 +08:00
parent a8a6995e57
commit 88c3c5e7a3

View File

@ -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;