|
|
@@ -2063,19 +2063,6 @@ onUnmounted(() => {
|
|
|
padding: 0 !important;
|
|
|
}
|
|
|
|
|
|
-/* Popper 容器及箭头 */
|
|
|
-:deep(.el-popper) {
|
|
|
- background: transparent !important; /* 改为透明,避免容器背景干扰 */
|
|
|
- border: none !important;
|
|
|
- box-shadow: none !important;
|
|
|
-}
|
|
|
-
|
|
|
-/* 去除可能存在的箭头边框 */
|
|
|
-:deep(.el-popper__arrow),
|
|
|
-:deep(.el-popper__arrow)::before {
|
|
|
- display: none !important;
|
|
|
-}
|
|
|
-
|
|
|
/* 菜单项 */
|
|
|
:deep(.el-dropdown-menu__item) {
|
|
|
background: #192a5b !important;
|
|
|
@@ -2090,6 +2077,13 @@ onUnmounted(() => {
|
|
|
color: #fff !important;
|
|
|
}
|
|
|
:deep(.el-dropdown-menu) {
|
|
|
- outline: none !important;
|
|
|
+ border: 0px solid #00487f !important;
|
|
|
+ padding: 0px !important;
|
|
|
+}
|
|
|
+:deep(.el-scrollbar, .el-popper.el-dropdown__popper) {
|
|
|
+ background: #192a5b !important;
|
|
|
+ padding: 0 !important;
|
|
|
+ margin: 0 !important;
|
|
|
+ border: none !important;
|
|
|
}
|
|
|
</style>
|