课程推荐完善弹窗

This commit is contained in:
zhangsir
2023-09-21 17:52:43 +08:00
parent 15c80cf02d
commit 4d91d76330
2 changed files with 26 additions and 26 deletions

View File

@@ -236,7 +236,7 @@ const column = [
title: "推送进度",
dataIndex: "pushProgress",
key: "pushProgress",
width: "10%",
width: "15%",
align: "center",
className: "h",
customRender: ({ text }) => {
@@ -303,7 +303,7 @@ const column = [
};
const authenticationColumn = {
title: "操作",
width: "20%",
width: "30%",
className: "h",
dataIndex: "id",
key: "id",