From 9f78f3f014a3423ea3fcab8f9f1056c57cd47fc8 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 26 八月 2022 17:16:26 +0800
Subject: [PATCH] 2022.8.26

---
 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