同上,优化

This commit is contained in:
mll
2026-05-18 18:33:48 +08:00
parent 67a800dcde
commit e408829b95

View File

@@ -60,7 +60,7 @@
</div>
</template>
<template #expand="scope" v-if="reportCode === 'production_batch'" >
<div :style="'margin-left:'+(widthOther+12)+'px'">
<div :style="'left:'+(widthOther+10)+'px;width:calc(100% - '+(widthOther+11)+'px);'" class="expand_production_batch">
<otherReport reportCode="material_info" @select-row-change="handleSelectRowChange" :row="scope.row" />
<otherReport ref="inventoryAccountRef" reportCode="inventory_account" v-if="selectRow.material_id" :row="selectRow" />
</div>
@@ -1380,6 +1380,18 @@ defineExpose({
&>tr:nth-of-type(n+2)>td:nth-of-type(3){
border-right-color:#fff !important;
}
&>tr:nth-of-type(2){
position: relative;
z-index: 9;
&>td{
padding: 0;
border-bottom-color: #fff !important;
.expand_production_batch{
position: absolute;
top: 10px;
}
}
}
&>tr:nth-of-type(n+2)>td:nth-of-type(4){
border-bottom-color:#fff !important;
border-left-color:#fff !important;