学员新建,编辑初步

This commit is contained in:
禺狨
2023-03-06 15:09:11 +08:00
parent cf9c64e04b
commit 6c60beb61d
9 changed files with 451 additions and 76 deletions

View File

@@ -12,6 +12,14 @@ code {
monospace;
}
.mt-10{
margin-top: 10px;
}
.ml-15 {
margin-left: 15px;
}
.mr-16 {
margin-right: 16px;
}
@@ -68,7 +76,6 @@ code {
.c-flex {
display: flex;
flex-direction: column;
align-items: center;
}
.primary {
@@ -79,6 +86,11 @@ code {
color: #ff4d4f;
}
.form-avatar {
width: 100px;
height: 100px;
}
.playedu-main-body {
width: 100%;
height: auto;
@@ -128,7 +140,3 @@ code {
textarea.ant-input {
vertical-align: middle;
}