fix: 修复系统携带的 icon 问题

现在临时用 < 进行代替
This commit is contained in:
2025-08-25 19:37:46 +08:00
parent 92ec640774
commit 850da0503d
2 changed files with 5 additions and 3 deletions

View File

@@ -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;

View File

@@ -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%;