1
李凌
2025-10-09 c17311ba1351cd5e64654c3fc7b2fe765b1e7382
src/views/quotes/components/head.vue
@@ -1,6 +1,7 @@
<template>
    <div class="head flex justify-between items-center pl-5 pr-5">
        <div class="more_input pl-20 pr-5 flex items-center justify-start mr-5 pt-2" @click="onRoute('/optional/search')">
        <div class="more_input pl-20 pr-5 flex items-center justify-start mr-5 pt-2"
            @click="onRoute('/optional/search')">
            <img src="@/assets/imgs/quotes/search.png" alt="">
            <span class="pl-5">{{ $t('请输入关键词搜寻') }}</span>
        </div>
@@ -30,11 +31,16 @@
    .more_input {
        width: 100%;
        height: 4.5rem;
        background: $inp-bg;
        // background: $inp-bg;
        border-radius: 2.25rem;
        color: $inp-c;
        // color: $inp-c;
        font-size: 1.5rem;
        @include themify() {
            background: themed("input_background");
            color: themed("text_color1");
        }
        span {
            text-overflow: ellipsis;
            overflow: hidden;