autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 44115ca803
commit b3ea224add

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.1c4e68cb.js"></script>
<script src="/react/build/umi.7b0a71d5.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -19983,7 +19983,10 @@ var Page = function Page(_ref9) {
ref: tagsRef,
children: /*#__PURE__*/(0,jsx_runtime.jsx)(RenderHtml/* default */.Z, {
value: (_pathsDetail$detail30 = pathsDetail.detail) === null || _pathsDetail$detail30 === void 0 ? void 0 : _pathsDetail$detail30.description,
className: "c-white"
className: "c-white",
style: {
fontSize: "14rem"
}
})
})
}), !!show && /*#__PURE__*/(0,jsx_runtime.jsx)(_react_17_0_2_react.Fragment, {
@ -20132,6 +20135,9 @@ var Page = function Page(_ref9) {
className: newIndexmodules.StageDetailStyles,
children: [(currentData === null || currentData === void 0 ? void 0 : currentData.stage_description) && /*#__PURE__*/(0,jsx_runtime.jsx)(RenderHtml/* default */.Z, {
className: "c-white",
style: {
fontSize: "14rem"
},
value: (currentData === null || currentData === void 0 ? void 0 : currentData.stage_description) || ""
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "flex flex-wrap",

@ -265,7 +265,8 @@ var CourseItemDom = function CourseItemDom(_ref2) {
children: item === null || item === void 0 ? void 0 : item.value
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
marginTop: "10rem"
marginTop: "10rem",
fontSize: "14rem"
},
children: item === null || item === void 0 ? void 0 : item.label
})]
@ -505,7 +506,7 @@ var Page = function Page(_ref3) {
stretch: 0,
depth: 60,
modifier: 2,
slideShadows: true
slideShadows: false
},
children: ((courseListData === null || courseListData === void 0 ? void 0 : courseListData.subjects) || []).map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
@ -768,7 +769,7 @@ var Page = function Page(_ref3) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "flex-1 minW-0 minH-0 flex items-center justify-center flex-wrap",
style: {
gap: "70rem 100rem"
gap: "30rem 100rem"
},
children: CourseListDom === null || CourseListDom === void 0 ? void 0 : CourseListDom.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save