@@ -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
@@ -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;
@@ -594,7 +594,7 @@ export default {
.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;
@@ -1195,7 +1195,6 @@ export default {
})
},
doOpen(type) {
- console.log('type', this.isLogin, type)
if (!this.isLogin) {
if (type !== 'scope') {
return this.toLogin()