mirror of
https://github.com/PlayEdu/backend
synced 2025-06-08 17:34:10 +08:00
学习详情明细优化
This commit is contained in:
parent
d06214aec0
commit
f69b432b12
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user