mirror of
https://github.com/PlayEdu/backend
synced 2025-12-29 00:39:48 +08:00
学员新建,编辑初步
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user