李凌
2025-09-11 d5ff9af6bb6b1974f6e50c3330ea7d8e5ad9fa76
src/views/quotes/components/head.vue
@@ -21,18 +21,17 @@
<style lang="scss" scoped>
@import "@/assets/css/variable.scss";
.head {
    width: 100%;
    $inp-bg: #F7F7F7;
    $inp-c: #999;
    margin-bottom: 1rem;
    .more_input {
        width: 100%;
        height: 4.5rem;
        background: $inp-bg;
        background: $input_background;
        border-radius: 2.25rem;
        color: $inp-c;
        color: $text_color;
        font-size: 1.5rem;
        span {