From aaf3198eb598932a788561d715bdf2a91330d259 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 13 八月 2020 14:53:19 +0800
Subject: [PATCH] 左侧树高度超出显示滚动条,鼠标移入应用小图标显示实时快照,样式调整

---
 src/pages/ai/index/App.vue |   35 +++++++++++++++++++++--------------
 1 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/src/pages/ai/index/App.vue b/src/pages/ai/index/App.vue
index 9d27813..a346f5b 100644
--- a/src/pages/ai/index/App.vue
+++ b/src/pages/ai/index/App.vue
@@ -19,18 +19,10 @@
               @tab-click="handleTabClick"
               style="height: calc(100% - 20px);"
             >
-              <el-tab-pane label="鎴戠殑绠楁硶" name="myAlgorithm">
+              <el-tab-pane label="宸插畨瑁�" name="myAlgorithm">
                 <div class="width-new-line task-list" v-show="activeName === 'myAlgorithm'">
+                  <p class="src-title">绠楁硶杞欢</p>
                   <div class="flex-list">
-                    <!-- <draggable
-                :list="installedList"
-                :group="{ name: 'article', pull: 'clone', put: false }"
-                :sort="false"
-                @start="startRight"
-                @end="endLeft"
-                style="display:inline"
-                    >-->
-
                     <div class="wrap-box" v-for="item in ungradeList" :key="item.id">
                       <div class="list-choose-item-left">
                         <div class="mask">
@@ -119,7 +111,7 @@
                       </div>
                     </div>
                   </div>
-                  <!-- 鏈笅杞� -->
+                  <p class="src-title">搴旂敤杞欢</p>
                 </div>
               </el-tab-pane>
 
@@ -134,7 +126,7 @@
                       single
                       tip
                       tipWords="涓婁紶绠楁硶"
-                      uploadPlaceholder="绂荤嚎瀹夎绠楁硶"
+                      uploadPlaceholder="涓婁紶瀹夎杞欢"
                       url="/data/api-v/sdk/upload"
                       @complete="onFileUpload"
                       @file-added="onFileAdded"
@@ -142,8 +134,9 @@
                   </div>
                 </div>
               </el-tab-pane>
-              <el-tab-pane label="绠楁硶鍟嗗煄" name="algorithmMall" v-show="activeName==='algorithmMall'">
+              <el-tab-pane label="搴旂敤涓績" name="algorithmMall" v-show="activeName==='algorithmMall'">
                 <div class="tab-content">
+                  <p class="src-title">绠楁硶杞欢</p>
                   <div class="store-list">
                     <div class="wrap-box">
                       <div class="inner">
@@ -161,6 +154,8 @@
                       </div>
                     </div>
                   </div>
+                  <p class="src-title">搴旂敤杞欢</p>
+                  <div class="app-list"></div>
                 </div>
                 <el-drawer title="涓嬭浇" :visible.sync="actDrawerShow" :direction="direction">
                   <div class="drawer-content">
@@ -1113,6 +1108,7 @@
   height: 100%;
   box-sizing: border-box;
   text-align: left;
+  min-width: 1106px;
   // background-color: #f2f6fc;
   .s-video-manage-breadcrumb {
     height: 5%;
@@ -1163,6 +1159,15 @@
     text-align: center;
     color: #666;
   }
+}
+.src-title{
+  color: #333;
+  font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC';
+  font-weight: 650;
+  font-style: normal;
+  height: 36px;
+  font-size: 15px;
+  padding-left: 25px;
 }
 .task-manage {
   height: 100%;
@@ -1246,8 +1251,9 @@
       }
       .task-list {
         background: #fff;
-        padding: 30px 20px 20px;
+        padding: 20px;
         box-sizing: border-box;
+        
         .flex-list {
           display: flex;
           flex-direction: row;
@@ -1860,6 +1866,7 @@
           transform: translate(-50%, -50%);
         }
         .baseImg {
+          width: 80%;
           position: absolute;
           top: 50%;
           left: 50%;

--
Gitblit v1.8.0