feat: submit new password to backend and submit user information and add Form to UserSettingProfile (#114)
* feat: add Form to UserSettingProfile * feat: submit user information * feat: submit new password to backend
This commit is contained in:
12
web/src/pages/user-setting/index.less
Normal file
12
web/src/pages/user-setting/index.less
Normal file
@@ -0,0 +1,12 @@
|
||||
.settingWrapper {
|
||||
width: 100%;
|
||||
|
||||
.outletWrapper {
|
||||
padding: 32px 32px 0;
|
||||
}
|
||||
|
||||
.itemDescription {
|
||||
padding: 10px 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user