From 4e0d848df7535bdf1b92dabaf1799a75754c1df0 Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期四, 25 二月 2021 18:59:14 +0800
Subject: [PATCH] 修改bug
---
src/views/user/Informationinput.vue | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index 2ecbdcc..b0ddbf1 100644
--- a/src/views/user/Informationinput.vue
+++ b/src/views/user/Informationinput.vue
@@ -5044,6 +5044,7 @@
.el-main {
background-color: #fff;
}
+
}
.el-container {
height: 770px;
@@ -5059,6 +5060,12 @@
background-color: #e9eef3;
color: #333;
height: 100%;
+ .el-table{
+ margin-top: 10px;
+ }
+ }
+ .el-timeline-item{
+ padding-bottom: 5px;
}
}
--
Gitblit v1.8.0