This commit is contained in:
2026-03-06 16:50:46 +08:00
commit 0704be4c9f
249 changed files with 46365 additions and 0 deletions

31
App.vue Normal file
View File

@@ -0,0 +1,31 @@
<script>
export default {
onLaunch: function () {
console.log('App Launch')
},
onShow: function () {
console.log('App Show')
},
onHide: function () {
console.log('App Hide')
}
}
</script>
<style>
::v-deep .mainBtn {
.uv-button--primary{
background-color: #199793 !important;
border-color: #199793 !important;
}
}
::v-deep .disabledInput {
background-color: unset !important;
}
::v-deep uni-toast {
z-index: 30000 !important;
}
/* ::v-deep .uv-input{
padding: 8rpx 16rpx !important;
} */
</style>