修改完成

This commit is contained in:
2026-07-21 07:53:03 +08:00
parent 01d246c47b
commit ff60119277
172 changed files with 7982 additions and 2999 deletions
+7 -2
View File
@@ -1,5 +1,11 @@
<template>
<view v-if="visible" class="app-toast" aria-live="polite">
<view
v-show="visible"
class="app-toast"
role="status"
aria-live="polite"
aria-atomic="true"
>
<text class="app-toast__copy">{{ message }}</text>
</view>
</template>
@@ -34,7 +40,6 @@ defineProps({
pointer-events: none;
}
.app-toast__copy {
position: relative;
z-index: 1;
padding: 14rpx 30rpx;
color: #5c4330;