diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index 0e5962c..ac16ec0 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -44,18 +44,29 @@ body { min-height: 44px; } -/* 上传进度条 */ -.upload-progress { - display: inline-block; +/* 传输进度(上传/下载/跨面板传输) */ +.transfer-progress { + display: inline-flex; + align-items: center; vertical-align: middle; + gap: 8px; } -.upload-progress .progress { +.transfer-progress-label { + font-size: 12px; + color: #333; + max-width: 200px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.transfer-progress .progress { border-radius: 4px; overflow: hidden; } -.upload-progress .progress-bar { +.transfer-progress .progress-bar { transition: width 0.3s ease; font-size: 11px; line-height: 20px; diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 318db5d..80467c0 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -33,10 +33,11 @@ - -