style
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
<el-card>
|
||||
<h3 style="display: inline-block;margin: 0">总计划:</h3>
|
||||
<el-table v-loading="loading" :data="tableData" height="820" highlight-current-row style="width: 100%;" border element-loading-text="拼命加载中">
|
||||
<el-table v-loading="loading" :data="tableData" height="750" highlight-current-row style="width: 100%;" border element-loading-text="拼命加载中">
|
||||
<el-table-column label="项目编号" align="center" width="140px" fixed="left">
|
||||
<template slot-scope="scope">
|
||||
<template v-if="scope.row.edit">
|
||||
|
||||
Reference in New Issue
Block a user