refactor: 清理全局样式,@apply 转为原生 CSS 兼容写法

This commit is contained in:
Ray.Hao
2026-03-31 17:41:27 +08:00
parent 00fb441436
commit c64d809729
2 changed files with 10 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="page">
<view class="page-content dark:text-[var(--wot-color-text)]">
<view class="dark:text-[var(--wot-color-text)]">
<view class="flex items-center p-20rpx text-sm mr-10">
<text class="text-gray-500">温馨提示点击下方开始测试按钮即可自动检测当前网络延迟</text>
</view>