shanbinzhang 4 일 전
부모
커밋
82556945ee
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/views/report/chapter/List.vue

+ 5 - 1
src/views/report/chapter/List.vue

@@ -528,7 +528,7 @@ async function handleConfirmSetLayout() {
                                 <div class="flex-info">
                                     <img v-if="element.PublishState==2" @click.stop="handleShowPoster(element)" class="icon icon-wx" src="@/assets/imgs/report/icon_wx.png" alt="">
 
-                                    <div class="handle-icon" @click.stop="handleOptChapterItem(element)">
+                                    <div class="handle-icon" @click.stop="handleOptChapterItem(element)" v-if="element.IsAuth">
                                         <svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
                                             <path d="M16 8C17.1045 8 18 7.10455 18 6C18 4.89545 17.1045 4 16 4C14.8955 4 14 4.89545 14 6C14 7.10455 14.8955 8 16 8Z" fill="black" fill-opacity="0.9"/>
                                             <path d="M16 18C17.1045 18 18 17.1046 18 16C18 14.8954 17.1045 14 16 14C14.8955 14 14 14.8954 14 16C14 17.1046 14.8955 18 16 18Z" fill="black" fill-opacity="0.9"/>
@@ -1059,6 +1059,10 @@ async function handleConfirmSetLayout() {
                     height: 35px;
                 }
             }
+            .move-icon {
+                width: 40px;
+                height: 40px;
+            }
         }
     }