交易所前端蓝色ui, 4.5 jiem
lxf
2025-04-18 66a33e936d39ec4db7fdffed5d646e044ccc43e9
src/page/quotes.vue
@@ -4,7 +4,7 @@
            <!-- <img src="@/assets/image/icon-left_arrow.png" alt="logo" class="w-20 h-33 border-1 mr-32" @click="back"/> -->
            <div class="inputBoxbg h-60 w-full rounded-full flex items-center">
                <img src="@/assets/image/icon-search.png" alt="logo" class="w-32 h-32 mx-16" />
                <input type="text" v-model="keywords" :placeholder="$t('搜索币种')"
                <input type="text" v-model="keywords" :placeholder="$t('搜索')"
                    class="h-full flex-1 search-input border-none bg-none" @input="onInput" />
            </div>
        </div>