Parcourir la source

修改 买卖大厅布局错误问题

huangbin il y a 3 ans
Parent
commit
491feea99e
1 fichiers modifiés avec 6 ajouts et 4 suppressions
  1. 6 4
      src/views/market/market-spot/index.vue

+ 6 - 4
src/views/market/market-spot/index.vue

@@ -1,8 +1,10 @@
 <template>
-  <div class="topTableHeight">
-    <FristMenu :list="marketsSetion" :value="'marketsectionname'" @selectMenu="selectSection" />
-    <component :is="componentId" v-if="componentId"></component>
-    <ThirdMenu :list="markets" :value="'marketname'" @selectMenu="onSelectMarket" />
+  <div class="exposure">
+    <div class="topTableHeight">
+      <FristMenu :list="marketsSetion" :value="'marketsectionname'" @selectMenu="selectSection" />
+      <component :is="componentId" v-if="componentId"></component>
+      <ThirdMenu :list="markets" :value="'marketname'" @selectMenu="onSelectMarket" />
+    </div>
   </div>
 </template>