Auto Submit

dev_local_v9_test4
autosubmit 2 years ago
parent 9df7c03de8
commit e84217a473

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

@ -885,7 +885,7 @@ var PollDetail = function PollDetail(_ref) {
});
},
children: "\u5220\u9664"
}), (0,authority/* isSuperAdmins */.Ny)() && (user === null || user === void 0 || (_user$userInfo3 = user.userInfo) === null || _user$userInfo3 === void 0 ? void 0 : _user$userInfo3.user_id) == (questionInfo === null || questionInfo === void 0 ? void 0 : questionInfo.user_id) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
}), ((0,authority/* isSuperAdmins */.Ny)() || (user === null || user === void 0 || (_user$userInfo3 = user.userInfo) === null || _user$userInfo3 === void 0 ? void 0 : _user$userInfo3.user_id) == (questionInfo === null || questionInfo === void 0 ? void 0 : questionInfo.user_id)) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Detailmodules.publicStyle,
style: {
marginRight: '20px'

@ -706,6 +706,7 @@ var Navigation = function Navigation(_ref) {
}, {
title: '操作',
width: 150,
align: 'right',
ellipsis: true,
render: function render(text, record) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
@ -723,7 +724,7 @@ var Navigation = function Navigation(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
color: "#5F6367",
marginLeft: "10px",
marginLeft: "20px",
cursor: "pointer"
},
onClick: function onClick() {

@ -377,7 +377,8 @@ var Navigation = function Navigation(_ref) {
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
padding: '10px 7px 20px 7px'
padding: '10px 7px 20px 7px',
marginTop: '20px'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {

@ -660,7 +660,9 @@ var Config_SetPublic = function SetPublic(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(SimpleTable, {
data: histories
}), /*#__PURE__*/(0,jsx_runtime.jsxs)(es_form/* default */.Z, {
form: form,
form: form
// layout="vertical"
,
initialValues: formValue,
onChange: function onChange() {
var value = form.getFieldValue();
@ -942,7 +944,7 @@ var ClassroomListPage = function ClassroomListPage(_ref) {
}, {
title: '操作',
dataIndex: 'remark',
align: 'left',
align: 'right',
key: 'remark',
width: 100,
ellipsis: true,
@ -977,8 +979,8 @@ var ClassroomListPage = function ClassroomListPage(_ref) {
},
style: {
cursor: 'pointer',
color: '#000000',
margin: '0 5px'
color: '#165DFF',
margin: '0 0 0 5px'
},
children: " \u5220\u9664"
})]

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