From 47a751cb301d05276ae5d75145d57b2d090fe4e1 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期一, 01 七月 2024 10:58:35 +0800 Subject: [PATCH] change --- src/main/webapp/resources/css/mybootstrap.css | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/resources/css/mybootstrap.css b/src/main/webapp/resources/css/mybootstrap.css index 51569da..be34239 100644 --- a/src/main/webapp/resources/css/mybootstrap.css +++ b/src/main/webapp/resources/css/mybootstrap.css @@ -1,10 +1,12 @@ * { font-size: 14px; } - -html, body { +html{ width: 100%; height: 100%; +} +body { + width: 100%; } :focus { @@ -137,7 +139,7 @@ .ui-row-editor .ui-icon, .ui-cell-editor-input .ui-icon { - background-image: url("/smartlab/javax.faces.resource/images/ui-icons_333333_256x240.png.xhtml?ln=primefaces-bootstrap")!important; + background-image: url("/smartlab_promote/javax.faces.resource/images/ui-icons_333333_256x240.png.xhtml?ln=primefaces-bootstrap")!important; } .apply-list .ui-state-default{ @@ -185,11 +187,9 @@ border-color: #1B9AF7; } -#printTarget{ - border: solid 0 black ; - - -} +/*#printTarget{*/ +/* border: solid 0 black ;*/ +/*}*/ #apply-ui a{ display: none !important; -- Gitblit v1.9.2