consumer模块完成度95%,实现数据库多端注册登录,优化安卓端小程序bug
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<!-- 聊天头部 -->
|
||||
<view class="chat-header" :style="{ paddingTop: navPaddingTop }">
|
||||
<view class="header-back" @click="goBack">
|
||||
<text class="back-icon">‹</text>
|
||||
<text class="back-icon">❮</text>
|
||||
</view>
|
||||
<view class="header-info">
|
||||
<view class="header-info-text-wrapper">
|
||||
@@ -566,7 +566,7 @@ const goBack = () => {
|
||||
}
|
||||
|
||||
.back-icon {
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user