Merge pull request !18 from 白书科技/fix/1113
This commit is contained in:
白书科技 2023-11-13 06:06:26 +00:00 committed by Gitee
commit d2e28b9548
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 2 deletions

View File

@ -20,6 +20,10 @@ code {
monospace; monospace;
} }
.w-100 {
width: 100%;
}
.w-174px { .w-174px {
max-width: 134px; max-width: 134px;
overflow: hidden; overflow: hidden;

View File

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