♻️ 用户相关的四个一级页面勉强改完

This commit is contained in:
BTMuli
2023-09-02 14:03:23 +08:00
parent a8488c04f8
commit 95eca77d0a
18 changed files with 189 additions and 177 deletions

View File

@@ -207,8 +207,9 @@ watch(
.gro-dv-container {
height: 100%;
padding: 10px;
border: 1px solid var(--common-shadow-2);
border-radius: 5px;
background: var(--common-shadow-2);
background: var(--box-bg-2);
}
.gro-dvt-title {
@@ -223,16 +224,16 @@ watch(
.gro-dvt-subtitle {
width: 100%;
color: var(--common-text-quote);
font-family: var(--font-text);
font-size: 12px;
opacity: 0.6;
}
.gro-mid-list {
padding-top: 5px;
padding-bottom: 5px;
border-top: 1px solid var(--common-shadow-4);
color: var(--common-text-content);
color: var(--box-text-7);
}
.gro-ml-item {
@@ -250,7 +251,7 @@ watch(
.gro-b-window-item {
display: flex;
max-height: calc(100vh - 400px);
max-height: calc(100vh - 420px);
flex-direction: column;
margin-top: 10px;
gap: 5px;
@@ -285,6 +286,6 @@ watch(
justify-content: space-between;
padding: 0 10px;
border-radius: 5px;
background: var(--common-shadow-2);
background: var(--box-bg-3);
}
</style>

View File

@@ -44,6 +44,5 @@ watch(
width: 100%;
height: 100%;
grid-gap: 10px;
transition: all 0.3s ease-in-out;
}
</style>