|
@@ -11,13 +11,13 @@
|
|
<native></native>
|
|
<native></native>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="24" :class="type ?'main__needLeft':'main'">
|
|
|
|
|
|
+ <el-col :span="24" :class="!type ?'main__needLeft':'main'">
|
|
<div class="w_1200">
|
|
<div class="w_1200">
|
|
- <el-col :span="6" class="mainLeft" v-if="type">
|
|
|
|
|
|
+ <el-col :span="6" class="mainLeft" v-if="!type">
|
|
<mainLeft></mainLeft>
|
|
<mainLeft></mainLeft>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="17" :class="type ? 'needLeft__right':'mainRight'">
|
|
|
|
- <mainRight :mainRightList="mainRightList" :total="total" v-if="type"></mainRight>
|
|
|
|
|
|
+ <el-col :span="17" :class="!type ? 'needLeft__right':'mainRight'">
|
|
|
|
+ <mainRight :mainRightList="mainRightList" :total="total" v-if="!type"></mainRight>
|
|
<noLeft v-else :mainRightList="mainRightList"></noLeft>
|
|
<noLeft v-else :mainRightList="mainRightList"></noLeft>
|
|
</el-col>
|
|
</el-col>
|
|
</div>
|
|
</div>
|