style: 为评论编辑模态框及相关组件调整布局样式
This commit is contained in:
@@ -45,6 +45,7 @@ button {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 15px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
gap: 8px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.toolbar-left {
|
||||
|
||||
@@ -115,6 +115,7 @@ function handleSubmit() {
|
||||
}
|
||||
|
||||
.modal {
|
||||
margin: 0;
|
||||
background-color: var(--bg-card);
|
||||
border-radius: 0;
|
||||
box-shadow: var(--shadow-card);
|
||||
|
||||
Reference in New Issue
Block a user