From b23c41dd8f3096eec2f94931d88f5be297cc9de1 Mon Sep 17 00:00:00 2001
From: 叶富雄 <yefuxiong@yeah.net>
Date: Sat, 14 Mar 2026 02:07:23 +0800
Subject: [PATCH] ui
---
App.vue | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/App.vue b/App.vue
index a0a2b17..df3e9ab 100644
--- a/App.vue
+++ b/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>
--
Gitblit v1.9.3