|
|
@@ -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>
|
|
|
|