|
|
@@ -50,7 +50,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
|
|
|
- <el-row :gutter="10" class="top_row">
|
|
|
+ <!-- <el-row :gutter="10" class="top_row">
|
|
|
<el-col :span="8" class="box-card_bg" v-for="(item, index) in state.jumpListData" :key="index">
|
|
|
<el-card @click="jumpweb(item.type)" :style="{ background: item.bgColor }" class="box-card-num">
|
|
|
<el-row class="box-card-row" style="margin:0">
|
|
|
@@ -63,7 +63,7 @@
|
|
|
</el-row>
|
|
|
</el-card>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
+ </el-row> -->
|
|
|
|
|
|
<el-row :gutter="10">
|
|
|
<el-col :span="24">
|