添加本地连接下载,取消仅保存

This commit is contained in:
2026-07-21 14:57:19 +08:00
parent bf9d5f3f22
commit d5d9423599
7 changed files with 601 additions and 535 deletions

View File

@@ -52,7 +52,7 @@
align-items: center;
justify-content: center;
background-color: rgba(30, 30, 50, 0.35);
z-index: 1000;
z-index: 9999;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
animation: fadeIn 0.25s ease;
@@ -801,13 +801,15 @@
display: flex;
flex-direction: column;
border-radius: 40rpx;
padding: 40rpx 36rpx;
}
.message-detail-content {
flex: 1;
min-height: 200rpx;
max-height: 60vh;
overflow-y: auto;
padding: 20rpx 0;
padding: 16rpx 0;
font-size: 28rpx;
line-height: 1.7;
color: #333333;