fix: improve G01 list and create action legibility

This commit is contained in:
rain
2026-07-13 10:05:01 +08:00
parent 6db93d8c1b
commit a68f2a51ad
4 changed files with 25 additions and 11 deletions
+4 -4
View File
@@ -109,9 +109,9 @@ defineEmits(['select'])
.card-detail-row { display: flex; min-width: 0; align-items: center; justify-content: space-between; margin-top: 12rpx; }
.card-metas { display: flex; min-width: 0; align-items: center; }
.card-meta-item { display: flex; min-width: 0; align-items: center; margin-right: 14rpx; }
.card-meta-icon { width: 24rpx; height: 24rpx; margin-right: 5rpx; }
.card-meta { color: $ink-muted; font-size: 22rpx; }
.card-updated { display: flex; flex: 0 0 auto; align-items: center; margin-left: 10rpx; color: $ink-muted; font-size: 20rpx; white-space: nowrap; }
.card-meta-icon { width: 28rpx; height: 28rpx; margin-right: 6rpx; }
.card-meta { color: $ink-muted; font-size: 26rpx; }
.card-updated { display: flex; flex: 0 0 auto; align-items: center; margin-left: 10rpx; color: $ink-muted; font-size: 22rpx; white-space: nowrap; }
.card-side {
position: relative;
@@ -132,7 +132,7 @@ defineEmits(['select'])
.genealogy-card { min-height: 148rpx; padding-right: 18rpx; padding-left: 18rpx; }
.surname-seal { width: 66rpx; height: 100rpx; margin-right: 16rpx; }
.card-name { font-size: 32rpx; }
.card-meta { font-size: 20rpx; }
.card-meta { font-size: 22rpx; }
.card-updated { display: none; }
.card-side { margin-left: 12rpx; }
.card-chevron { width: 28rpx; height: 28rpx; margin-left: 8rpx; }