uniapp修改uni-ui组件样式(对微信小程序/H5有效,vue3)

寻找要修改的样式

使用开发者工具找到具体要修改的class类名

修改

javascript 复制代码
<style lang="scss">
	//.nav为上一级的class
	.nav::v-deep .uni-navbar--border {
		border-bottom-style: none !important;
	}
</style>

完整代码

javascript 复制代码
<template>
	<view>
		<uni-nav-bar :fixed="true" dark background-color="#007AFF" title="安贞心康" class="nav" />
		<image src="/static/images/myimages/temp/home.jpg" mode="widthFix" style="width:100%;"></image>
	</view>
</template>

<script>
	export default {
		data() {
			return {

			}
		},
		onLoad() {
			//uni.hideNavigationBar();
		},
		onShow() {
			uni.setNavigationBarTitle({
				title: 'home'
			})
		},
		methods: {


		}
	}
</script>

<style lang="scss">
	//.nav为上一级的class
	.nav::v-deep .uni-navbar--border {
		border-bottom-style: none !important;
	}
</style>
相关推荐
游戏开发爱好者819 小时前
苹果iOS26系统升级:液态玻璃与智能功能全解析
macos·ios·小程序·uni-app·objective-c·cocoa·iphone
2501_915918411 天前
iOS 26 App 性能测试|性能评测|iOS 26 性能对比:实战策略
android·macos·ios·小程序·uni-app·cocoa·iphone
用户904706683571 天前
uniapp Vue3版本,用pinia存储持久化插件pinia-plugin-persistedstate对微信小程序的配置
前端·uni-app
乔冠宇2 天前
uniapp创建ts项目tsconfig.json报错的问题
uni-app
细节控菜鸡2 天前
【2025最新】uniapp 中基于 request 封装实现多文件上传完整指南
uni-app
fakaifa2 天前
【全开源】企业微信SCRM社群营销高级版系统+uniapp前端
uni-app·开源·企业微信·scrm·源码下载·企业微信scrm
棋子一名2 天前
跑马灯组件 Vue2/Vue3/uni-app/微信小程序
微信小程序·小程序·uni-app·vue·js
游戏开发爱好者82 天前
BShare HTTPS 集成与排查实战,从 SDK 接入到 iOS 真机调试(bshare https、签名、回调、抓包)
android·ios·小程序·https·uni-app·iphone·webview
2501_916008892 天前
iOS 26 系统流畅度实战指南|流畅体验检测|滑动顺畅对比
android·macos·ios·小程序·uni-app·cocoa·iphone
2501_915106322 天前
苹果软件加固与 iOS App 混淆完整指南,IPA 文件加密、无源码混淆与代码保护实战
android·ios·小程序·https·uni-app·iphone·webview