<uni-nav-bar dark :fixed="true" shadow color="#333" background-color="#f6f6f6" status-bar left-icon="left" left-text="返回" title="识别结果" @clickLeft="goback"> <block slot="right"> <view @click="handleSave" style="background-image: linear-gradient(to right, #8ade48, #01bf39); color: #fff;border-radius: 4px;"> <text style="margin: 0 14px;display: inline-block;">保存</text> </view> </block> </uni-nav-bar>
修改效果:
这里要值得注意说明的是,如果更改样式,通过class的方式,不会生效,只能通过行内样式的方式更改,(本人测试是这样,不知道是不是因为版本的差异导致的)
标签:uniapp,自定义,更改,样式,顶部,导航 From: https://www.cnblogs.com/lxsunny/p/17393716.html