修改切换逻辑

master
于肖磊 2026-02-13 17:11:10 +08:00
parent 8940f17b09
commit 4cb144684f
1 changed files with 3 additions and 1 deletions

View File

@ -1807,9 +1807,11 @@
.comment-modal {
position: fixed;
top: 0;
left: 0;
left: 50%;
transform: translateX(-50%);
width: 100%;
height: 100%;
max-width: 1600rpx;
background-color: rgba(0, 0, 0, 0.5);
z-index: 99;
display: flex;