比例调整

main
项洋 3 weeks ago
parent 5d57067167
commit 6e88b2effc

@ -184,7 +184,6 @@ export default {
// background: url("~@/assets/privateOrder/topNar/line_right_left.png") no-repeat; // background: url("~@/assets/privateOrder/topNar/line_right_left.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
.left-tabs-box { .left-tabs-box {
position: absolute; position: absolute;
left: 0px; left: 0px;

@ -1505,15 +1505,15 @@ export default {
height: 100%; height: 100%;
.module-container { .module-container {
width: 1603px; width: 1603px;
height: 950px; height: 100%;
margin: 130px 0 0 50px; margin: 130px 0 0 50px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
// justify-content: space-between; // justify-content: space-between;
align-content: space-between; // align-content: space-between;
.section-superviseObject { .section-superviseObject {
width: 50%; width: 50%;
height: 361px; height: 50%;
} }
.section-process { .section-process {
width: 920px; width: 920px;
@ -1678,7 +1678,7 @@ export default {
} }
.section-inventory { .section-inventory {
width: 50%; width: 50%;
height: 462px; height: 50%;
.three-inventory { .three-inventory {
width: 100%; width: 100%;
height: 382px; height: 382px;
@ -1764,7 +1764,7 @@ export default {
} }
.section-dynamic { .section-dynamic {
width: 48%; width: 48%;
height: 484px; height: 50%;
margin-right: 22px; margin-right: 22px;
padding-top: 20px; padding-top: 20px;
@ -1899,7 +1899,7 @@ export default {
.section-ecosphere { .section-ecosphere {
width: 50%; width: 50%;
height: 50%; height: 50%;
margin-top: 20px; padding-top: 20px;
.zoology-box { .zoology-box {
display: flex; display: flex;

@ -1139,17 +1139,16 @@ export default {
height: 100%; height: 100%;
.module-container { .module-container {
width: 1540px; width: 1540px;
height: 955px; height: 100%;
float: right; // float: right;
margin: 130px 50px 0 0; margin: 130px 50px 0 0;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; // justify-content: space-between;
align-content: space-between; // align-content: space-between;
.section { .section {
width: 720px; width:50%;
height: 487px; height:50%;
height: 487px;
.clean-action-table { .clean-action-table {
margin-top: 20px; margin-top: 20px;
height: 400px; height: 400px;

@ -101,6 +101,7 @@ export default {
height: $ScreenHeight; height: $ScreenHeight;
margin-left: 40px; margin-left: 40px;
pointer-events: auto; pointer-events: auto;
padding-bottom: 130px;
} }
.right-container { .right-container {

@ -135,6 +135,7 @@ export default {
height: $ScreenHeight; height: $ScreenHeight;
background: url("~@/assets/privateOrder/common/bg_right_mask.png") right background: url("~@/assets/privateOrder/common/bg_right_mask.png") right
center no-repeat; center no-repeat;
padding-bottom: 130px;
// &:before { // &:before {
// background-color: rgba(197, 197, 197, 0.062); // background-color: rgba(197, 197, 197, 0.062);
// width: 2560px; // width: 2560px;

Loading…
Cancel
Save