From 41eaaf7f671bc59ec2fc195c299ba158f02b2d45 Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期二, 02 六月 2020 08:58:11 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/pipeline.css | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 60 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/css/pipeline.css b/src/main/webapp/static/css/pipeline.css index 6a4f519..5c99e76 100644 --- a/src/main/webapp/static/css/pipeline.css +++ b/src/main/webapp/static/css/pipeline.css @@ -19,6 +19,66 @@ border-right: 1px solid #cad9ea; } +/* 琛ㄦ牸 */ +.plc-log-header { + height: 15%; +} +.plc-log-body { + height: 85%; + overflow: auto; +} + + +/* 绔欑偣琛ㄦ牸 */ +#site-table { + font-size: 12px; + border-collapse: collapse; + margin: 0 auto; + text-align: center; +} +#site-table td, #site-table th { + border: 1px solid #cad9ea; + color: #666; + height: 25px; +} +#site-table thead th { + background-color: #CCE8EB; + width: 100px; +} +#site-table tr:nth-child(odd) { + background: #fff; +} +#site-table tr:nth-child(even) { + background: #F5FAFA; +} + + + +/* plc寮傚父琛ㄦ牸 */ +#plc-error-table { + font-size: 12px; + border-collapse: collapse; + margin: 0 auto; +} +#plc-error-table td, #plc-error-table th { + border: 1px solid #cad9ea; + color: #666; + height: 25px; + text-align: left; + padding-left: 5px; +} +#plc-error-table thead th { + background-color: #CCE8EB; + width: 100px; +} +#plc-error-table tr:nth-child(odd) { + background: #fff; +} +#plc-error-table tr:nth-child(even) { + background: #F5FAFA; +} + + /* 灏鹃儴 */ footer { height: 11%; -- Gitblit v1.9.1