|
|
@@ -67,7 +67,7 @@
|
|
|
|
|
|
<!-- 展开内容 -->
|
|
|
<template v-slot:expand="{ row }">
|
|
|
- <div style="width:100%; min-height: 60px" v-if="row.materialList.length > 0">
|
|
|
+ <div style="width:calc(100% - 95px); min-height: 60px; margin-left: 95px;" v-if="row.materialList.length > 0">
|
|
|
<ele-pro-table :toolbar="false" toolsTheme="none" ref="table2" :need-page="false"
|
|
|
:datasource="row.materialList" :columns="columns2" row-key="id">
|
|
|
|
|
|
@@ -276,7 +276,7 @@ export default {
|
|
|
|
|
|
|
|
|
{
|
|
|
- width: 92,
|
|
|
+ width: 50,
|
|
|
label: '序号',
|
|
|
prop: 'sort',
|
|
|
slot: 'sort',
|