小程序修正

This commit is contained in:
2025-12-23 13:27:36 +08:00
parent cfb160cf09
commit ce66812c82
48 changed files with 766 additions and 735 deletions

View File

@@ -84,6 +84,12 @@
<style>
/*每个页面公共css */
view {
border: none;
background-color: transparent;
box-sizing: border-box;
}
.uni-row {
flex-direction: row;
}