balibabu 93b35f4e58
feat: display the version and backend service status on the page (#848)
### What problem does this PR solve?

#643 feat: display the version and backend service status on the page

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
2024-05-20 18:28:36 +08:00

15 lines
187 B
Plaintext

.settingWrapper {
width: 100%;
.outletWrapper {
padding: 32px 32px 0;
height: 100%;
overflow-y: auto;
}
.itemDescription {
padding: 10px 0;
margin: 0;
}
}