Peer schedule style is almost done

But I don't feel it quite right..
This commit is contained in:
Donald Zou
2024-06-25 23:02:13 +08:00
parent 6c529a6908
commit 2d838b69fd
9 changed files with 298 additions and 183 deletions

View File

@@ -1119,4 +1119,13 @@ pre.index-alert {
.peerSettingContainer {
background-color: #00000060;
z-index: 9999;
}
.dashboardModal{
min-height: calc(100% - 1.75rem * 2);
width: 700px
}
.dashboardModal > .card{
margin: 1.75rem;
}