1
李凌
2025-09-15 facd3463f9b965df159cd45781bc99452ae2b9f9
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 {