| | |
| | | class="tableBox" |
| | | > |
| | | <el-table-column label="名称" width="231"> |
| | | <template slot-scope="scope"> |
| | | <span class="iconfont icon"></span> |
| | | <template slot-scope="scope"> |
| | | <span class="iconfont icon"></span> |
| | | <span>{{ scope.row.desc }} </span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | > |
| | | <el-table-column label="名称" show-overflow-tooltip> |
| | | <template slot-scope="scope"> |
| | | <div class="name_container"> |
| | | <span class="iconfont icon"></span> |
| | | <span>{{ scope.row.name }}</span> |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="状态" prop="status"> |
| | |
| | | box-sizing: border-box; |
| | | background-color: #fff; |
| | | height: 100%; |
| | | |
| | | .name_container { |
| | | text-align: left; |
| | | margin-left: 38%; |
| | | } |
| | | |
| | | .el-table th.el-table__cell.is-leaf, |
| | | .el-table td.el-table__cell { |
| | | border-bottom: none; |