From 8fbd6b8d09e70494d920cc0b77812e9643be3196 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 23 八月 2022 17:37:31 +0800
Subject: [PATCH] 2022.8.23

---
 pages/promise/promise.wxss |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pages/promise/promise.wxss b/pages/promise/promise.wxss
index 6752da5..cc528fb 100644
--- a/pages/promise/promise.wxss
+++ b/pages/promise/promise.wxss
@@ -19,9 +19,11 @@
 }
 
 .page__hd .tag {
-  font-size: 10px;
+  font-size: 12px;
   color: #55A37D;
   margin-top: 8px;
+  /* background-color: red; */
+  text-align: end;
 }
 
 .page__hd .btn {
@@ -37,7 +39,7 @@
 
 .page__hd .file {
   width: 40vw;
-  margin-bottom: 2px;
+  height: 25vh;
 }
 
 .p-cell{

--
Gitblit v1.9.3