修改发布增加拖动

This commit is contained in:
筱野
2025-08-31 20:19:10 +08:00
parent 721a9fab9d
commit f5aff7ce73
16 changed files with 399 additions and 115 deletions

View File

@@ -33,8 +33,8 @@
.info-popover {
position: absolute;
bottom: 22px;
left: -65px;
width: 130px;
left: -92px;
width: 184px;
padding:12px;
background: rgba(57, 59, 68, 0.90);
color: #fff;
@@ -51,7 +51,7 @@
content: '';
position: absolute;
bottom: -6px;
left: 68px; /* 对齐图标宽12px可按需微调 */
left: 94px; /* 对齐图标宽12px可按需微调 */
width: 0;
height: 0;
border-left: 6px solid transparent;