diff --git a/src/components/userAvatar/tua-dc-relic.vue b/src/components/userAvatar/tua-dc-relic.vue
index 68179497..ffa3a403 100644
--- a/src/components/userAvatar/tua-dc-relic.vue
+++ b/src/components/userAvatar/tua-dc-relic.vue
@@ -35,6 +35,7 @@
:src="propMain.icon"
alt="propMain"
/>
+ mdi-adjust
{{ propMain !== false ? propMain.name : "未知属性" }}
@@ -44,6 +45,7 @@
+ mdi-information-outline
{{ prop !== false ? prop.name : "未知属性" }}
@@ -142,6 +144,7 @@ function getPropSubStyle(
background: rgb(0 0 0 / 20%);
color: var(--tgc-white-1);
font-size: 12px;
+ row-gap: 5px;
text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}
@@ -235,6 +238,7 @@ function getPropSubStyle(
width: 100%;
align-items: center;
justify-content: space-between;
+ border-bottom: 1px solid rgb(255 255 255 / 20%);
column-gap: 5px;
font-family: var(--font-title);
@@ -242,6 +246,7 @@ function getPropSubStyle(
display: flex;
align-items: center;
justify-content: center;
+ column-gap: 5px;
}
img {
@@ -269,6 +274,10 @@ function getPropSubStyle(
width: 14px;
height: 14px;
}
+
+ .icon {
+ opacity: 0.4;
+ }
}
.tua-prop-time {
diff --git a/src/components/userAvatar/tua-dc-weapon.vue b/src/components/userAvatar/tua-dc-weapon.vue
index 0b216eef..1e34529c 100644
--- a/src/components/userAvatar/tua-dc-weapon.vue
+++ b/src/components/userAvatar/tua-dc-weapon.vue
@@ -150,6 +150,7 @@ const propSub = computed(() => {
display: flex;
align-items: center;
justify-content: center;
+ column-gap: 5px;
}
}
diff --git a/src/components/userAvatar/tua-detail-card.vue b/src/components/userAvatar/tua-detail-card.vue
index b73fcab8..277e79f7 100644
--- a/src/components/userAvatar/tua-detail-card.vue
+++ b/src/components/userAvatar/tua-detail-card.vue
@@ -18,6 +18,13 @@
{{ props.modelValue.avatar.name }}
Lv.{{ props.modelValue.avatar.level }}
好感{{ props.modelValue.avatar.fetter }}
+
+ mdi-tshirt-crew
+