|
@@ -216,7 +216,7 @@ body {
|
|
|
width: 100%;
|
|
|
background: #e6eaf0;
|
|
|
/* min-width: 1380px; */
|
|
|
- min-width: 1250px;
|
|
|
+ /* min-width: 1250px; */
|
|
|
}
|
|
|
|
|
|
.appNoWidth {
|
|
@@ -241,12 +241,12 @@ body {
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
.pb_body {
|
|
|
- margin: 20px;
|
|
|
- width: 98%;
|
|
|
- min-width: 745px;
|
|
|
+ padding: 20px;
|
|
|
+ /* width: 98%; */
|
|
|
+ /* min-width: 745px;*/
|
|
|
/* display: inline-block; */
|
|
|
- height: 95%;
|
|
|
- min-height: 750px;
|
|
|
+ /* height: 95%; */
|
|
|
+ /* min-height: 750px; */
|
|
|
background: #fff;
|
|
|
border-radius: 5px;
|
|
|
/* position: absolute; */
|