|
|
@@ -49,14 +49,12 @@
|
|
|
<span>我的店铺</span>
|
|
|
<i class="iconfont icon-xiangyou"></i>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <nuxt-link tag="div" to="/mobile/center/vendor/message" class="block-wrap collect-block">
|
|
|
- <div class="content-line">
|
|
|
+ <nuxt-link tag="div" to="/mobile/center/vendor/message" class="content-line">
|
|
|
<img src="/images/mobile/center/user/message.png" alt="">
|
|
|
<span>消息<span class="text">({{messageCount.count || 0}})</span></span>
|
|
|
<i class="iconfont icon-xiangyou"></i>
|
|
|
- </div>
|
|
|
- </nuxt-link>
|
|
|
+ </nuxt-link>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<remind-box :title="remindText" :timeoutCount="timeoutCount"></remind-box>
|
|
|
</div>
|
|
|
@@ -109,10 +107,7 @@
|
|
|
@import '~assets/scss/mobileCenter';
|
|
|
.mobile-center{
|
|
|
.collect-block {
|
|
|
- height: 1.16rem;
|
|
|
- .content-line {
|
|
|
- border-bottom: none !important;
|
|
|
- }
|
|
|
+ height: auto;
|
|
|
}
|
|
|
}
|
|
|
</style>
|