zzzz
2024-04-30 7a57bcc3208f804cde9915d361f1a738a4e88e1d
src/components/trade-order-area/index.vue
@@ -79,7 +79,7 @@
        v-model="form.volume"
        @input="onInput"
      />
      <span class="textColor">{{ symbol.toLocaleUpperCase() }}</span>
      <span class="textColor">{{ symbol | _symbolName }}</span>
    </div>
    <div
      v-if="isTotal"
@@ -655,6 +655,7 @@
.targetPrice {
  opacity: 1;
  background-color: transparent;
}
.inputBackground {