From b55ad726293330d4e30d589e73a3d49a1b363cbb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 05 三月 2020 09:27:24 +0800 Subject: [PATCH] 2020-03-05 --- src/views/printTemplate/index.scss | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 57 insertions(+), 2 deletions(-) diff --git a/src/views/printTemplate/index.scss b/src/views/printTemplate/index.scss index 3083513..a742905 100644 --- a/src/views/printTemplate/index.scss +++ b/src/views/printTemplate/index.scss @@ -1,5 +1,60 @@ .print-template { - display: flex; - flex: auto; + overflow-x: hidden; min-height: 100%; + padding: 48px 250px 0px 240px; + + .print-header-container { + position: fixed; + z-index: 1060; + left: 0; + top: 0; + font-weight: bold!important; + font-size: 20px; + width: 100%; + height: 48px; + line-height: 48px; + text-align: center; + color: #fff; + background: #001529; + } + .tools { + width: 240px; + position: fixed; + top: 47px; + left: -1px; + bottom: 0px; + .ant-card { + height: 100%; + .ant-card-head { + background: #1890ff; + color: #ffffff; + } + .ant-card-head-title { + padding: 10px 0; + } + .ant-card-body { + padding: 24px 12px; + } + } + } + .setting { + width: 250px; + position: fixed; + top: 47px; + right: -1px; + bottom: 0px; + .ant-card { + height: 100%; + .ant-card-head { + background: #1890ff; + color: #ffffff; + } + .ant-card-head-title { + padding: 10px 0; + } + .ant-card-body { + padding: 24px 12px; + } + } + } } \ No newline at end of file -- Gitblit v1.8.0