diff --git a/dsLightRag/XingJun/move.html b/dsLightRag/XingJun/move.html index 76c61779..1ddf199b 100644 --- a/dsLightRag/XingJun/move.html +++ b/dsLightRag/XingJun/move.html @@ -21,7 +21,10 @@ .arrow-text { position: absolute; top: '100%'; left: '50%'; transform: translateX(-50%); margin-top: '-5px'; font-weight: bold; color: red; font-size: 16px; white-space: nowrap; text-align: center; width: 100%; background-color: transparent; padding: 3px 8px; border-radius: 4px; } #contextMenu { position: absolute; display: none; background: white; border: 1px solid #ccc; padding: 5px; z-index: 9999; } #deleteArrow { padding: 3px 10px; cursor: pointer; } - /* 新增红点样式 */ + .menu-separator { height: 1px; background-color: #ccc; margin: 5px 0; } + .menu-item { padding: 3px 10px; cursor: pointer; } + .menu-item:hover { background-color: #f0f0f0; } + .check-mark { display: inline-block; width: 16px; text-align: center; } .center-dot { position: absolute; width: 8px; height: 8px; background: red; border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; z-index: 5; } @@ -44,7 +47,14 @@ -