Auto Submit

dev_local_v9_test5
autosubmit 1 year ago
parent 02799edcdd
commit 764a0ae039

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

@ -1594,7 +1594,7 @@ var EditPage = function EditPage(_ref) {
id: 'mirror_file_url' // 给这个Label添加ref
,
style: {
width: 'calc(100% - 140px)'
width: 'calc(100% - 1.4rem)'
},
size: "large",
disabled: false,
@ -1615,7 +1615,7 @@ var EditPage = function EditPage(_ref) {
color: '#666',
marginLeft: 122,
position: 'relative',
top: '-25px'
top: '-0.25rem'
},
children: "\u955C\u50CF\u6587\u4EF6\u94FE\u63A5\u53EF\u4EE5\u901A\u8FC7 \u4E0A\u4F20\u955C\u50CF\u6587\u4EF6 \u6765\u83B7\u53D6\u8BE5\u955C\u50CF\u6587\u4EF6\u7684URL\u5730\u5740"
}), /*#__PURE__*/(0,jsx_runtime.jsxs)(Label/* default */.Z, {
@ -1636,7 +1636,7 @@ var EditPage = function EditPage(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
size: "large",
style: {
width: 'calc(50% - 10px)',
width: 'calc(50% - .1rem)',
marginRight: 20
},
placeholder: "\u8BF7\u9009\u62E9",
@ -1648,7 +1648,7 @@ var EditPage = function EditPage(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
size: "large",
style: {
width: 'calc(50% - 10px)'
width: 'calc(50% - .1rem)'
},
placeholder: "\u8BF7\u9009\u62E9",
options: firstSelectValue ? secondSelectOptions[firstSelectValue] : [],
@ -1770,7 +1770,7 @@ var EditPage = function EditPage(_ref) {
id: 'name' // 给这个Label添加ref
,
style: {
width: 'calc(100% - 40px)'
width: 'calc(100% - .4rem)'
},
value: basicTypeName
// maxLength={60}
@ -1825,14 +1825,15 @@ var EditPage = function EditPage(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
value: selectedTag,
style: {
width: 'calc(100% - 110px)'
width: 'calc(100% - 1.1rem)'
},
mode: "multiple",
placeholder: "\u8BF7\u9009\u62E9\u6807\u7B7E",
options: tags === null || tags === void 0 ? void 0 : tags.map(function (item) {
return {
value: item,
label: item
label: item,
key: item
};
}),
onChange: function onChange(e) {
@ -1870,7 +1871,7 @@ var EditPage = function EditPage(_ref) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
style: {
width: 'calc(100% - 110px)',
width: 'calc(100% - 1.1rem)',
marginBottom: 15
},
placeholder: "\u8BF7\u586B\u5199\u6807\u7B7E\u540D\u79F0",
@ -1976,7 +1977,7 @@ var EditPage = function EditPage(_ref) {
bodyStyle: {
maxHeight: 600
},
width: "620px",
width: "6.2rem",
okText: "\u786E\u8BA4\u5E76\u521B\u5EFA",
wrapClassName: Addmodules.auditModal,
confirmLoading: modalBtnLoading,
@ -2148,7 +2149,7 @@ var EditPage = function EditPage(_ref) {
destroyOnClose: true,
open: openUploadFile,
title: "\u4E0A\u4F20\u955C\u50CF\u6587\u4EF6",
width: "700px",
width: "7rem",
okText: "\u786E\u5B9A",
wrapClassName: Addmodules.auditModal
// confirmLoading={uploadFileLoading}
@ -2312,7 +2313,7 @@ var EditPage = function EditPage(_ref) {
destroyOnClose: true,
open: confirmModal,
title: "\u521B\u5EFA\u79C1\u6709\u955C\u50CF",
width: "558px",
width: "5.58rem",
okText: "\u786E\u5B9A",
wrapClassName: Addmodules.auditModal,
confirmLoading: uploadFileLoading2,

@ -3073,7 +3073,8 @@ var ModifyMirrorModal = function ModifyMirrorModal(_ref) {
options: tags === null || tags === void 0 ? void 0 : tags.map(function (item) {
return {
value: item,
label: item
label: item,
key: item
};
}),
onChange: function onChange(e) {

@ -406,7 +406,8 @@ var ModifyMirrorModal = function ModifyMirrorModal(_ref) {
options: tags === null || tags === void 0 ? void 0 : tags.map(function (item) {
return {
value: item,
label: item
label: item,
key: item
};
}),
onChange: function onChange(e) {

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