From 3ca91a731665962918a026f521c556f4745ebf35 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 16 十一月 2020 19:20:19 +0800 Subject: [PATCH] 2020-11-16 --- src/views/billprint/index.scss | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/billprint/index.scss b/src/views/billprint/index.scss index a42978b..2185279 100644 --- a/src/views/billprint/index.scss +++ b/src/views/billprint/index.scss @@ -14,6 +14,11 @@ .print-button { position: fixed; right: 10px; - top: 45vh; + top: 40vh; + } + .refresh-button { + position: fixed; + right: 10px; + top: calc(40vh + 70px); } } -- Gitblit v1.8.0