1
李凌
2025-12-29 7bb960ef165d091678a65ddc01b6551ec4487daa
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;
                }
            }
        }
    }