|
@@ -78,8 +78,8 @@
|
|
|
<a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="7" :style="{ marginBottom: '8px' }">
|
|
|
<a-row :gutter="24">
|
|
|
<!-- 我的计划 -->
|
|
|
- <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" :style="{ marginBottom: '8px', paddingRight: 0 }">
|
|
|
- <a-card title="我的计划" :bordered="false" style="width:100%;height:176px">
|
|
|
+ <!-- <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" :style="{ marginBottom: '8px', paddingRight: 0 }"> -->
|
|
|
+ <!-- <a-card title="我的计划" :bordered="false" style="width:100%;height:176px">
|
|
|
<a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="12" :style="{ marginBottom: '8px', paddingRight: 0 }">
|
|
|
<p>
|
|
|
上月我的计划:
|
|
@@ -105,11 +105,11 @@
|
|
|
>份
|
|
|
</p>
|
|
|
</a-col>
|
|
|
- </a-card>
|
|
|
- </a-col>
|
|
|
+ </a-card> -->
|
|
|
+ <!-- </a-col> -->
|
|
|
<!-- 友情链接 -->
|
|
|
<a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" :style="{ marginBottom: '8px', paddingRight: 0 }">
|
|
|
- <a-card title="友情链接" :bordered="false" style="width:100%;height:216px">
|
|
|
+ <a-card title="友情链接" :bordered="false" style="width:100%;height:400px">
|
|
|
<template #extra><a href="javascript:void(0);" @click="()=>modal1.visible=true">更多</a></template>
|
|
|
<!-- <template #extra><a href="javascript:void(0);" @click="openMyLinks">更多</a></template> -->
|
|
|
<div v-for="item in linksList.slice(0, 8)" :key="item.id" class="links">
|