feat: 完成70%全局样式与可读性优化

This commit is contained in:
rain
2026-07-31 11:27:15 +08:00
parent 96524e4d6c
commit 555aa00043
116 changed files with 1928 additions and 1169 deletions
+3 -3
View File
@@ -18,7 +18,7 @@ defineProps({
</script>
<style scoped lang="scss">
@use "../styles/adaptive-frame-profiles.scss" as adaptive;
@import "../styles/adaptive-frame-profiles.scss";
.app-toast {
position: fixed;
@@ -31,7 +31,7 @@ defineProps({
min-height: 82rpx;
align-items: center;
justify-content: center;
@include adaptive.adaptive-feedback-toast;
@include adaptive-feedback-toast;
transform: translateX(-50%);
pointer-events: none;
}
@@ -39,7 +39,7 @@ defineProps({
z-index: 1;
padding: 14rpx 30rpx;
color: #5c4330;
font-size: 25rpx;
font-size: clamp(15px, 25rpx, 18px);
font-weight: 500;
line-height: 1.45;
text-align: center;