autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 81098a9d5c
commit e0aec33e89

@ -2116,6 +2116,9 @@ var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerat
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js
var slicedToArray = __webpack_require__(79800);
var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray);
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectWithoutProperties.js
var objectWithoutProperties = __webpack_require__(39647);
var objectWithoutProperties_default = /*#__PURE__*/__webpack_require__.n(objectWithoutProperties);
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js
var _react_17_0_2_react = __webpack_require__(59301);
// EXTERNAL MODULE: ./src/.umi-production/exports.ts
@ -2152,6 +2155,8 @@ var jsx_runtime = __webpack_require__(37712);
var _excluded = ["user", "globalSetting", "loading", "dispatch", "visible", "editData", "onCancel", "onOk", "queryParams", "showTags"];
@ -2176,7 +2181,10 @@ var AddVideoModal = function AddVideoModal(_ref) {
_ref$onOk = _ref.onOk,
onOk = _ref$onOk === void 0 ? function () {} : _ref$onOk,
_ref$queryParams = _ref.queryParams,
queryParams = _ref$queryParams === void 0 ? {} : _ref$queryParams;
queryParams = _ref$queryParams === void 0 ? {} : _ref$queryParams,
_ref$showTags = _ref.showTags,
showTags = _ref$showTags === void 0 ? true : _ref$showTags,
restProps = objectWithoutProperties_default()(_ref, _excluded);
var params = (0,_umi_production_exports.useParams)();
var _Form$useForm = es_form/* default */.Z.useForm(),
_Form$useForm2 = slicedToArray_default()(_Form$useForm, 1),
@ -2492,7 +2500,7 @@ var AddVideoModal = function AddVideoModal(_ref) {
maxLength: 800,
placeholder: "\u8BF7\u8F93\u5165\u672C\u89C6\u9891\u7B80\u4ECB\uFF0C\u6700\u591A\u4E0D\u8D85\u8FC7800\u5B57"
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
}), showTags && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u77E5\u8BC6\u6807\u7B7E",
name: "tag",
className: "ml8",

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

@ -6423,6 +6423,21 @@ button:active {
border-radius: 4rem;
padding: 30rem 20rem;
}
.add_chapter_btn___tiYVl {
width: 140px;
height: 40px;
background: linear-gradient(180deg, #72B8FC 0%, #1C6DDD 100%);
box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
border: 1px solid #3662C7;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
margin: 0 auto;
margin-top: 50px;
cursor: pointer;
}
.StageDetailStyles___ZMn0C {
position: absolute;
top: 0;
@ -6438,6 +6453,9 @@ button:active {
border: 1rem solid;
border-image: linear-gradient(135deg, #5878f4, rgba(84, 83, 218, 0.66)) 1 1;
}
.StageDetailStyles___ZMn0C [class~='ant-form-item-label'] > label {
color: #fff !important;
}
.StageItemDomStyle___PLTtw {
width: 328rem;
padding: 20rem;
@ -6495,6 +6513,7 @@ button:active {
display: flex;
justify-content: center;
align-items: center;
z-index: 9;
}
.StageItemStyle___efRSQ .StageItemIconStyleIconActive___Z9FWS::after {
content: "";
@ -6508,6 +6527,9 @@ button:active {
box-shadow: 0rem 2rem 4rem 0rem rgba(0, 0, 0, 0.08);
border-radius: 8rem;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.StageItemStyle___efRSQ .MenuStylesItemActive___sZFbM {
background: linear-gradient(270deg, #242FA3 0%, #3761BC 100%);
@ -6552,4 +6574,43 @@ button:active {
z-index: 999;
gap: 30rem;
}
.edit_btn_warp___K2hAd {
color: #fff;
display: flex;
}
.add_btn2___Nyi2r {
width: 140px;
height: 40px;
background: linear-gradient(180deg, rgba(114, 184, 252, 0) 0%, rgba(28, 109, 221, 0.5) 100%);
border-radius: 2px;
border: 1px solid #628FF6;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 14px;
margin-right: 20px;
cursor: pointer;
}
.shixuns___agaxg [class~='ant-row'] {
min-height: 40px;
padding: 0 20px;
cursor: pointer;
}
.shixuns___agaxg [class~='ant-row'] aside {
display: none;
}
.shixuns___agaxg [class~='ant-row']:hover {
background-color: #f2f8ff;
}
.shixuns___agaxg [class~='ant-row']:hover aside {
display: inline;
}
.shixuns___agaxg [class~='ant-row']:hover [class~='experiment-number'] {
display: none;
}
.buttons___XFwAY {
display: flex;
justify-content: flex-end;
}

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