From 8596fc324532bf151e3f39c4d3ea18d880dc43c2 Mon Sep 17 00:00:00 2001 From: hailin <1356886193@qq.com> Date: 星期二, 01 八月 2023 09:24:32 +0800 Subject: [PATCH] 标准库来自锅炉组长的第一次提交 --- src/components/view/standard-table/technology.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/components/view/standard-table/technology.vue b/src/components/view/standard-table/technology.vue index 53b0f7d..ae2dbf6 100644 --- a/src/components/view/standard-table/technology.vue +++ b/src/components/view/standard-table/technology.vue @@ -37,11 +37,14 @@ .standard .el-table__body { height: 100%; } + .standard .el-table .el-table__row:not([class*="el-table__row--level-"]) td:nth-child(3){ + padding-left: 23px !important; + } </style> <template> <div class="standard"> - <el-table :data="tableData" border style="width: 100%" @selection-change="handleSelectionChange" border + <el-table :data="tableData" border style="width: 100%" @selection-change="handleSelectionChange" row-key="id" default-expand-all :tree-props="{children: 'children', hasChildren: 'hasChildren'}"> <el-table-column type="selection" width="50"> </el-table-column> -- Gitblit v1.9.3