fix home page

This commit is contained in:
Aifeilong 2023-10-10 10:14:32 +08:00
parent 5e350269e1
commit c6c05a64c0
2 changed files with 8 additions and 59 deletions

View File

@ -81,6 +81,10 @@
font-size: 20px;
color: @btn-table-color;
background-color: #081633;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
&:hover {

View File

@ -30,67 +30,12 @@
.toolbar {
position: absolute;
top: 8px;
left: 12px;
top: 0;
right: 12px;
display: flex;
gap: 8px;
.ant-select {
cursor: pointer;
.ant-select-selector {
color: #02f9ff;
border: 1px solid #04fbfd !important;
background-color: #1f4856 !important;
padding: 4px 12px !important;
border-radius: 8px !important;
height: 39px !important;
font-size: 14px !important;
.ant-select-selection-item {
color: #02f9ff !important;
}
.ant-select-dropdown {
background-color: #1f4856 !important;
.ant-select-item {
color: rgb(0, 242, 255);
font-size: 14px;
&:hover {
background-color: #33a4a4 !important;
}
}
.ant-select-item-option-selected {
background-color: #33a4a4 !important;
}
}
&:hover {
border: 1px solid #04fbfd !important;
background-color: #078080;
}
}
.ant-select-arrow {
color: #02f9ff;
}
}
.focusBtn {
color: #02f9ff;
border: 1px solid #04fbfd;
background-color: #1f4856;
padding: 8px 12px;
border-radius: 8px;
cursor: pointer;
&:hover {
background-color: #078080;
}
}
width: 370px;
height: 100%;
}
.left-panel {