配置

1.引入New UI的全局scss主体文件

//在App.vue文件中
<style lang="scss">
@import '@/uni_modules/new-ui/components/n-scss/index.scss';
</style>