Explorar o código

平台工作台功能提交

ellisran hai 4 meses
pai
achega
6b8240374f
Modificáronse 1 ficheiros con 8 adicións e 2 borrados
  1. 8 2
      app/view/dashboard/workspace.ejs

+ 8 - 2
app/view/dashboard/workspace.ejs

@@ -478,6 +478,11 @@
                                             min-width: 250px;
                                             text-align: center;
                                         }
+
+                                        #calendar .datepicker--cell {
+                                            height: 45px;
+                                        }
+
                                         .shenpi-calendar {
                                             background-color: #ffb8ff;
                                         }
@@ -610,7 +615,7 @@
             top:'25%',
             left: '3%',
             right: '4%',
-            bottom: '20%',
+            bottom: '12%',
             containLabel: true
         },
         xAxis: [
@@ -671,7 +676,7 @@
                 end: 8,
                 handleSize: 0,
                 height: 10,
-                bottom: '10%',
+                bottom: '5%',
             }
         ],
         series: [
@@ -806,6 +811,7 @@
                 calculateTender(t);
             }
             setData(tenders);
+            myChart.resize();
         });
 
         function calculateTender(tender) {