学习详情明细宽度优化

This commit is contained in:
unknown 2023-11-13 14:50:20 +08:00
parent e479ec7848
commit 3b3be12cac

View File

@ -215,7 +215,7 @@ export const MemberLearnProgressDialog: React.FC<PropInterface> = ({
maskClosable={false} maskClosable={false}
footer={null} footer={null}
> >
<div className="w-100 d-flex mt-24"> <div className="mt-24">
<PerButton <PerButton
type="primary" type="primary"
text="重置学习记录" text="重置学习记录"
@ -228,10 +228,7 @@ export const MemberLearnProgressDialog: React.FC<PropInterface> = ({
disabled={null} disabled={null}
/> />
</div> </div>
<div <div className="mt-24" style={{ maxHeight: 800, overflowY: "auto" }}>
className="w-100 d-flex mt-24"
style={{ maxHeight: 800, overflowY: "auto" }}
>
<Table <Table
columns={column} columns={column}
dataSource={list} dataSource={list}