From 3cbad93c94c39730e45600efeabdfebcd424c2cc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 14 一月 2021 19:00:19 +0800 Subject: [PATCH] 2021-01-14 --- src/views/printTemplate/index.scss | 28 ++++++++++++++++++++++++++-- 1 files changed, 26 insertions(+), 2 deletions(-) diff --git a/src/views/printTemplate/index.scss b/src/views/printTemplate/index.scss index b5f0419..efb98b6 100644 --- a/src/views/printTemplate/index.scss +++ b/src/views/printTemplate/index.scss @@ -4,6 +4,9 @@ padding: 75px 250px 30px 240px; text-align: center; + .ant-card-head { + min-height: 45px; + } .print-header-container { position: fixed; z-index: 1060; @@ -27,7 +30,6 @@ bottom: 0px; text-align: left; .ant-card { - height: 100%; .ant-card-head { background: #1890ff; color: #ffffff; @@ -36,7 +38,29 @@ padding: 10px 0; } .ant-card-body { - padding: 24px 12px; + padding: 24px 12px 0px; + .print-source-item:last-child { + margin-bottom: 0; + } + } + } + .ant-card.tool-bar { + height: 300px; + border-bottom: 0; + } + .ant-card.move-bar { + height: calc(100% - 300px); + .ant-input-group-wrapper { + margin-bottom: 15px; + input + .ant-input-group-addon { + padding: 0; + } + .anticon-plus, .anticon-minus { + cursor: pointer; + line-height: 25px; + padding-left: 15px; + padding-right: 15px; + } } } } -- Gitblit v1.8.0