mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
perf: UI优化
This commit is contained in:
parent
fadaefda94
commit
09661dc3ed
@ -16,11 +16,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// dropdown
|
// dropdown
|
||||||
.ant-dropdown {
|
|
||||||
min-width: 120px;
|
|
||||||
}
|
|
||||||
.ant-dropdown-menu {
|
.ant-dropdown-menu {
|
||||||
|
min-width: 150px;
|
||||||
box-shadow: $boxShadow;
|
box-shadow: $boxShadow;
|
||||||
|
border: 1px solid $borderColor;
|
||||||
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
.ant-dropdown-menu-item {
|
.ant-dropdown-menu-item {
|
||||||
|
|
||||||
|
@ -135,7 +135,6 @@ const goIssues = () => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
transition: background-color $transitionDelay;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
@ -144,6 +143,6 @@ const goIssues = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.left .menu-item:hover {
|
.left .menu-item:hover {
|
||||||
background-color: $lightGray;
|
background-color: #f9f9f9;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
x
Reference in New Issue
Block a user