20 hours ago 584860d11b454774b60c71b63d221b5481c0f3bd
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;