|
@@ -15,7 +15,7 @@
|
|
|
<el-table :ref='`table${props.row.id}`' :data='props.row.children' @selection-change='handleSelectionChange' style='width: 100%;'>
|
|
|
<el-table-column prop label align='right' min-width='100'></el-table-column>
|
|
|
<el-table-column type='selection' width='50'></el-table-column>
|
|
|
- <el-table-column prop label align='right' min-width='300'>
|
|
|
+ <el-table-column prop label align='center' min-width='300'>
|
|
|
<template slot-scope='{row}'>
|
|
|
<div>
|
|
|
<!-- <div style='display:flex;border:1px solid green;text-align:center'> -->
|