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