Browse Source

技能博物馆

jbb 2 years ago
parent
commit
cd3d2d09ce
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/views/dashboard/MyToDo.vue

+ 9 - 9
src/views/dashboard/MyToDo.vue

@@ -59,7 +59,7 @@
     <!-- 第二行-->
     <a-row :gutter="24" class="secondLine">
       <!-- 企业公告 -->
-      <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="9" :style="{ marginBottom: '8px', paddingRight: 0 }">
+      <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="9" :style="{ marginBottom: '8px', paddingRight: 0,width: '66.6%' }">
         <a-card title="企业公告" :bordered="false" style="height:400px;">
           <template #extra>
             
@@ -75,8 +75,8 @@
 
       <!-- 计划  友情链接 -->
       <div>
-        <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="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">
@@ -108,11 +108,11 @@
               </a-card> -->
             <!-- </a-col> -->
             <!-- 友情链接 -->
-            <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" :style="{ marginBottom: '8px', paddingRight: 0 }">
+            <!-- <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:400px">
-                <template #extra><a href="javascript:void(0);"  @click="()=>modal1.visible=true">更多</a></template>
+                <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">
+                <!-- <div v-for="item in linksList.slice(0, 8)" :key="item.id" class="links">
                   <button class="itemLink">
                     <a href="#" @click="openItemLink(item)">
                       <span width="2em" style='color:#5c5c5c'> {{ item.name }}</span>
@@ -120,9 +120,9 @@
                   </button>
                 </div>
               </a-card>
-            </a-col>
-          </a-row>
-        </a-col>
+            </a-col> -->
+          <!-- </a-row>
+        </a-col> -->
 
         <!-- 日历 -->
         <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="8" :style="{ marginBottom: '8px' }">