From 8d69f8151ef345d37dbf41e05f4a5a8082513710 Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Wed, 29 Apr 2020 10:51:42 +0800 Subject: [PATCH] 引用braft-editor富文本 --- 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