ui
叶富雄
2026-03-14 b23c41dd8f3096eec2f94931d88f5be297cc9de1
App.vue
@@ -89,13 +89,13 @@
   }
   .noData{
      width: 100%;
      font-size: 28rpx;
      font-size: 28upx;
   }
   .noData image{
      width: 120rpx;
      height: 100rpx;
      width: 120upx;
      height: 100upx;
      display: block;
      margin: 100rpx auto 30rpx;
      margin: 100upx auto 30upx;
   }
   .noData view{
      width: 100%;
@@ -103,13 +103,13 @@
      color: #666666;
   }
   .noDataBtn{
      width: 240rpx !important;
      margin: 50rpx auto;
      width: 240upx !important;
      margin: 50upx auto;
      background-color: #ff7945;
      color: #ffffff !important;
      letter-spacing: 10rpx;
      height: 70rpx;
      line-height: 70rpx;
      border-radius: 50rpx;
      letter-spacing: 10upx;
      height: 70upx;
      line-height: 70upx;
      border-radius: 50upx;
   }
</style>