From 7bb960ef165d091678a65ddc01b6551ec4487daa Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Mon, 29 Dec 2025 14:26:11 +0800
Subject: [PATCH] 1
---
src/views/my/assets.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/views/my/assets.vue b/src/views/my/assets.vue
index f6e505d..1c77299 100644
--- a/src/views/my/assets.vue
+++ b/src/views/my/assets.vue
@@ -27,7 +27,7 @@
<div class="tabbers flex justify-between mt-20 pl-1 pr-1">
<div class="item" v-for="item in tabList" :key="item.key" @click="toPage(item.path)">
- <img style="width: 100px;" :src="item.icon" alt="">
+ <img :src="item.icon" alt="">
<div class="mt-3 text-center">{{ item.name }}</div>
</div>
</div>
@@ -285,6 +285,11 @@
img {
height: $item_width;
border-radius: 50%;
+ background: #fff;
+
+ @include themify() {
+ border: themed("main_background") 1px solid;
+ }
}
}
}
--
Gitblit v1.9.3