提交app

This commit is contained in:
guanj
2026-03-17 14:00:55 +08:00
parent b71200cb97
commit 00e34c168f
82 changed files with 13202 additions and 4602 deletions

View File

@@ -37,6 +37,7 @@ export default {
<style lang="scss">
/*每个页面公共css */
@import './common/css/base.scss';
@import "@/static/iconfont/iconfont.css";
/deep/ uni-tabbar .uni-tabbar__badge {
width: auto;
@@ -47,4 +48,10 @@ export default {
font-size: 20rpx;
padding: 0 8rpx;
}
// .uni-page-refresh__path {
// stroke: #007aff !important; /* 改成你想要的颜色,比如红色 #ff0000 */
// }
// .uni-page-refresh__icon {
// fill: #007aff !important; /* 改成你想要的颜色,比如红色 #ff0000 */
// }
</style>