This commit is contained in:
yvan 2025-08-23 09:45:00 +08:00
parent 4ae72d107c
commit 68aba1ad0c
2 changed files with 1 additions and 2 deletions

View File

@ -262,7 +262,7 @@
"easycom": { "easycom": {
"autoscan": true, "autoscan": true,
"custom": { "custom": {
"^u-(.*)": "uview-ui-next/components/u-$1/u-$1.vue" "^u-(.*)": "@/uni_modules/uview-next/components/u-$1/u-$1.vue"
} }
}, },
"tabBar": { "tabBar": {

View File

@ -76,7 +76,6 @@ $uni-color-paragraph: #3F536E; // 文章段落颜色
$uni-font-size-paragraph:15px; $uni-font-size-paragraph:15px;
/* uView UI主题变量 */ /* uView UI主题变量 */
@import "uview-ui-next/theme.scss";
@import '@/uni_modules/uview-next/theme.scss'; @import '@/uni_modules/uview-next/theme.scss';
/* 项目公共样式 */ /* 项目公共样式 */