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;