Browse Source

Merge branch 'dev/1.1.10_zsy' of jianyu/jy-pc into feature/v1.1.10

zhangsiya 1 năm trước cách đây
mục cha
commit
28ec36a534
2 tập tin đã thay đổi với 14 bổ sung4 xóa
  1. 8 3
      src/views/demand-detail/Detail.vue
  2. 6 1
      src/views/proposed-detail/Detail.vue

+ 8 - 3
src/views/demand-detail/Detail.vue

@@ -147,7 +147,7 @@
     </div>
     </div>
     <div v-if="!loginIn" slot="right-bottom" class="reg-position-bottom" @click="openLogin">
-      <img src="@/assets/image/detail/reg-bottom.png" alt="">
+        <img src="@/assets/image/detail/reg-bottom.png" alt="">
     </div>
   </Layout>
 </template>
@@ -538,11 +538,16 @@ export default {
   .reg-position-bottom{
     position: fixed;
     bottom: 0;
+    left:0;
     width: 100%;
     cursor: pointer;
     z-index: 9;
-    &>img{
-      width: 100%;
+    display: flex;
+    justify-content: center;
+    img{
+      min-width:1920px;
+      display: block;
+      object-fit: contain;
     }
   }
   .demand-main{

+ 6 - 1
src/views/proposed-detail/Detail.vue

@@ -316,12 +316,17 @@ export default {
 .reg-position-bottom{
     position: fixed;
     bottom: 0;
+    left:0;
     width: 100%;
     cursor: pointer;
     margin-left: 0;
     z-index: 9;
+    display: flex;
+    justify-content: center;
     &>img{
-      width: 100%
+      min-width: 1920px;
+      display: block;
+      object-fit: contain;
     }
   }
   .demand-detail{