From 00cd5c7595c5a664cc860dad786694af61ab51a9 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Tue, 9 Sep 2025 15:05:22 +0800 Subject: [PATCH] 'commit' --- dsLightRag/XingJun/move.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsLightRag/XingJun/move.html b/dsLightRag/XingJun/move.html index a7f78bd6..afc38374 100644 --- a/dsLightRag/XingJun/move.html +++ b/dsLightRag/XingJun/move.html @@ -18,7 +18,7 @@ .arrow-image { width: 155px; height: 173px; background-size: contain; background-repeat: no-repeat; cursor: move; } .save-btn { width: 100%; padding: 10px; background-color: #4CAF50; color: white; border: none; border-radius: 4px; cursor: pointer; font-size: 16px; margin-top: 20px; } .save-btn:hover { background-color: #45a049; } - .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: rgba(255, 255, 255, 0.8); padding: 3px 8px; border-radius: 4px; } + .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; } /* 新增红点样式 */