浏览代码

平台工作台功能提交

ellisran 4 月之前
父节点
当前提交
6b8240374f
共有 1 个文件被更改,包括 8 次插入2 次删除
  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) {