修改模板.

This commit is contained in:
lijiahang
2023-10-05 00:50:15 +08:00
parent 27c24a6f5a
commit 5cba137402
9 changed files with 281 additions and 144 deletions

View File

@@ -120,6 +120,10 @@ body {
color: rgb(var(--arcoblue-6));
}
.span-red {
color: rgb(var(--red-6));
}
#app {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

View File

@@ -75,9 +75,9 @@
box-shadow: 2px 2px 12px rgba(0, 0, 0, .15);
}
.card-descriptions {
height: 100%;
overflow-y: auto;
.card-extra-icon {
font-size: 16px;
cursor: pointer;
}
.usn {