From c39ea1f23d21b070188abcf5f4dd5bdd7b47c1f9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 10 三月 2020 10:32:13 +0800 Subject: [PATCH] 2020-03-10 --- src/views/printTemplate/index.scss | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/views/printTemplate/index.scss b/src/views/printTemplate/index.scss index 3eb4643..b5f0419 100644 --- a/src/views/printTemplate/index.scss +++ b/src/views/printTemplate/index.scss @@ -21,6 +21,7 @@ .tools { width: 240px; position: fixed; + z-index: 3; top: 47px; left: -1px; bottom: 0px; @@ -42,6 +43,7 @@ .setting { width: 300px; position: fixed; + z-index: 3; top: 47px; right: -1px; bottom: 0px; @@ -88,5 +90,11 @@ margin-bottom: 10px; } } - + .switchbox { + position: absolute; + left: 240px; + right: 300px; + top: 48px; + bottom: 0px; + } } \ No newline at end of file -- Gitblit v1.8.0