|
|
|
|
@ -469,14 +469,16 @@ var Page = function Page(_ref2) {
|
|
|
|
|
overflow: "hidden"
|
|
|
|
|
},
|
|
|
|
|
children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(antd__WEBPACK_IMPORTED_MODULE_10__/* ["default"] */ .Z, {
|
|
|
|
|
className: "w-full h-full",
|
|
|
|
|
autoplay: true,
|
|
|
|
|
children: StatisticData === null || StatisticData === void 0 || (_StatisticData$data15 = StatisticData.data) === null || _StatisticData$data15 === void 0 ? void 0 : _StatisticData$data15.images_url.map(function (item, index) {
|
|
|
|
|
return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)("div", {
|
|
|
|
|
className: "w-full h-full",
|
|
|
|
|
children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)("img", {
|
|
|
|
|
src: "".concat(_utils_env__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .Z.IMG_SERVER).concat(item === null || item === void 0 ? void 0 : item.image_url),
|
|
|
|
|
style: {
|
|
|
|
|
width: "100%",
|
|
|
|
|
height: "100%"
|
|
|
|
|
height: "196px"
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}, index);
|
|
|
|
|
@ -489,7 +491,7 @@ var Page = function Page(_ref2) {
|
|
|
|
|
children: "\u4F5C\u4E1A\u53D1\u5E03\u6570\u7EDF\u8BA1"
|
|
|
|
|
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(echarts_for_react__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
|
|
|
|
|
style: {
|
|
|
|
|
height: "137rem"
|
|
|
|
|
height: "137px"
|
|
|
|
|
},
|
|
|
|
|
option: homeworkStatistics
|
|
|
|
|
})]
|
|
|
|
|
@ -686,7 +688,16 @@ var Page = function Page(_ref2) {
|
|
|
|
|
marginBottom: "0"
|
|
|
|
|
},
|
|
|
|
|
percent: (item === null || item === void 0 ? void 0 : item.percent) * 100,
|
|
|
|
|
strokeColor: item === null || item === void 0 ? void 0 : item.strokeColor
|
|
|
|
|
strokeColor: item === null || item === void 0 ? void 0 : item.strokeColor,
|
|
|
|
|
format: function format(percent) {
|
|
|
|
|
return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsxs)("span", {
|
|
|
|
|
className: "text-16px-rem",
|
|
|
|
|
style: {
|
|
|
|
|
color: "#121C31"
|
|
|
|
|
},
|
|
|
|
|
children: [percent, "%"]
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
})]
|
|
|
|
|
}, index);
|
|
|
|
|
})
|