fix: 修复样式导入路径,确保表单样式正确应用

- 在 App.vue 中添加对 uview-form-fix.scss 的导入
- 移除 uni.scss 中的重复导入,优化样式管理
This commit is contained in:
Yer11214
2026-07-09 11:04:17 +08:00
parent 349ffa4f34
commit 02b5f246a6
2 changed files with 1 additions and 1 deletions

View File

@@ -170,6 +170,7 @@ function checkArguments() {
<style lang="scss">
@import "uview-plus/index.scss";
@import "@/styles/uview-form-fix.scss";
// -------适配底部安全区 苹果x系列刘海屏

View File

@@ -144,7 +144,6 @@ $font-weight: 400;
justify-content: center;
flex-direction: column;
}
@import "styles/uview-form-fix.scss";
.flex-a-c{
align-items: center;