diff --git a/packages/screen/src/views/3DSituationalAwarenessRefactor/components/RightPanel/index.vue b/packages/screen/src/views/3DSituationalAwarenessRefactor/components/RightPanel/index.vue index 480ab12..5a210d4 100644 --- a/packages/screen/src/views/3DSituationalAwarenessRefactor/components/RightPanel/index.vue +++ b/packages/screen/src/views/3DSituationalAwarenessRefactor/components/RightPanel/index.vue @@ -1,5 +1,6 @@ @@ -42,10 +44,18 @@ import CollaborationInfo from './CollaborationInfo.vue' overscroll-behavior: contain; padding-right: vw(40); // 为右侧折叠按钮预留空间 padding-top: var(--sa-header-height); + padding-left: 10px; box-sizing: border-box; + &__content { + &:hover { + // border: 2px solid rgba(255, 80, 80, 0.6); + box-shadow: 0 0 10px rgba(255, 80, 80, 0.6), 0 0 20px rgba(255, 0, 0, 0.4), + 0 0 35px rgba(255, 0, 0, 0.25); + } + } &::-webkit-scrollbar { - width: vw(6); + width: vw(0); } &::-webkit-scrollbar-track {