Explorar o código

人力修改布局

zhbyyy %!s(int64=2) %!d(string=hai) anos
pai
achega
a8875c0e9d

+ 0 - 2
investment/investHome5.html

@@ -22,7 +22,6 @@
 
 <body>
   <div id="app">
-    <!-- <dv-full-screen-container> -->
       <header class="my-header">
         <span>投资项目管理</span>
         <span class="right">{{time}}</span>
@@ -129,7 +128,6 @@
           </dv-border-box-8>
         </div>
       </div>
-    <!-- </dv-full-screen-container> -->
   </div>
   <script src="./js/investHome5.js"></script>
 </body>

+ 2 - 2
investment/investHomeBig.html

@@ -23,11 +23,11 @@
   <dv-full-screen-container>
     <div id="app" class="w-full h-full">
       <div id="page1">
-        <iframe align="center" width="100%" height="100%" src="investHome.html" frameborder="no" border="0"
+        <iframe align="center" width="100%" height="100%" src="investHome2.html" frameborder="no" border="0"
           marginwidth="0" marginheight="0" scrolling="no"></iframe>
       </div>
       <div id="page2">
-        <iframe align="center" width="100%" height="100%" src="investHome2.html" frameborder="no" border="0"
+        <iframe align="center" width="100%" height="100%" src="investHome.html" frameborder="no" border="0"
           marginwidth="0" marginheight="0" scrolling="no"></iframe>
       </div>
       <div id="page3">

+ 18 - 18
investment/styles/investHome5.css

@@ -101,10 +101,10 @@ a {
 }
 .main {
   padding: 15px;
-  height: calc(100vh - 25px);
-  background: url('../images3/back-big.png') no-repeat center bottom;
+  height: calc(100vh - 65px);
+  /* background: url('../images3/back-big.png') no-repeat center bottom; */
   display: grid;
-  grid-template-rows: 1fr 1.6fr 2fr;
+  grid-template-rows: 2fr 3fr 5fr;
   gap: 10px;
   padding-bottom: 65px;
 }
@@ -121,11 +121,11 @@ a {
 .panel-title {
   position: relative;
   text-align: center;
-  height: 50px;
-  line-height: 50px;
+  height: 100px;
+  line-height: 100px;
 }
 .panel-title .text {
-  font-size: 20px;
+  font-size: 40px;
   font-weight: 600;
   color: #05fbfe;
   text-shadow: 0px 2px 10px rgba(10, 30, 52, 0.48);
@@ -171,22 +171,22 @@ a {
   background-size: 100% 100%;
 }
 .top-lb {
-  height: calc(100% - 50px);
+  height: calc(100% - 100px);
   padding: 0px 30px;
   display: grid;
   grid-template-columns: repeat(11, 1fr);
   gap: 10px;
 }
 .top-rb {
-  height: calc(100% - 50px);
+  height: calc(100% - 100px);
   padding: 0px 30px;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 10px;
 }
 .topCard > div:first-child {
-  width: 100px;
-  height: 100px;
+  width: 120px;
+  height: 120px;
   background-size: 100% 100%;
 }
 /* .top-lb > .topCard:nth-child(odd) > div:first-child {
@@ -208,16 +208,16 @@ a {
 .top-lb > .topCard:nth-child(even) > div:first-child {
   background: url('../images5/completedDot.png') no-repeat;
   background-size: 100% auto;
-  background-position: 0 20%;
+  background-position: 0 35%;
 }
 .top-rb > .topCard:nth-child(even) > div:first-child {
   background: url('../images5/completedDot.png') no-repeat;
   background-size: 100% auto;
-  background-position: 0 20%;
+  background-position: 0 35%;
 }
 .topCard > span {
-  height: calc(100% - 90px);
-  margin-top: 5px;
+  /* height: calc(100% - 90px);
+  margin-top: 5px; */
 }
 .center-l {
   display: grid;
@@ -234,19 +234,19 @@ a {
   width: 100%;
   height: 10%;
   margin-top: 5%;
-  font-size: 16px;
+  font-size: 25px;
   font-weight: bold;
 }
 .center-l-list{
   height: 30%;
   margin: 10% 0;
-  background: url('../images5/project.png') no-repeat;
-  background-size: 100% 100%;
+  background: url('../images5/project.png') no-repeat center;
+  background-size: 100% auto;
 }
 .center-l-list2{
   height: 30%;
   background: url('../images5/pin.png') no-repeat;
-  background-size: 100% 100%;
+  background-size: 100% auto;
 }
 .foot-b{
   display: grid;

+ 1 - 1
investment/styles/investHomeBig.css

@@ -2,7 +2,7 @@ html,
 body {
   /* min-width: 7640px; */
   width: 7680px;
-  height: 2160px;
+  height: 2100px;
   font-size: 20px;
   color: #fff;
   font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC',

+ 4 - 4
manpowerPort/js/index.js

@@ -45,12 +45,12 @@ let app = new Vue({
         data: [],
       },
       storageRecordConfig2: {
-        header: ['', '预警内容', '累计未获取数据日期'],
+        header: ['', '预警内容', '未获取数据天数'],
         headerBGC: '#05507b33',
         oddRowBGC: '#05507b33',
         evenRowBGC: '',
         headerHeight: '60',
-        columnWidth: [150],
+        columnWidth: [150,800,200],
         rowNum: 4,
         align: ['center', 'center', 'center', 'center', 'center'],
         data: [ ]
@@ -2552,7 +2552,7 @@ let app = new Vue({
                 ]),
               },
             },
-            data: fjxdataL1[0],
+            data: fjxdataL1[1],
           },
           {
             name: '在岗职工平均薪酬',
@@ -2572,7 +2572,7 @@ let app = new Vue({
                 ]),
               },
             },
-            data: fjxdataL1[1],
+            data: fjxdataL1[0],
           },
         ],
       }