瀏覽代碼

修改bug

修改bug
Sean 6 月之前
父節點
當前提交
754600d98d

+ 4 - 1
src/views/template/public/editBtn.vue

@@ -7,7 +7,10 @@
 <script>
 export default {
   props: {
-    
+    belongSectorId: {
+      type: Number,
+      default: 0
+    },
   },
   data() {
     return {

+ 0 - 1
src/views/template/style/1/bannerSector.vue

@@ -1,7 +1,6 @@
 <template>
   <div class="bannerBox">
     <div class="itemTopBox">
-      <editBtn />
       <mainTitle />
     </div>
     <div class="itemBottomBox">

+ 1 - 0
src/views/template/style/1/components/mainTitle.vue

@@ -35,6 +35,7 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
+    position: relative;
     img {
       width: 54px;
       height: 54px;