Auto Submit

dev_local_v9_test4
autosubmit 2 years ago
parent bf31665de7
commit 80ace47fac

@ -96,7 +96,7 @@ var _react_17_0_2_react = __webpack_require__(59301);
var _umi_production_exports = __webpack_require__(3634);
;// CONCATENATED MODULE: ./src/pages/Classrooms/Overview/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var Overviewmodules = ({"Onerow":"Onerow___Mp88y","MultiLine":"MultiLine___yp3BS","TitleStyle":"TitleStyle___c6H_a","tabs":"tabs___CXkI8","operatingActive":"operatingActive___S2NFS","Notify":"Notify___y8K1c","PathsBg":"PathsBg___XAFJa","PathsBgTitle":"PathsBgTitle___JnD95","PathsBgNum":"PathsBgNum___moQMD","TopItemNum":"TopItemNum___eggbY","TableStyle":"TableStyle___aBpvr","DivInit":"DivInit___wdeuk","StudentChart":"StudentChart___ZEpd8","StudentChartItem":"StudentChartItem___qjJfe","StudentChartItemPh":"StudentChartItemPh___MlJbp","StudentChartItemName":"StudentChartItemName___YZBp3","StudentChartItemNum":"StudentChartItemNum___ddVoW","StudentChartItemUpdow":"StudentChartItemUpdow___sXby3","TeacherChart":"TeacherChart___UkPLQ","TeacherChartItem":"TeacherChartItem___T5wG5","TeacherChartItemPh":"TeacherChartItemPh___LSavP","TeacherChartItemName":"TeacherChartItemName___yxOVy","TeacherChartItemNum":"TeacherChartItemNum___j4L15","TeacherChartItemUpdow":"TeacherChartItemUpdow___WlRN8","ChartStyle":"ChartStyle___LQS40","PopularityChart":"PopularityChart___CgDcE","HotChart":"HotChart___iv3uw","ClassChart":"ClassChart___rWwfR","ChartDiv":"ChartDiv___FijdG","ChartDivItem":"ChartDivItem___qexIg","ChartDivItemph":"ChartDivItemph___v3VLp","ChartDivItemName":"ChartDivItemName___lz4q4","ChartDivItemNum":"ChartDivItemNum___md18j"});
/* harmony default export */ var Overviewmodules = ({"Onerow":"Onerow___Mp88y","MultiLine":"MultiLine___yp3BS","TitleStyle":"TitleStyle___c6H_a","tabs":"tabs___CXkI8","operatingActive":"operatingActive___S2NFS","statistic":"statistic___osvFD","Notify":"Notify___y8K1c","PathsBg":"PathsBg___XAFJa","PathsBgTitle":"PathsBgTitle___JnD95","PathsBgNum":"PathsBgNum___moQMD","TopItemNum":"TopItemNum___eggbY","TableStyle":"TableStyle___aBpvr","DivInit":"DivInit___wdeuk","StudentChart":"StudentChart___ZEpd8","StudentChartItem":"StudentChartItem___qjJfe","StudentChartItemPh":"StudentChartItemPh___MlJbp","StudentChartItemName":"StudentChartItemName___YZBp3","StudentChartItemNum":"StudentChartItemNum___ddVoW","StudentChartItemUpdow":"StudentChartItemUpdow___sXby3","TeacherChart":"TeacherChart___UkPLQ","TeacherChartItem":"TeacherChartItem___T5wG5","TeacherChartItemPh":"TeacherChartItemPh___LSavP","TeacherChartItemName":"TeacherChartItemName___yxOVy","TeacherChartItemNum":"TeacherChartItemNum___j4L15","TeacherChartItemUpdow":"TeacherChartItemUpdow___WlRN8","ChartStyle":"ChartStyle___LQS40","PopularityChart":"PopularityChart___CgDcE","HotChart":"HotChart___iv3uw","ClassChart":"ClassChart___rWwfR","ChartDiv":"ChartDiv___FijdG","ChartDivItem":"ChartDivItem___qexIg","ChartDivItemph":"ChartDivItemph___v3VLp","ChartDivItemName":"ChartDivItemName___lz4q4","ChartDivItemNum":"ChartDivItemNum___md18j"});
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tabs/index.js + 24 modules
var tabs = __webpack_require__(99313);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js
@ -568,7 +568,9 @@ var Page = function Page(_ref3) {
// },
grid: {
right: 0,
bottom: "10%"
left: 30,
top: 20,
bottom: 20
},
// dataZoom: [
// // 滚动条
@ -1035,11 +1037,14 @@ var Page = function Page(_ref3) {
alignItems: 'center',
justifyContent: "flex-end"
},
className: Overviewmodules.statistic,
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(es_select["default"], {
style: {
width: 99,
marginRight: 20
marginRight: 20,
fontSize: 12
},
size: "small",
value: picker,
onChange: function onChange(key) {
setPicker(key);
@ -1080,9 +1085,11 @@ var Page = function Page(_ref3) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(RangePicker, {
style: {
width: 246
width: 246,
fontSize: 12
},
allowClear: false,
size: "middle",
disabledDate: disabledDate,
defaultValue: [dayjs_min_default()(defauleDate.start_time, 'YYYY-MM-DD'), dayjs_min_default()(defauleDate.end_time, 'YYYY-MM-DD')],
value: dateValue || [dayjs_min_default()(statParams.start_time, 'YYYY-MM-DD'), dayjs_min_default()(statParams.end_time, 'YYYY-MM-DD')],
@ -1109,7 +1116,7 @@ var Page = function Page(_ref3) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
width: "100%",
height: 195
height: 202
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(lib/* default */.Z, {
option: hanleCourseOption(),

@ -43,6 +43,18 @@
border-bottom: 2px solid #ED6D18;
color: #ED6D18;
}
.statistic___osvFD [class~='ant-select-arrow'] {
font-size: 10px !important;
}
.statistic___osvFD [class~='ant-select-selector'] {
font-size: 12px !important;
}
.statistic___osvFD [class~='ant-picker-input'] > input {
font-size: 12px !important;
}
.statistic___osvFD [class~='ant-picker-middle'] {
height: 24px !important;
}
.Notify___y8K1c {
position: absolute;
right: 0;

@ -96,7 +96,7 @@ var _react_17_0_2_react = __webpack_require__(59301);
var _umi_production_exports = __webpack_require__(3634);
;// CONCATENATED MODULE: ./src/pages/Paths/Overview/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var Overviewmodules = ({"Onerow":"Onerow___CBpsk","MultiLine":"MultiLine___YwYEh","TitleStyle":"TitleStyle___tiYv6","BorderStyle":"BorderStyle___s6dnS","PathsBg":"PathsBg___MAylB","TopItemNum":"TopItemNum___sD93j","DivInit":"DivInit___jJQuw","ChartStyle":"ChartStyle___wiiU4","LearnChart":"LearnChart___wcomi","HotChart":"HotChart___JiiPF","ClassChart":"ClassChart___XQWTd","LearnChartItem":"LearnChartItem___kFsG7","LearnChartItemRank":"LearnChartItemRank___zeX_M","LearnChartItemName":"LearnChartItemName___YuEzM","LearnChartItemData":"LearnChartItemData___y8JRQ","ChartDiv":"ChartDiv___iTBZi","ChartDivItem":"ChartDivItem___NxNNv","ChartDivItemph":"ChartDivItemph___p5Spo","ChartDivItemName":"ChartDivItemName___J1eMN"});
/* harmony default export */ var Overviewmodules = ({"Onerow":"Onerow___CBpsk","MultiLine":"MultiLine___YwYEh","TitleStyle":"TitleStyle___tiYv6","BorderStyle":"BorderStyle___s6dnS","PathsBg":"PathsBg___MAylB","statistic":"statistic___ycvMy","TopItemNum":"TopItemNum___sD93j","DivInit":"DivInit___jJQuw","ChartStyle":"ChartStyle___wiiU4","LearnChart":"LearnChart___wcomi","HotChart":"HotChart___JiiPF","ClassChart":"ClassChart___XQWTd","LearnChartItem":"LearnChartItem___kFsG7","LearnChartItemRank":"LearnChartItemRank___zeX_M","LearnChartItemName":"LearnChartItemName___YuEzM","LearnChartItemData":"LearnChartItemData___y8JRQ","ChartDiv":"ChartDiv___iTBZi","ChartDivItem":"ChartDivItem___NxNNv","ChartDivItemph":"ChartDivItemph___p5Spo","ChartDivItemName":"ChartDivItemName___J1eMN"});
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js
var es_select = __webpack_require__(57809);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/date-picker/index.js + 66 modules
@ -707,10 +707,12 @@ var Page = function Page(_ref) {
// itemWidth: 22,
// itemHeight: 6,
// },
grid: {
right: 0,
bottom: "10%",
left: "10%"
left: 30,
top: 20,
bottom: 20
},
// dataZoom: [
// // 滚动条
@ -1100,11 +1102,14 @@ var Page = function Page(_ref) {
alignItems: 'center',
justifyContent: "space-between"
},
className: Overviewmodules.statistic,
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(es_select["default"], {
style: {
width: 99,
marginRight: 20
marginRight: 20,
fontSize: 12
},
size: "small",
value: picker,
onChange: function onChange(key) {
setPicker(key);

@ -38,6 +38,18 @@
padding: 54px 50px 20px 20px;
position: relative;
}
.statistic___ycvMy [class~='ant-select-arrow'] {
font-size: 10px !important;
}
.statistic___ycvMy [class~='ant-select-selector'] {
font-size: 12px !important;
}
.statistic___ycvMy [class~='ant-picker-input'] > input {
font-size: 12px !important;
}
.statistic___ycvMy [class~='ant-picker-middle'] {
height: 24px !important;
}
.TopItemNum___sD93j {
width: 158px;
height: 164px;

@ -96,7 +96,7 @@ var _react_17_0_2_react = __webpack_require__(59301);
var _umi_production_exports = __webpack_require__(3634);
;// CONCATENATED MODULE: ./src/pages/Shixuns/Overview/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var Overviewmodules = ({"Onerow":"Onerow___l5_U0","MultiLine":"MultiLine___qt8pC","TitleStyle":"TitleStyle___p0pf3","TableStyle":"TableStyle___hqBKn","BorderStyle":"BorderStyle___oy5wA","PathsBg":"PathsBg___UljVP","TopItemNum":"TopItemNum___gDLm4","DivInit":"DivInit___bF5ps","ChartStyle":"ChartStyle___iFZwr","PopularityChart":"PopularityChart___pXr97","HotChart":"HotChart___wLzkz","ClassChart":"ClassChart___Q1V6b","LearnChart":"LearnChart___j1dql","LearnChartItem":"LearnChartItem___BsFJP","LearnChartItemRank":"LearnChartItemRank___rr7UC","LearnChartItemName":"LearnChartItemName___wociN","LearnChartItemRole":"LearnChartItemRole___XLFSC","LearnChartItemId":"LearnChartItemId___La4j7","LearnChartItemNum":"LearnChartItemNum___v3_9o","ChartDiv":"ChartDiv___pSmxW","ChartDivItem":"ChartDivItem____ww5n","ChartDivItemph":"ChartDivItemph___yGQYQ","ChartDivItemName":"ChartDivItemName___dAox1","ChartDivItemNum":"ChartDivItemNum___zgfY2"});
/* harmony default export */ var Overviewmodules = ({"Onerow":"Onerow___l5_U0","MultiLine":"MultiLine___qt8pC","TitleStyle":"TitleStyle___p0pf3","TableStyle":"TableStyle___hqBKn","BorderStyle":"BorderStyle___oy5wA","statistic":"statistic___l1t1o","PathsBg":"PathsBg___UljVP","TopItemNum":"TopItemNum___gDLm4","DivInit":"DivInit___bF5ps","ChartStyle":"ChartStyle___iFZwr","PopularityChart":"PopularityChart___pXr97","HotChart":"HotChart___wLzkz","ClassChart":"ClassChart___Q1V6b","LearnChart":"LearnChart___j1dql","LearnChartItem":"LearnChartItem___BsFJP","LearnChartItemRank":"LearnChartItemRank___rr7UC","LearnChartItemName":"LearnChartItemName___wociN","LearnChartItemRole":"LearnChartItemRole___XLFSC","LearnChartItemId":"LearnChartItemId___La4j7","LearnChartItemNum":"LearnChartItemNum___v3_9o","ChartDiv":"ChartDiv___pSmxW","ChartDivItem":"ChartDivItem____ww5n","ChartDivItemph":"ChartDivItemph___yGQYQ","ChartDivItemName":"ChartDivItemName___dAox1","ChartDivItemNum":"ChartDivItemNum___zgfY2"});
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/row/index.js
var row = __webpack_require__(95237);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tooltip/index.js + 3 modules
@ -452,9 +452,12 @@ var Page = function Page(_ref3) {
// // zoomLock:true,
// },
// ],
grid: {
right: 0,
bottom: "10%"
left: 30,
top: 20,
bottom: 20
},
xAxis: {
type: 'category',
@ -716,9 +719,12 @@ var Page = function Page(_ref3) {
// itemWidth: 22,
// itemHeight: 6,
// },
grid: {
right: 0,
bottom: "10%"
left: 30,
top: 20,
bottom: 20
},
// dataZoom: [
// // 滚动条
@ -1150,11 +1156,13 @@ var Page = function Page(_ref3) {
alignItems: 'center',
justifyContent: "space-between"
},
className: Overviewmodules.statistic,
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(es_select["default"], {
style: {
width: 99,
marginRight: 20
},
size: "small",
value: picker,
onChange: function onChange(key) {
setPicker(key);
@ -1195,7 +1203,9 @@ var Page = function Page(_ref3) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(RangePicker, {
style: {
width: 246
width: 246,
height: 24,
fontSize: '12px'
},
allowClear: false,
disabledDate: disabledDate,
@ -1245,6 +1255,7 @@ var Page = function Page(_ref3) {
justifyContent: 'space-between',
alignItems: 'center'
},
className: Overviewmodules.statistic,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
color: '#282F3F',
@ -1262,6 +1273,7 @@ var Page = function Page(_ref3) {
width: 99,
marginRight: 20
},
size: "small",
value: picker2,
onChange: function onChange(key) {
setPicker2(key);

@ -39,6 +39,18 @@
border: 1px solid;
border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0)) 1 1;
}
.statistic___l1t1o [class~='ant-select-arrow'] {
font-size: 10px !important;
}
.statistic___l1t1o [class~='ant-select-selector'] {
font-size: 12px !important;
}
.statistic___l1t1o [class~='ant-picker-input'] > input {
font-size: 12px !important;
}
.statistic___l1t1o [class~='ant-picker-middle'] {
height: 24px !important;
}
.PathsBg___UljVP {
width: 692px;
height: 164px;

Loading…
Cancel
Save