From c3aaf28f7316cce12eec007a9f85a96cbcddeec2 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 07 五月 2025 10:34:20 +0800
Subject: [PATCH] 最新版本541200007
---
pda/App.vue | 49 ++++++++++++++++++++++++++++++-------------------
1 files changed, 30 insertions(+), 19 deletions(-)
diff --git a/pda/App.vue b/pda/App.vue
index 039c633..c0251e5 100644
--- a/pda/App.vue
+++ b/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 ;
}
//璁剧疆鍦嗚
@@ -193,7 +204,7 @@
font-size: 28rpx;
}
.primaryColor {
- color: $uni-color-primary;
+ color: $uni-color-primary !important;
}
.avatar {
width: 64rpx;
@@ -235,5 +246,5 @@
}
.mr6 {
margin-right: 6rpx;
-}
-</style>
+}
+</style>
--
Gitblit v1.9.3