ragflow/web/src/pages/user-setting/index.less
balibabu fa171dfe6c
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
2024-03-08 17:09:07 +08:00

12 lines
147 B
Text

.settingWrapper {
width: 100%;
.outletWrapper {
padding: 32px 32px 0;
}
.itemDescription {
padding: 10px 0;
margin: 0;
}
}