1
2026-05-19 0ef335dce6b9f40f094fa46e08b0888a594fd2e1
src/page/list/trading-list.vue
@@ -29,6 +29,7 @@
<script>
import tabsList from "./tradingList/tabs";
export default {
  name: "TradingList",
  components: { tabsList },
  data() {
    return {
@@ -41,6 +42,7 @@
    },
    gpinput(e) {
      this.gpcode = e.target.value;
      this.$refs.tabsList.sousuo = e.target.value;
    },
  },
};
@@ -96,7 +98,7 @@
    text-align: center;
    height: 100%;
    border-radius: 0.5rem;
    background-color: #0066ed;
    background-color: #00f0ff;
    color: #ffffff;
    font-weight: bold;
    margin-left: 20px;