学习详情明细优化

This commit is contained in:
unknown 2023-11-13 11:58:58 +08:00
parent d06214aec0
commit f69b432b12
2 changed files with 6 additions and 2 deletions

View File

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

View File

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