diff --git a/layouts__index.chunk.css b/layouts__index.chunk.css index 092275d525..04b3376dd1 100644 --- a/layouts__index.chunk.css +++ b/layouts__index.chunk.css @@ -10,12 +10,6 @@ .login-panel-wrapper2 .ant-form-item-with-help { margin-bottom: 0; } -.login-panel-wrapper2 [class~='ant-form-item-with-help'] { - margin-bottom: 5px; -} -.login-panel-wrapper2 [class~='ant-form-item-with-help'] [class~='ant-form-item-explain'] { - margin-top: 2px; -} .login-panel-right-wrp { border-top-right-radius: 6px; border-bottom-right-radius: 6px; @@ -105,12 +99,6 @@ .login-panel-wrapper2___HuMNJ .ant-form-item-with-help___NeAwJ { margin-bottom: 0; } -.login-panel-wrapper2___HuMNJ [class~='ant-form-item-with-help'] { - margin-bottom: 5px; -} -.login-panel-wrapper2___HuMNJ [class~='ant-form-item-with-help'] [class~='ant-form-item-explain'] { - margin-top: 2px; -} .login-panel-right-wrp___vWD_i { border-top-right-radius: 6px; border-bottom-right-radius: 6px; diff --git a/p__Account__Secure__index.async.js b/p__Account__Secure__index.async.js index 25bee928e9..a9428f35e2 100644 --- a/p__Account__Secure__index.async.js +++ b/p__Account__Secure__index.async.js @@ -826,65 +826,18 @@ var Secure = function Secure(_ref) { }, children: "1\u3001\u7ED1\u5B9A\u90AE\u7BB1 " }), " ", /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { + style: { + height: 24, + padding: '0px 11px', + borderRadius: 12 + }, type: "primary", ghost: true, onClick: function onClick() { return setIsShowModal(false); }, - style: { - borderRadius: '12px', - height: '26px', - width: '93px', - cursor: 'pointer' - }, children: "\u524D\u5F80\u7ED1\u5B9A" })] - }), /*#__PURE__*/(0,jsx_runtime.jsxs)("p", { - style: { - marginTop: '1em', - display: 'flex' - }, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - flex: '1' - }, - children: "2\u3001\u7ED1\u5B9A\u5FAE\u4FE1 " - }), " ", /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { - type: "primary", - ghost: true, - style: { - borderRadius: '12px', - height: '26px', - width: '93px' - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(_umi_production_exports.Link, { - to: "/account/binding", - children: "\u524D\u5F80\u7ED1\u5B9A" - }) - })] - }), /*#__PURE__*/(0,jsx_runtime.jsxs)("p", { - style: { - marginTop: '1em', - display: 'flex' - }, - children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", { - style: { - flex: '1' - }, - children: "3\u3001\u7ED1\u5B9AQQ " - }), " ", /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, { - type: "primary", - ghost: true, - style: { - borderRadius: '12px', - height: '26px', - width: '93px' - }, - children: /*#__PURE__*/(0,jsx_runtime.jsx)(_umi_production_exports.Link, { - to: "/account/binding", - children: "\u524D\u5F80\u7ED1\u5B9A" - }) - })] })] }) }), /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, { diff --git a/p__MoopCases__FormPanel__index.chunk.css b/p__MoopCases__FormPanel__index.chunk.css index b58f9e0274..2fa1557c84 100644 --- a/p__MoopCases__FormPanel__index.chunk.css +++ b/p__MoopCases__FormPanel__index.chunk.css @@ -108,7 +108,7 @@ width: 1200px; margin: 0 auto; background: #fff; - padding: 30px; + padding: 30px !important; } .moop-panel .tip { margin-top: 10px; @@ -120,6 +120,7 @@ display: flex; flex-flow: column nowrap; justify-content: center; + align-items: center; border: 1px dashed #ccc; font-size: 24px; margin-bottom: 10px; diff --git a/p__MyProblem__index.async.js b/p__MyProblem__index.async.js index 44cb62fcaa..0ace4dc059 100644 --- a/p__MyProblem__index.async.js +++ b/p__MyProblem__index.async.js @@ -6318,7 +6318,7 @@ function MyProblem_reducer(state, action) { modal/* default.error */.Z.error({ centered: true, okText: '知道啦', - content: '调试代码超时' + title: '调试代码超时' }); dispatch({ type: MyProblem_Types.SET_DEBUGING, @@ -6335,14 +6335,14 @@ function MyProblem_reducer(state, action) { modal/* default.error */.Z.error({ centered: true, okText: '知道啦', - content: '调试代码超时' + title: '调试代码超时' }); } if (data.status === 2) { modal/* default.error */.Z.error({ centered: true, okText: '知道啦', - content: '调试代码超时' + title: '调试代码超时' }); } dispatch({ diff --git a/p__Question__OjProblem__index.async.js b/p__Question__OjProblem__index.async.js index f2b897a717..c60f48bd6f 100644 --- a/p__Question__OjProblem__index.async.js +++ b/p__Question__OjProblem__index.async.js @@ -9802,7 +9802,7 @@ function OjProblem_reducer(state, action) { modal/* default.error */.Z.error({ centered: true, okText: '知道啦', - content: '调试代码超时' + title: '调试代码超时' }); dispatch({ type: OjProblem_Types.SET_DEBUGING, @@ -9819,7 +9819,7 @@ function OjProblem_reducer(state, action) { modal/* default.error */.Z.error({ centered: true, okText: '知道啦', - content: '调试代码超时' + title: '调试代码超时' }); } dispatch({ diff --git a/p__User__Detail__Competitions__index.async.js b/p__User__Detail__Competitions__index.async.js index b3e1c9ccef..8175ca9dbb 100644 --- a/p__User__Detail__Competitions__index.async.js +++ b/p__User__Detail__Competitions__index.async.js @@ -316,7 +316,7 @@ var competitionsPage = function competitionsPage(_ref) { }, avatar: /*#__PURE__*/(0,jsx_runtime.jsx)("img", { className: Competitionsmodules.divimg, - src: item && item.image ? "".concat(env/* default.IMG_SERVER */.Z.IMG_SERVER, "/") + item.image : ImagesIcon/* mainbannerBg */.I2 + src: item && item.image ? "".concat(env/* default.IMG_SERVER */.Z.IMG_SERVER) + item.image : ImagesIcon/* mainbannerBg */.I2 }), title: /*#__PURE__*/(0,jsx_runtime.jsxs)("p", { style: { diff --git a/umi.js b/umi.js index c879e3f4bb..8858df2a20 100644 --- a/umi.js +++ b/umi.js @@ -76617,7 +76617,7 @@ var DEV = { PROXY_SERVER: 'http://172.16.100.130', API_SERVER: '', REPORT_SERVER: 'http://192.168.1.57:3001', - IMG_SERVER: 'https://local-v7.educoder.net', + IMG_SERVER: 'http://172.16.100.130', FORGE: 'https://code.educoder.net/', SSH_SERVER: 'wss://webssh.educoder.net', SSH_Slice: 'https://testfu.educoder.net',