fix home page
This commit is contained in:
parent
5e350269e1
commit
c6c05a64c0
@ -81,6 +81,10 @@
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: @btn-table-color;
|
color: @btn-table-color;
|
||||||
background-color: #081633;
|
background-color: #081633;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -30,67 +30,12 @@
|
|||||||
|
|
||||||
.toolbar {
|
.toolbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 0;
|
||||||
left: 12px;
|
right: 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
width: 370px;
|
||||||
.ant-select {
|
height: 100%;
|
||||||
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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-panel {
|
.left-panel {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user