From d9cb8e57537fe5764018f53a224f6afceec64f9e Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Tue, 24 Mar 2020 09:22:06 +0800
Subject: [PATCH] 提交
---
SunshineIns/src/view/BulidMakingView/style.scss | 34 ++++++++++++++++++++++++----------
1 files changed, 24 insertions(+), 10 deletions(-)
diff --git a/SunshineIns/src/view/BulidMakingView/style.scss b/SunshineIns/src/view/BulidMakingView/style.scss
index 2edaaf4..8b293fa 100644
--- a/SunshineIns/src/view/BulidMakingView/style.scss
+++ b/SunshineIns/src/view/BulidMakingView/style.scss
@@ -1,6 +1,6 @@
/**
- * 徐祥健<xuxj@hugeinfo.com.cn>
- * 2018年7月22日 16:40
+ * 刘文浩<xuxj@hugeinfo.com.cn>
+ * 2019年9月27日 16:42
*
*/
@@ -9,13 +9,27 @@
.bulid-making-view {
&-main {
- height: 85vh;
- margin: 20px;
- background: #fff;
- align-items: center;
- display: flex;
- justify-content: space-around;
- font-size: 40px;
+ height: 90vh;
}
-
+ &-row {
+ display: flex;
+ }
+ &-button {
+ height: 10vh;
+ display: flex;
+ justify-content: flex-end;
+ align-items: center;
+ }
+ &-margin {
+ margin: 0 24px;
+ width: 16vh;
+ }
+ &-row-table {
+ flex: 1;
+ border: 1px solid #eee;
+ margin: 2vh;
+ }
+ &-marginTop {
+ margin-top: 0px
+ }
}
--
Gitblit v1.8.0