### 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)
15 lines
187 B
Plaintext
15 lines
187 B
Plaintext
.settingWrapper {
|
|
width: 100%;
|
|
|
|
.outletWrapper {
|
|
padding: 32px 32px 0;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.itemDescription {
|
|
padding: 10px 0;
|
|
margin: 0;
|
|
}
|
|
}
|