@@ -242,6 +242,7 @@
font-weight: 300;
font-size: 14px;
color: #909090;
+ padding-top: 6px;
text-align: center;
}
@@ -370,7 +370,7 @@ let getClassStat = function (ClassOn, dp) {
};
-let t = 0;//0 is on 1 is off
+let t = 1;//0 is on 1 is off
if (t == 0) {
// 列表测试
Mock.mock('/api/testTable', 'post', testTable());