| | |
| | | </div> |
| | | <div class="library-table"> |
| | | <div class="table-box"> |
| | | <el-table ref="tableData" :max-height="800" :cell-style="{ textAlign: 'left' }" |
| | | <el-table ref="tableData" :max-height="700" :cell-style="{ textAlign: 'left' }" |
| | | :header-cell-style="{ border: '0px', background: '#f5f7fa', color: '#606266', boxShadow: 'inset 0 1px 0 #ebeef5', textAlign: 'left' }" |
| | | :data="tableData" style="width: 100%"> |
| | | <el-table-column type="selection" label="" min-width="5%" /> |
| | |
| | | } |
| | | } |
| | | .library-table { |
| | | height:80vh; |
| | | background-color: #fff; |
| | | flex: 1; |
| | | margin: 0px -15px; |