From d25d5769416fbb2e861e8f434c5a6770ff69c482 Mon Sep 17 00:00:00 2001 From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com> Date: Tue, 04 Feb 2020 12:03:34 +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