mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
fix: 修复系统携带的 icon 问题
现在临时用 < 进行代替
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<template>
|
||||
<view class="top" :class="[sticky ? 'sticky': '']">
|
||||
<view v-show="showBack" class="top-back" @click="toBack()">
|
||||
<u-icon color="#333" size="20" name="arrow-left"></u-icon>
|
||||
<!-- <u-icon color="#333" size="20" name="arrow-left"></u-icon>-->
|
||||
<
|
||||
</view>
|
||||
<view class="top-title"><slot></slot></view>
|
||||
<view @click="topgae()" style="color: #387DF7;">
|
||||
@@ -78,10 +79,11 @@
|
||||
height: 40px;
|
||||
background-color: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
// justify-content: space-between;
|
||||
.top-back{
|
||||
color: #333;
|
||||
padding-top:10px;
|
||||
//padding-top:10px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
padding-left: 15px;
|
||||
|
||||
@@ -1937,7 +1937,7 @@
|
||||
.player-box-tabrow{
|
||||
position: absolute;
|
||||
top: -20px;
|
||||
right:-20px;
|
||||
right:-18px;
|
||||
// left: 184px;
|
||||
// width: 200px;
|
||||
// left: 50%;
|
||||
|
||||
Reference in New Issue
Block a user