Browse Source

对接登录

master
前端-胡立永 4 months ago
parent
commit
94242a9fbb
2 changed files with 2 additions and 2 deletions
  1. +2
    -2
      components/base/topbar.vue
  2. BIN
      static/image/logo.png

+ 2
- 2
components/base/topbar.vue View File

@ -3,7 +3,7 @@
<!--左边-->
<view class="titleCls">
<view>
<img src="../../static/image/cart/1.png" style="width:100%;height:100%;">
<img src="../../static/image/logo.png" style="width: 70rpx;height: 70rpx;border-radius: 50%;">
</view>
<span class="text"> {{ $t('pageTitle.proName') }}</span>
</view>
@ -59,7 +59,7 @@ export default {
.titleCls {
display: flex;
padding: 20rpx 10rpx;
align-items: center;
.text {
display: flex;
justify-content: center;


BIN
static/image/logo.png View File

Before After
Width: 196  |  Height: 196  |  Size: 2.9 KiB

Loading…
Cancel
Save