jjwms/www/com.dev.swms.SWMS/css/UIReportIframe.css

24 lines
504 B
CSS
Raw Permalink Normal View History

2024-08-03 17:59:19 +08:00
.gwt-Frame {
margin-top: 5px;
margin-bottom: 5px;
border-top: 1px solid #cccccc;
border-right: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
border-left: 1px solid #cccccc;
width: 98%;
height: 450px;
frameBorder: no;
scrolling: yes;
overflow:auto;
}
.frame-Popup{
margin-top: 3px;
margin-bottom: 3px;
border-top: 1px solid #cccccc;
border-right: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
border-left: 1px solid #cccccc;
width: 98%;
frameBorder: no;
scrolling: yes;
}