From 40852401907ce5d59171920c1b2db4b23dcc4691 Mon Sep 17 00:00:00 2001 From: liyj <1003249715@qq.com> Date: Wed, 06 May 2020 16:16:08 +0800 Subject: [PATCH] 新增钉钉入库 --- src/style/reset.scss | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/src/style/reset.scss b/src/style/reset.scss index 802dc2e..0758323 100644 --- a/src/style/reset.scss +++ b/src/style/reset.scss @@ -40,13 +40,34 @@ flex-direction: column; } +// 弹性盒 -- 纵向 .flex-box-column { display: flex; flex-direction: column; height: 100%; } +// 弹性盒 -- 纵向 +.flex-box-row { + display: flex; +} + .flex-1 { flex: 1; overflow-y: auto; } + +.align-center{ + align-items: center; +} + +.space-between { + justify-content: space-between; +} + +.ant-modal-body { + padding: 5px 8px 15px 8px; +} +.ant-tabs-bar { + margin-bottom: 5px; +} -- Gitblit v1.8.0