update at 2026-02-14 15:49:09

This commit is contained in:
douboer
2026-02-14 15:49:09 +08:00
parent 18698b613e
commit 5a6f7366f6
5 changed files with 17 additions and 7 deletions

View File

@@ -285,14 +285,14 @@ body {
}
.weixin-popover {
position: absolute;
top: calc(100% + 12px);
right: 0;
position: fixed;
top: 70px;
right: 16px;
width: 180px;
border: 1px solid var(--primary-7);
border-radius: 12px;
background: #fff;
z-index: 10;
z-index: 100;
padding: 12px;
text-align: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
@@ -821,6 +821,16 @@ body {
flex-shrink: 0;
}
.weixin-popover {
top: 120px;
right: 50%;
transform: translateX(50%);
}
.weixin-popover::before {
display: none;
}
.content {
display: flex;
flex-direction: column;