优化样式 新增版本号

This commit is contained in:
gyq
2024-03-07 16:15:03 +08:00
parent 4a5b52fa45
commit 31ef882431
16 changed files with 291 additions and 186 deletions

View File

@@ -201,7 +201,7 @@ onMounted(() => {
.t2 {
display: flex;
gap: 20px;
gap: var(--el-font-size-base);
color: #999;
padding-top: 10px;
}
@@ -241,7 +241,7 @@ onMounted(() => {
}
.img {
$size: 60px;
$size: 40px;
width: $size;
height: $size;
}
@@ -261,9 +261,9 @@ onMounted(() => {
display: flex;
align-items: center;
height: 60px;
border-radius: 10px;
border-radius: 6px;
border: 1px solid var(--primary-color);
font-size: calc(var(--el-font-size-base) + 10px);
font-size: calc(var(--el-font-size-base) + 6px);
padding: 0 var(--el-font-size-base);
}
}