perf: 调整

This commit is contained in:
rd
2025-07-17 09:58:49 +08:00
parent 0f94c630b6
commit 123f2ce3db
4 changed files with 19 additions and 59 deletions

View File

@ -138,7 +138,7 @@ const setServerMenu = () => {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
line-height: 22px;
}
}
.arco-dropdown-option-content {
@ -147,7 +147,6 @@ const setServerMenu = () => {
&:not(.arco-dropdown-option-disabled):hover {
background-color: transparent;
.arco-dropdown-option-content {
// border-radius: 8px;
background: var(--BG-200, #f2f3f5);
}
}
@ -182,51 +181,4 @@ const setServerMenu = () => {
}
}
}
// .layout-avatar-dropdown {
// .arco-dropdown {
// border-radius: 8px;
// border: 1px solid var(--BG-300, #e6e6e8);
// background: var(--BG-white, #fff);
// padding: 12px 0px;
// .arco-dropdown-option {
// padding: 0 12px;
// margin-bottom: 4px;
// &-content {
// display: flex;
// height: 40px;
// width: 100%;
// padding: 10px 24px;
// align-items: center;
// .menu-item-text {
// color: var(--Text-2, #3c4043);
// font-family: 'PuHuiTi-Regular';
// font-size: 16px;
// font-style: normal;
// font-weight: 400;
// line-height: 22px; /* 137.5% */
// }
// }
// &:not(.arco-dropdown-option-disabled):hover {
// background-color: transparent;
// .arco-dropdown-option-content {
// border-radius: 8px;
// background: var(--BG-200, #f2f3f5);
// }
// }
// }
// }
// }
// .layout-avatar-dropdown {
// width: 200px;
// .arco-dropdown {
// padding: 12px 4px;
// .arco-dropdown-option {
// padding: 0 !important;
// &-content {
// padding: 0 12px !important;
// }
// }
// }
// }
</style>