diff --git a/src/components/userAvatarCard/duc-detail-ort.vue b/src/components/userAvatarCard/duc-detail-ort.vue
index dda7c684..9b1a1df7 100644
--- a/src/components/userAvatarCard/duc-detail-ort.vue
+++ b/src/components/userAvatarCard/duc-detail-ort.vue
@@ -8,6 +8,9 @@
>
{{ talent.name }}
Lv.{{ talent.level === 0 ? 1 : talent.level }}
@@ -25,20 +28,49 @@ const props = defineProps();
.duc-dort-box {
display: flex;
flex-direction: column;
- row-gap: 10px;
+ row-gap: 8px;
}
.duc-dort-item {
display: flex;
justify-content: flex-end;
column-gap: 8px;
+
+ span {
+ display: flex;
+ align-items: center;
+ justify-content: flex-start;
+ color: var(--tgc-white-1);
+ font-family: var(--font-title);
+ font-size: 16px;
+ text-shadow: 0 0 5px #00000066;
+
+ &:last-child {
+ width: 48px;
+ }
+ }
+}
+
+.duc-dort-lock {
+ position: absolute;
+ z-index: 2;
+ display: flex;
+ width: 44px;
+ height: 44px;
+ align-items: center;
+ justify-content: center;
+ padding: 3px;
+ border-radius: 50%;
+ -webkit-backdrop-filter: blur(5px);
+ backdrop-filter: blur(5px);
+ background-color: #00000066;
}
.duc-dort-icon {
position: relative;
display: flex;
- width: 48px;
- height: 48px;
+ width: 40px;
+ height: 40px;
box-sizing: border-box;
align-items: center;
justify-content: center;
@@ -54,14 +86,4 @@ const props = defineProps();
object-fit: contain;
}
}
-
-.duc-dort-item span {
- display: flex;
- align-items: center;
- justify-content: center;
- color: var(--tgc-white-1);
- font-family: var(--font-title);
- font-size: 16px;
- text-shadow: 0 0 5px #00000066;
-}
diff --git a/src/components/userAvatarCard/tuc-detail-card.vue b/src/components/userAvatarCard/tuc-detail-card.vue
index 008b3d70..4322b30f 100644
--- a/src/components/userAvatarCard/tuc-detail-card.vue
+++ b/src/components/userAvatarCard/tuc-detail-card.vue
@@ -35,8 +35,7 @@
- UID: {{ props.modelValue.uid }} Updated: {{ props.modelValue.updated }} | Rendered by
- TeyvatGuide v{{ version }}
+ UID: {{ props.modelValue.uid }} {{ props.modelValue.updated }} | TeyvatGuide v{{ version }}
@@ -149,9 +148,8 @@ async function share(): Promise {
.duc-doc-rt {
position: absolute;
- top: 10px;
- right: 10px;
- padding: 5px;
+ top: 8px;
+ right: 8px;
}
.duc-doc-lb {