From 368096e3b5e0b7ee16fc549db38b22bb866c9ed7 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 21 六月 2024 15:00:39 +0800 Subject: [PATCH] 提交 --- src/views/onlineEducation/systemManage/company/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/onlineEducation/systemManage/company/index.vue b/src/views/onlineEducation/systemManage/company/index.vue index c21e81c..abdef60 100644 --- a/src/views/onlineEducation/systemManage/company/index.vue +++ b/src/views/onlineEducation/systemManage/company/index.vue @@ -23,7 +23,7 @@ <el-button link type="primary">查看详情</el-button> </template> </el-table-column> - <el-table-column label="操作" align="center" class-name="small-padding fixed-width" > + <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="200" > <template #default="scope"> <el-button link type="primary" @click="openDialog('distribute',scope.row)">分配课时</el-button> <el-button link type="primary" @click="openDialog('edit',scope.row)">编辑</el-button> -- Gitblit v1.9.2