From 2b3a2d330d824fd7fc204295b508f9d7b3b5b834 Mon Sep 17 00:00:00 2001 From: anghunk Date: Tue, 10 Feb 2026 15:23:11 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=B8=BA=E8=AF=84=E8=AE=BA=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=A8=A1=E6=80=81=E6=A1=86=E5=8F=8A=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E8=B0=83=E6=95=B4=E5=B8=83=E5=B1=80=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cwd-admin/src/styles/common.less | 1 + cwd-admin/src/styles/components/comments.less | 3 +++ cwd-admin/src/views/CommentsView/components/ModalEdit.vue | 1 + 3 files changed, 5 insertions(+) diff --git a/cwd-admin/src/styles/common.less b/cwd-admin/src/styles/common.less index 0204a7c..847414c 100644 --- a/cwd-admin/src/styles/common.less +++ b/cwd-admin/src/styles/common.less @@ -45,6 +45,7 @@ button { display: flex; flex-direction: column; gap: 15px; + position: relative; } .page-title { diff --git a/cwd-admin/src/styles/components/comments.less b/cwd-admin/src/styles/components/comments.less index 530fb5c..3301d77 100644 --- a/cwd-admin/src/styles/components/comments.less +++ b/cwd-admin/src/styles/components/comments.less @@ -4,6 +4,9 @@ align-items: center; margin: 0; gap: 8px; + position: absolute; + right: 0; + top: 0; } .toolbar-left { diff --git a/cwd-admin/src/views/CommentsView/components/ModalEdit.vue b/cwd-admin/src/views/CommentsView/components/ModalEdit.vue index e8377c0..d8c3c03 100644 --- a/cwd-admin/src/views/CommentsView/components/ModalEdit.vue +++ b/cwd-admin/src/views/CommentsView/components/ModalEdit.vue @@ -115,6 +115,7 @@ function handleSubmit() { } .modal { + margin: 0; background-color: var(--bg-card); border-radius: 0; box-shadow: var(--shadow-card);