ll
liukangdong
2024-08-29 986118de12da6830ffb0c86af8e70567352c9bb9
pda/App.vue
@@ -1,17 +1,17 @@
<script>
export default {
  onLaunch: function () {
    console.log('App Launch')
  },
  onShow: function () {
    console.log('App Show')
  },
  onHide: function () {
    console.log('App Hide')
  }
}
</script>
<script>
export default {
  onLaunch: function () {
    console.log('App Launch')
  },
  onShow: function () {
    console.log('App Show')
  },
  onHide: function () {
    console.log('App Hide')
  }
}
</script>
<style lang="scss">
/*每个页面公共css */
@import "uview-ui/index.scss";
@@ -21,7 +21,18 @@
  justify-content: space-between;
  align-items: center;
}
.empty_wrap{
  padding-top: 280rpx;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999999;
  image{
    width: 220rpx;
    height: 238rpx;
  }
}
.container {
  height: 100%;
  width: 100%;
@@ -125,7 +136,7 @@
  font-size: 28rpx;
}
.red{
   color: red;
   color: red !important ;
}
//设置圆角
@@ -235,5 +246,5 @@
}
.mr6 {
  margin-right: 6rpx;
}
</style>
}
</style>