Merge branch 'ID1766-添加推送登录功能' into test
| | |
| | | alt="" |
| | | @click="openSettingDeviceDialog" |
| | | /> |
| | | <img v-if="userInfo?.code" :src="userInfo?.userAvatar" class="btn-img" alt="" @click="openLoginDialog" /> |
| | | <img v-if="userInfo?.code" :src="userInfo?.userAvatar" class="btn-img user-avatar" alt="" @click="openLoginDialog" /> |
| | | <img v-else :src="userImg" class="btn-img" alt="" @click="openLoginDialog" /> |
| | | </div> |
| | | </div> |
| | |
| | | height: 10px; |
| | | object-fit: contain; |
| | | cursor: pointer; |
| | | &.user-avatar { |
| | | width: 10px; |
| | | border-radius: 50%; |
| | | overflow: hidden; |
| | | } |
| | | &:not(:first-child) { |
| | | margin-left: 9px; |
| | | } |