From 5db85f775ff6c487f8213275a13b8f5354e674a8 Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Thu, 24 Feb 2022 18:09:00 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=AD=89=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/Program.vue | 15 ++++++++-------
src/views/Transaction.vue | 25 +++++++++++++------------
2 files changed, 21 insertions(+), 19 deletions(-)
diff --git a/src/views/Program.vue b/src/views/Program.vue
index 223bd88..c6439d6 100644
--- a/src/views/Program.vue
+++ b/src/views/Program.vue
@@ -21,7 +21,7 @@
基本信息
@@ -493,18 +493,15 @@ export default {
border-bottom: 1px dashed #ccc;
height: 45px;
line-height: 45px;
- font-size: 14px;
+ font-size: 12px;
font-weight: 600;
- padding: 0 10px;
display: flex;
justify-content: space-between;
.back {
line-height: 3;
- padding-left: 10px;
-
span {
- font-size: 14px;
+ font-size: 16px;
font-weight: 600;
padding-left: 5px;
}
@@ -512,6 +509,7 @@ export default {
.title {
font-weight: bold;
+ font-size: 14px;
margin-left: 20px;
}
}
@@ -544,6 +542,9 @@ export default {
padding-right: 20px;
line-height: 35px;
}
+ .quill {
+ width: calc(100% - 240px);
+ }
}
}
diff --git a/src/views/Transaction.vue b/src/views/Transaction.vue
index a8a5d5c..827aa50 100644
--- a/src/views/Transaction.vue
+++ b/src/views/Transaction.vue
@@ -22,7 +22,7 @@
基本信息
@@ -1059,18 +1059,15 @@ export default {
border-bottom: 1px dashed #ccc;
height: 45px;
line-height: 45px;
- font-size: 14px;
+ font-size: 12px;
font-weight: 600;
- //padding: 0 10px;
display: flex;
justify-content: space-between;
.back {
line-height: 3;
- //padding-left: 10px;
-
span {
- font-size: 14px;
+ font-size: 16px;
font-weight: 600;
padding-left: 5px;
}
@@ -1078,6 +1075,7 @@ export default {
.title {
font-weight: bold;
+ font-size: 14px;
margin-left: 20px;
}
}
@@ -1113,6 +1111,9 @@ export default {
padding-right: 20px;
line-height: 35px;
}
+ .quill {
+ width: calc(100% - 240px);
+ }
}
}