瀏覽代碼

style: 细节样式调整

cuiyalong 1 年之前
父節點
當前提交
9367b70b3c

+ 1 - 1
apps/mobile/src/views/article/components/ActionShareToWorkmate.vue

@@ -5,7 +5,7 @@
     class="action-share-to-workmate"
     @click.native.stop="shareToWorkmate"
   >
-    <AppIcon slot="icon" name="fenxiang" color="#2ABED1" size="18"></AppIcon>
+    <AppIcon slot="icon" name="fenxiang" color="#2ABED1" size="20"></AppIcon>
     <template #text>
       <p>转给同事</p>
       <iframe

+ 4 - 0
apps/mobile/src/views/article/components/TabActions.vue

@@ -121,10 +121,14 @@ $height: 48px;
   }
 }
 .tab-actions {
+  position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   box-shadow: 0px -2px 8px 0px rgba(54, 147, 179, 0.05);
+  border-top: 1px solid $border_color_3;
+  z-index: 3;
+
   ::v-deep {
     .tab-action-item {
       height: $height;

+ 1 - 1
apps/mobile/src/views/article/content.vue

@@ -594,7 +594,7 @@ export default {
 ::v-deep {
   .van-tabs__wrap {
     padding-bottom: 4px;
-    border: 1px solid rgba(0, 0, 0, 0.05);
+    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   }
   .van-tabs__line {
     width: 24px;

+ 0 - 1
apps/mobile/src/views/search/result/bidding/index.vue

@@ -1195,7 +1195,6 @@ export default {
       })
     },
     doOpen(type) {
-      console.log('type', this.isLogin, type)
       if (!this.isLogin) {
         if (type !== 'scope') {
           return this.toLogin()