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>
相关推荐
anyup3 小时前
uni-app 没有根组件?仅需几行代码实现全局 Toast 和 Modal
前端·架构·uni-app
2501_916007473 小时前
Python实现HTTPS爬虫的完整指南:使用requests、BeautifulSoup、Selenium和Scrapy
爬虫·python·ios·小程序·https·uni-app·iphone
AI_AGENT_DEV_AI5 小时前
原生 APP(iOS / Android)的开发与上线
uni-app
小徐_233318 小时前
Wot UI 2.3.0 发布:二维码组件来了,Open Wot 与 wot-starter 同步更新
前端·微信小程序·uni-app
skiyee21 小时前
🔥 oiyo & unibest = 又新又好的 uniapp 模板
前端·uni-app
结网的兔子3 天前
【前端开发】Web端迁移至 uni-app 及鸿蒙扩展方案对比
前端·uni-app·harmonyos
2501_915909063 天前
iOS 应用反调试技详解术 检测调试器的原理与防护实践
android·ios·小程序·https·uni-app·iphone·webview
AI多Agent协作实战派3 天前
AI多Agent协作系统实战(二十八):顶栏统一战争——从1个页面异常到31个页面全量对齐
数据库·人工智能·uni-app
00后程序员张3 天前
iOS加固技术路线全面解析:Bitcode模式、源码模式与汇编模式对比及爱加密优势
android·汇编·ios·小程序·uni-app·cocoa·iphone
2501_916008894 天前
iOS IPA文件反编译与打包操作方法,拆包分析防护和加固打包
android·macos·ios·小程序·uni-app·cocoa·iphone