style: 为评论编辑模态框及相关组件调整布局样式

This commit is contained in:
anghunk
2026-02-10 15:23:11 +08:00
parent ba8d4037ad
commit 2b3a2d330d
3 changed files with 5 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ button {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 15px; gap: 15px;
position: relative;
} }
.page-title { .page-title {

View File

@@ -4,6 +4,9 @@
align-items: center; align-items: center;
margin: 0; margin: 0;
gap: 8px; gap: 8px;
position: absolute;
right: 0;
top: 0;
} }
.toolbar-left { .toolbar-left {

View File

@@ -115,6 +115,7 @@ function handleSubmit() {
} }
.modal { .modal {
margin: 0;
background-color: var(--bg-card); background-color: var(--bg-card);
border-radius: 0; border-radius: 0;
box-shadow: var(--shadow-card); box-shadow: var(--shadow-card);