唯一码发放页面完成

This commit is contained in:
zx
2026-03-20 09:45:13 +08:00
parent 100ea5a0d1
commit b648176e82
63 changed files with 11415 additions and 52 deletions

10
App.vue
View File

@@ -15,14 +15,16 @@ export default {
<style lang="scss">
@import '/uni_modules/uni-scss/index.scss';
@import './styles/theme.scss';
// 全局修改背景色
::v-deep page,
::v-deep .uni-page-wrapper {
background-color:#F8F8FF !important;
background-color: #F8F8FF !important;
margin-top: 8rpx;
}
// 全局修改head颜色
::v-deep .uni-page-head{
background-color: $uni-white !important;
::v-deep .uni-page-head {
height: 44px;
background-color: $uni-white !important;
}
</style>