Auto Submit

dev_local_v9_test4
autosubmit 11 months ago
parent b9f05c811e
commit 74f46492eb

@ -371,7 +371,7 @@ var SendToClassModal = function SendToClassModal(_ref) {
_context2.next = 15;
break;
}
(0,util/* openNewWindow */.xg)(is_jupyter ? "/tasks/".concat(execRes === null || execRes === void 0 ? void 0 : execRes.identifier, "/jupyter") : "/tasks/".concat(execRes.game_identifier, "?subject_id=").concat(params.pathId || ''));
(0,util/* openNewWindow */.xg)(is_jupyter ? "/tasks/".concat(execRes === null || execRes === void 0 ? void 0 : execRes.identifier, "/jupyter") : "/tasks/".concat(execRes.game_identifier, "?subject_id=").concat(id || params.pathId || ''));
return _context2.abrupt("return");
case 15:
if ((execRes === null || execRes === void 0 ? void 0 : execRes.status) === -3) {
@ -843,16 +843,11 @@ var SendToClassModal = function SendToClassModal(_ref) {
var bool = nodeData.index.slice(0, 1) === '1';
var notCollectPay = (nodeData === null || nodeData === void 0 || (_nodeData$learning_st = nodeData.learning_status) === null || _nodeData$learning_st === void 0 ? void 0 : _nodeData$learning_st[0]) === 'can';
return /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, {
wrap: false,
align: "middle",
className: "font14",
className: "font14 text-nowrap",
onClick: function onClick() {
return handleExpand(item.key);
}
// style={{ width:760, flexWrap:"nowrap", whiteSpace:"nowrap" }}
,
style: {
flexWrap: "nowrap",
whiteSpace: "nowrap"
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
flex: "30px",
@ -867,7 +862,7 @@ var SendToClassModal = function SendToClassModal(_ref) {
style: {
display: 'flex',
alignItems: "center",
width: 300
minWidth: 0
},
children: [props.cust_seq && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "".concat(Sortmodules.color333, " mr10")
@ -1319,9 +1314,7 @@ var SendToClassModal = function SendToClassModal(_ref) {
})]
})]
});
}
// onSelect={handleExpand}
,
},
treeData: gData
})]
});

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

@ -473,6 +473,8 @@
#educoder .tree___SHCwq [class~='ant-tree-node-content-wrapper'] {
padding: 0 !important;
min-height: 0 !important;
flex: 1 1 !important;
min-width: 0px !important;
}
#educoder .tree___SHCwq [class~='drag-over'] * {
color: white;

@ -382,11 +382,11 @@ var Page = function Page(_ref2) {
subjectHomeworkType: "",
data: (item === null || item === void 0 ? void 0 : item.items) || [],
index: index,
stage_id: item === null || item === void 0 ? void 0 : item.stage_id,
disabled: true,
showInfoModal: showInfoModal,
cust_seq: !!(pathsDetail !== null && pathsDetail !== void 0 && (_pathsDetail$detail5 = pathsDetail.detail) !== null && _pathsDetail$detail5 !== void 0 && _pathsDetail$detail5.cust_seq),
showVideoPlay: ((_user$userInfo4 = user.userInfo) === null || _user$userInfo4 === void 0 ? void 0 : _user$userInfo4.admin) || ((_user$userInfo5 = user.userInfo) === null || _user$userInfo5 === void 0 ? void 0 : _user$userInfo5.business) || isSHow(),
isPaths: true
showVideoPlay: ((_user$userInfo4 = user.userInfo) === null || _user$userInfo4 === void 0 ? void 0 : _user$userInfo4.admin) || ((_user$userInfo5 = user.userInfo) === null || _user$userInfo5 === void 0 ? void 0 : _user$userInfo5.business) || isSHow()
}),
style: {
marginBottom: "16rem",

@ -643,6 +643,8 @@
#educoder .tree___SHCwq [class~='ant-tree-node-content-wrapper'] {
padding: 0 !important;
min-height: 0 !important;
flex: 1 1 !important;
min-width: 0px !important;
}
#educoder .tree___SHCwq [class~='drag-over'] * {
color: white;

@ -3845,6 +3845,8 @@ span.CodeMirror-selectedtext {
#educoder .tree___SHCwq [class~='ant-tree-node-content-wrapper'] {
padding: 0 !important;
min-height: 0 !important;
flex: 1 1 !important;
min-width: 0px !important;
}
#educoder .tree___SHCwq [class~='drag-over'] * {
color: white;

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