From 51b6047b2c4a1b42d17d29e4388a205e4ac5ed6d Mon Sep 17 00:00:00 2001 From: JSR Date: Sat, 18 Jul 2026 09:18:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=BC=B9=E7=AA=97=E5=BD=A2=E5=8F=98=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/main.css | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/src/assets/main.css b/src/assets/main.css index 02058c4..d4c93a0 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -362,6 +362,29 @@ html.platform-macos body { animation: ss-operation-content-out 180ms cubic-bezier(0.4, 0, 1, 1) both; } +.ss-home-operation-morph-modal.ss-operation-morph-active .ant-modal-body, +.ss-home-operation-morph-modal.ss-operation-morph-closing .ant-modal-body { + overflow: visible !important; + scrollbar-width: none; +} + +.ss-home-operation-morph-modal.ss-operation-morph-active .ant-modal-body::-webkit-scrollbar, +.ss-home-operation-morph-modal.ss-operation-morph-closing .ant-modal-body::-webkit-scrollbar { + display: none; +} + +.ss-home-operation-morph-modal.ss-operation-morph-active .ss-operation-designed-name, +.ss-home-operation-morph-modal.ss-operation-morph-closing .ss-operation-designed-name { + overflow: visible; + text-overflow: clip; +} + +.ss-home-operation-morph-modal.ss-operation-morph-closing .ss-operation-designed-close { + visibility: hidden; + opacity: 0; + animation: none; +} + @keyframes ss-operation-meta-in { 0% { opacity: 0; @@ -409,6 +432,7 @@ html.platform-macos body { } .ss-operation-designed-header { + position: relative; display: flex; align-items: center; min-height: 82px; @@ -421,7 +445,7 @@ html.platform-macos body { align-items: center; min-width: 0; gap: 12px; - flex: 1; + flex: 0 0 auto; } .ss-operation-designed-student img, @@ -452,6 +476,9 @@ html.platform-macos body { } .ss-operation-designed-score { + position: absolute; + top: 26px; + right: 52px; display: flex; align-items: center; gap: 6px; @@ -470,6 +497,9 @@ html.platform-macos body { } .ss-operation-designed-close { + position: absolute; + top: 22px; + right: 0; width: 38px; height: 38px; flex: 0 0 38px;