From 970afaa162d73ff98797ff87cd9c55c404fad446 Mon Sep 17 00:00:00 2001 From: TQS <56479841@qq.com> Date: 星期一, 12 十二月 2022 12:16:42 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/console.css | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css index b802105..e118d76 100644 --- a/src/main/webapp/static/css/console.css +++ b/src/main/webapp/static/css/console.css @@ -103,12 +103,15 @@ } /* 鏉$爜鎵弿鍣� */ .bar-code { + display: inline-block; float: left; + position: fixed; width: 49%; - height: 100%; + height: 23%; background-color: rgba(0, 0, 0, 0.3); border-radius: 15px; margin-left: 1%; + overflow: hidden; } /*鎵爜琛ㄥ崟*/ .tablebox { @@ -121,6 +124,7 @@ list-style: none; line-height: 27px; text-indent: 10px; + overflow: hidden; } .table-head { width: 100%; -- Gitblit v1.9.1