From 4ac3741da96e1dfae00500f209d486a48383a804 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 09 五月 2024 18:11:14 +0800
Subject: [PATCH] 安装dayjs
---
h5/App.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index 42a8075..ee2ec51 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -142,6 +142,10 @@
.card .content {
color: #222;
}
+ .placeholder9{
+ color: #999999;
+ font-size: 28rpx;
+ }
//璁剧疆鍦嗚
checkbox .uni-checkbox-input{
border-radius: 50%;
@@ -173,7 +177,7 @@
align-items: center;
}
.main_app{
- padding: 0 30rpx;
+ padding: 30rpx;
font-size: 28rpx;
color: #222222;
}
@@ -186,5 +190,7 @@
.mr6{
margin-right: 6rpx;
}
+
+
</style>
--
Gitblit v1.9.3