<style lang="scss">
@import './static/styles/index.scss';
@import './static/styles/font.scss';
/*每个页面公共css */
page {
height: 100%;
}
.uni-toast__icon {
width: 28px !important;
height: 28px !important;
}
</style>
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 4.24
手机系统: Android
手机系统版本号: Android 14
手机厂商: 小米
手机机型: civi3
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
<style lang="scss">
@import './static/styles/index.scss';
@import './static/styles/font.scss';
/*每个页面公共css */
page {
height: 100%;
}
.uni-toast__icon {
width: 28px !important;
height: 28px !important;
}
</style>
1、在APP.vue中设置showtoast 组件的全局样式
2、打包为app
3、查看showtoast 的样式
showtoast 的样式的样式如全局样式设置一样
全局样式没起作用
在APP.vue中设置全局样式,打包为app不起作用,打包为h5可以
1 个回复
爱豆豆 - 办法总比困难多
app端showToast属于原生组件 不能修改样式