Explorar o código

登录页,装置检修,持仓分析样式

cxmo hai 1 ano
pai
achega
66f92f065f

+ 17 - 0
src/views/Login.vue

@@ -640,6 +640,23 @@ export default {
 			}
 			}
 			#login-container ,.login-box{
 			#login-container ,.login-box{
 				width: 70%;
 				width: 70%;
+				top:15%;
+			}
+		}
+		@media screen and (max-width:1440px){
+			#login-container ,.login-box{
+				.login-title{
+					font-size: 32px;
+				}
+			}
+			
+		}
+		@media screen and (max-height:720px) {
+			#login-container ,.login-box{
+				top:20%;
+				.login-title{
+					margin-bottom: 30px;
+				}
 			}
 			}
 		}
 		}
 	}
 	}

+ 3 - 0
src/views/login_manage/css/formStyle.scss

@@ -4,6 +4,9 @@
         margin-top: -10px;
         margin-top: -10px;
         margin-bottom: 60px !important;
         margin-bottom: 60px !important;
         width: 100%;
         width: 100%;
+        @media screen and (max-height:720px) {
+            margin-bottom:40px !important;
+        }
         .hint-text{
         .hint-text{
             color: #606266 !important;
             color: #606266 !important;
             font-size: 16px;
             font-size: 16px;

+ 4 - 0
src/views/positionAnalysis_manage/components/chartDetail.vue

@@ -285,7 +285,11 @@ export default {
 .chart-position-analysis-page {
 .chart-position-analysis-page {
   padding-bottom: calc(160px + constant(safe-area-inset-bottom));
   padding-bottom: calc(160px + constant(safe-area-inset-bottom));
   padding-bottom: calc(160px + env(safe-area-inset-bottom));
   padding-bottom: calc(160px + env(safe-area-inset-bottom));
+  overflow-x: auto;
 }
 }
+.chart-wrap-box{
+    min-width: 743px;
+  }
 .chart-wrap {
 .chart-wrap {
   width: 100%;
   width: 100%;
   margin-bottom: 60px;
   margin-bottom: 60px;

+ 1 - 1
src/views/positionAnalysis_manage/detail.vue

@@ -255,7 +255,7 @@ export default {
     justify-content: space-between;
     justify-content: space-between;
   }
   }
   .detail-content {
   .detail-content {
-      flex: 1;
+    flex: 1;
     padding: 20px;
     padding: 20px;
     background: #fff;
     background: #fff;
     border-right: 2px solid #F2F2F2;
     border-right: 2px solid #F2F2F2;

+ 1 - 1
src/views/supply_manage/components/plantTable.vue

@@ -169,7 +169,7 @@ export default {
         {
         {
           label: '地点',
           label: '地点',
           key: 'address',
           key: 'address',
-          minwidthsty: '120px'
+          minwidthsty: '140px'
         },
         },
         {
         {
           label: '工厂',
           label: '工厂',