From bb1db52774a8b27319a9b68e8c9afd6db5a1b22c Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 30 Oct 2025 11:04:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8E=86=E5=8F=B2=E8=96=AA=E8=B5=84?= =?UTF-8?q?=E9=A1=B5):=E8=B0=83=E6=95=B4=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HistorySalaryView.vue | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/views/HistorySalaryView.vue b/src/views/HistorySalaryView.vue index 4d43558..e6b66cd 100644 --- a/src/views/HistorySalaryView.vue +++ b/src/views/HistorySalaryView.vue @@ -214,20 +214,7 @@
{{ t('help') }}
-
- × -
+
×
@@ -501,6 +488,16 @@ onMounted(async () => { font-family: 'SF Pro Text'; } +.closeBt { + position: absolute; + right: 10px; + color: black; + + display: flex; + align-items: center; + justify-content: center; +} + .salaryList::-webkit-scrollbar { display: none; } @@ -895,4 +892,9 @@ onMounted(async () => { [dir='rtl'] .info-btn { /* transform: scaleX(-1); */ } + +[dir='rtl'] .closeBt { + left: 10px; + right: auto; +}