update:修改店铺顶部字体样式大小

This commit is contained in:
lihaoyuan 2025-10-28 11:10:42 +08:00
parent 2e862f298b
commit 812abdfea3

View File

@ -1884,6 +1884,9 @@ export default {
pointer-events: auto; pointer-events: auto;
} }
} }
::v-deep .uni-nav-bar-text {
font-size: 20px !important;
font-weight: 500;
}
</style> </style>