From 6c5e5385cec756e47bfe9aa7146b819af65d77d4 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期二, 16 五月 2023 12:48:15 +0800 Subject: [PATCH] realtimeWatch pipeline --- src/main/webapp/views/realtimeWatch/pipeline.html | 5 +---- src/main/webapp/static/wcs/css/pipeline.css | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/static/wcs/css/pipeline.css b/src/main/webapp/static/wcs/css/pipeline.css index d2745b2..92cef3d 100644 --- a/src/main/webapp/static/wcs/css/pipeline.css +++ b/src/main/webapp/static/wcs/css/pipeline.css @@ -20,8 +20,8 @@ .main-board { padding-left: 1%; float: left; - width: 48%; - height: 800px; + width: 49%; + height: 100%; overflow: auto; } .main-board:first-child { diff --git a/src/main/webapp/views/realtimeWatch/pipeline.html b/src/main/webapp/views/realtimeWatch/pipeline.html index c4f9b02..9b7a7e9 100644 --- a/src/main/webapp/views/realtimeWatch/pipeline.html +++ b/src/main/webapp/views/realtimeWatch/pipeline.html @@ -42,12 +42,9 @@ </style> </head> <body> -<div style="padding: 10px;height: 100%;float: left;width: 6%"> - <div class="button-window"></div> -</div> <div style="height: 100vh;padding-left: 6%"> - <div style="padding: 10px;height: 100%"> + <div style="padding: 10px;height: 900px;"> <main> <!-- plc寮傚父鏃ュ織鐩戞帶鐗� --> -- Gitblit v1.9.1