diff --git a/power-admin/src/main/webapp/WEB-INF/views/gatewayDir/gatewayIndex.jsp b/power-admin/src/main/webapp/WEB-INF/views/gatewayDir/gatewayIndex.jsp index 530577f..9bdb01c 100644 --- a/power-admin/src/main/webapp/WEB-INF/views/gatewayDir/gatewayIndex.jsp +++ b/power-admin/src/main/webapp/WEB-INF/views/gatewayDir/gatewayIndex.jsp @@ -127,17 +127,17 @@ - + - + - + diff --git a/power-admin/src/main/webapp/static/css/comm.css b/power-admin/src/main/webapp/static/css/comm.css index e8c948d..b854e98 100644 --- a/power-admin/src/main/webapp/static/css/comm.css +++ b/power-admin/src/main/webapp/static/css/comm.css @@ -30,7 +30,7 @@ width: 100%; height: 100%; overflow: auto; - background-color: #c1d7e3; + background-color: #ecf0f5; padding: 10px; } /** @@ -38,7 +38,7 @@ */ .main{ background-color: white; - height: auto; + min-height: calc(100vh - 20px); border-radius: 5px; } /*表格外层div*/ diff --git a/power-admin/src/main/webapp/static/css/gatewayPageStyles.css b/power-admin/src/main/webapp/static/css/gatewayPageStyles.css index 80934ba..e8756c6 100644 --- a/power-admin/src/main/webapp/static/css/gatewayPageStyles.css +++ b/power-admin/src/main/webapp/static/css/gatewayPageStyles.css @@ -29,7 +29,7 @@ height: 120px; text-align: center; display: flex; - justify-content: space-evenly; + justify-content: space-around; } .iconContext{ width:118px;