From edd35a251b58b1fad17015deda92324f74458434 Mon Sep 17 00:00:00 2001
From: unknown <unknown@example.com>
Date: 星期三, 17 八月 2022 00:05:30 +0800
Subject: [PATCH] 台账模块、智能咨询模块
---
pages/promise/promise.wxss | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/pages/promise/promise.wxss b/pages/promise/promise.wxss
index acbaba6..6752da5 100644
--- a/pages/promise/promise.wxss
+++ b/pages/promise/promise.wxss
@@ -8,6 +8,8 @@
.page__hd {
background: linear-gradient(to bottom, #57E4CB, #bbf3eb);
height: 30vh;
+ display: flex;
+ justify-content: space-between;
}
.page__hd .title {
@@ -33,6 +35,11 @@
margin-top: 50px;
}
+.page__hd .file {
+ width: 40vw;
+ margin-bottom: 2px;
+}
+
.p-cell{
position: relative;
padding: 8px;
--
Gitblit v1.9.3