|
|
@@ -8,7 +8,7 @@
|
|
|
<view class="bar-left">
|
|
|
<!-- 警告图标:使用 Unicode 字符,确保跨端兼容性 -->
|
|
|
<text class="warning-icon">⚠️</text>
|
|
|
- <text class="bar-text">当前无法连接网络,可检查网络设置是否正常</text>
|
|
|
+ <text class="bar-text">当前无法连接网络,请检查网络设置</text>
|
|
|
</view>
|
|
|
<!-- 右侧箭头:使用 Unicode 字符 -->
|
|
|
<text class="arrow-icon">❯</text>
|
|
|
@@ -108,7 +108,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.bar-text {
|
|
|
- font-size: 26upx;
|
|
|
+ font-size: 28upx;
|
|
|
color: #ff4d4f;
|
|
|
/* 遵循 style-compatibility 规范,使用 margin 代替 gap */
|
|
|
margin-left: 16upx;
|