mirror of
https://github.com/PlayEdu/backend
synced 2025-06-07 23:44:10 +08:00
学习详情明细优化
This commit is contained in:
parent
d06214aec0
commit
f69b432b12
@ -20,6 +20,10 @@ code {
|
||||
monospace;
|
||||
}
|
||||
|
||||
.w-100 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.w-174px {
|
||||
max-width: 134px;
|
||||
overflow: hidden;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user