feat: 样式调整
This commit is contained in:
@@ -302,7 +302,7 @@ function copyUrl(url: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.stats-summary {
|
.stats-summary {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -316,11 +316,11 @@ function copyUrl(url: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.details-section {
|
.details-section {
|
||||||
margin-top: 16px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.details-content {
|
.details-content {
|
||||||
margin-top: 16px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-section {
|
.detail-section {
|
||||||
|
@@ -92,7 +92,7 @@ function handleGroupRefresh() {
|
|||||||
.sidebar {
|
.sidebar {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
height: calc(100vh - 88px);
|
height: calc(100vh - 106px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-content {
|
.main-content {
|
||||||
|
@@ -121,7 +121,7 @@ async function handleSubmit() {
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
v-if="settingList.length > 0"
|
v-if="settingList.length > 0"
|
||||||
style="display: flex; justify-content: center; padding-top: 16px"
|
style="display: flex; justify-content: center; padding-top: 12px"
|
||||||
>
|
>
|
||||||
<n-button
|
<n-button
|
||||||
type="primary"
|
type="primary"
|
||||||
|
Reference in New Issue
Block a user