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
|
||||
.ant-dropdown {
|
||||
min-width: 120px;
|
||||
}
|
||||
.ant-dropdown-menu {
|
||||
min-width: 150px;
|
||||
box-shadow: $boxShadow;
|
||||
border: 1px solid $borderColor;
|
||||
margin-top: -4px;
|
||||
}
|
||||
.ant-dropdown-menu-item {
|
||||
|
||||
|
@ -135,7 +135,6 @@ const goIssues = () => {
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
padding: 0 10px;
|
||||
transition: background-color $transitionDelay;
|
||||
cursor: pointer;
|
||||
|
||||
.text {
|
||||
@ -144,6 +143,6 @@ const goIssues = () => {
|
||||
}
|
||||
|
||||
.left .menu-item:hover {
|
||||
background-color: $lightGray;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
</style>
|
Loading…
x
Reference in New Issue
Block a user