码迷,mamicode.com
首页 > 移动开发 > 详细

uniapp——头部导航栏右侧图标+文字配置

时间:2020-12-08 12:14:59      阅读:24      评论:0      收藏:0      [点我收藏+]

标签:png   style   ons   src   art   img   strong   color   mic   

示例图:

技术图片

 

 

在page.json配置即可

技术图片

{
            "path": "pages/index/logs",
            "style": {
                "navigationBarTitleText": "日志",
                "app-plus": {
                    "titleNView": {
                        "buttons": [{
                                "text": "德基店",
                                "fontSize": "14px",
                                "color": "#222"
                            },{
                                "text": "\ue672",
                                "fontSrc": "/static/uni.ttf",
                                "fontSize": "18px",
                                "color": "#222"
                            },{
                                "type": "share",
                                "fontSize": "20px"
                            }
                        ]
                    }
                }
            }
        },

 

uniapp——头部导航栏右侧图标+文字配置

标签:png   style   ons   src   art   img   strong   color   mic   

原文地址:https://www.cnblogs.com/cqiong/p/14081437.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!