mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-08-06 02:47:25 +08:00
fix: 修复样式导入路径,确保表单样式正确应用
- 在 App.vue 中添加对 uview-form-fix.scss 的导入 - 移除 uni.scss 中的重复导入,优化样式管理
This commit is contained in:
1
App.vue
1
App.vue
@@ -170,6 +170,7 @@ function checkArguments() {
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "uview-plus/index.scss";
|
@import "uview-plus/index.scss";
|
||||||
|
@import "@/styles/uview-form-fix.scss";
|
||||||
|
|
||||||
// -------适配底部安全区 苹果x系列刘海屏
|
// -------适配底部安全区 苹果x系列刘海屏
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user