From 7e1762d879fc8b360e877a5828deef42eb14cc3b Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期三, 28 十月 2020 18:28:40 +0800
Subject: [PATCH] 引入simple-uploader源文件并更新assignBrowse方法,标注页面更新,首页分页器样式更新

---
 src/pages/desktop/index/components/ToolsEntry.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/pages/desktop/index/components/ToolsEntry.vue b/src/pages/desktop/index/components/ToolsEntry.vue
index d519f72..8612ff5 100644
--- a/src/pages/desktop/index/components/ToolsEntry.vue
+++ b/src/pages/desktop/index/components/ToolsEntry.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="tools-entry">
     <div class="entry-wrap">
-      <el-carousel height="600px" :autoplay="false" >
+      <el-carousel height="600px" :autoplay="false" arrow="never">
         <el-carousel-item v-for="(carousel,index) in carousels" :key="index">
           <div class="app-list clearFix sdk-list" >
             <div v-for="item in carousel" :key="item.id">
@@ -215,6 +215,11 @@
 .el-carousel__arrow--right{
   right: 0 !important;
 }
+.el-carousel__button{
+  width: 12px !important;
+  height: 12px !important;;
+  border-radius: 50% !important;
+}
 .tools-entry {
   //margin-top: 130px;
   position: absolute;
@@ -275,7 +280,7 @@
       text-align: right;
       padding-right: 50px;
       user-select: none;
-      margin-top: -100px;
+      margin-top: -80px;
       img {
         user-select: none;
         -webkit-user-drag: none;

--
Gitblit v1.8.0