autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent c420be10a2
commit b0ff1f6880

@ -12,7 +12,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1">
<meta http-equiv="Cache-Control" content="no-transform">
<title>头歌实践教学平台</title>
<link rel="stylesheet" href="/react/build/umi.89870d4d.css">
<link rel="stylesheet" href="/react/build/umi.7ca8c72b.css">
<script src="/react/build/js/polyfill.min.js"></script>
</head>
<body>
@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.244ebf57.js"></script>
<script src="/react/build/umi.0af8a432.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -277,6 +277,16 @@
position: absolute;
width: 935px;
height: 100%;
top: 0;
left: 0;
}
.magModalWrap___Hrvdf .magModalSty___OeTHh .formSty___r60gK {
background: rgba(255, 255, 255, 0.8);
border-radius: 8px;
}
.magModalWrap___Hrvdf .magModalSty___OeTHh .formSty___r60gK [class~='ant-form-item-label'] label {
width: 100px;
text-align: right;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -229,7 +229,7 @@ var es_select = __webpack_require__(57809);
var _umi_production_exports = __webpack_require__(88271);
;// CONCATENATED MODULE: ./src/pages/Magazinejor/component/Detail/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var Detailmodules = ({"Onerow":"Onerow___NVCta","MultiLine":"MultiLine___QpteS","detailWrap":"detailWrap___ZjiJI","detailTop":"detailTop___eoFqK","topLeft":"topLeft___KhWEM","imgCover":"imgCover___yzn5x","coverimg":"coverimg___DKo4G","imgDes":"imgDes___ptSKF","d1":"d1___X4CRE","d2":"d2___LFRtU","label":"label___KAPru","info":"info___LqGYH","d3":"d3___xTY9z","d4":"d4___MtL8r","btn":"btn___ldQvs","detailCon":"detailCon___KvaHJ","leftWrap":"leftWrap___ryJ1V","commonMonth":"commonMonth___Yd9zq","activeMonth":"activeMonth___Pk1Q4","disMonth":"disMonth___BpTwX","rightWrap":"rightWrap___fgkpp","itemWrap":"itemWrap___ir4i9","bgimg":"bgimg___reDEW","itemName":"itemName___PSPLa","arcWrap":"arcWrap___cIWb0","artItem":"artItem___ULJ1F","deltop":"deltop___WjU5l","icon":"icon___w5A9I","title":"title___yU81x","delbottom":"delbottom___VgQH2","magModalWrap":"magModalWrap___Hrvdf","magModalSty":"magModalSty___OeTHh","bgImg":"bgImg___j0Fhk"});
/* harmony default export */ var Detailmodules = ({"Onerow":"Onerow___NVCta","MultiLine":"MultiLine___QpteS","detailWrap":"detailWrap___ZjiJI","detailTop":"detailTop___eoFqK","topLeft":"topLeft___KhWEM","imgCover":"imgCover___yzn5x","coverimg":"coverimg___DKo4G","imgDes":"imgDes___ptSKF","d1":"d1___X4CRE","d2":"d2___LFRtU","label":"label___KAPru","info":"info___LqGYH","d3":"d3___xTY9z","d4":"d4___MtL8r","btn":"btn___ldQvs","detailCon":"detailCon___KvaHJ","leftWrap":"leftWrap___ryJ1V","commonMonth":"commonMonth___Yd9zq","activeMonth":"activeMonth___Pk1Q4","disMonth":"disMonth___BpTwX","rightWrap":"rightWrap___fgkpp","itemWrap":"itemWrap___ir4i9","bgimg":"bgimg___reDEW","itemName":"itemName___PSPLa","arcWrap":"arcWrap___cIWb0","artItem":"artItem___ULJ1F","deltop":"deltop___WjU5l","icon":"icon___w5A9I","title":"title___yU81x","delbottom":"delbottom___VgQH2","magModalWrap":"magModalWrap___Hrvdf","magModalSty":"magModalSty___OeTHh","bgImg":"bgImg___j0Fhk","formSty":"formSty___r60gK"});
// EXTERNAL MODULE: ./node_modules/_dayjs@1.11.13@dayjs/dayjs.min.js
var dayjs_min = __webpack_require__(61186);
var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min);
@ -689,7 +689,7 @@ var Journal = function Journal() {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: Detailmodules.icon,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-bianji14 mr10",
className: "iconfont icon-bianji2 mr10 current",
onClick: function onClick() {
setEditId(article === null || article === void 0 ? void 0 : article.id);
modifyForm.setFieldsValue({
@ -700,7 +700,7 @@ var Journal = function Journal() {
setModify(2);
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-shanchu13"
className: "iconfont icon-a-bianzu14beifen current"
})]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
@ -769,55 +769,60 @@ var Journal = function Journal() {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ../../img/megModalSty.png */ 10036),
className: Detailmodules.bgImg
}), /*#__PURE__*/(0,jsx_runtime.jsxs)(es_form/* default */.Z, {
form: modifyForm,
onFinish: handleModifyFinish,
scrollToFirstError: true,
size: "large"
// layout="vertical"
,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "title",
label: "\u7A3F\u4EF6\u6807\u9898",
rules: [{
required: true,
message: "请输入稿件标题"
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
size: "large",
maxLength: 50,
showCount: true,
placeholder: "\u8BF7\u8F93\u5165\u7A3F\u4EF6\u6807\u9898",
style: {
width: "770px"
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "category_id",
label: "\u680F\u76EE",
rules: [{
required: true,
message: "请选择栏目"
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
width: "770px"
},
size: "large",
placeholder: "\u8BF7\u9009\u62E9\u680F\u76EE",
options: columnList,
fieldNames: {
label: 'name',
value: 'id'
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "attachment_id",
label: "\u9644\u4EF6",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(MultiUpload/* default */.Z, {
number: 1
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Detailmodules.formSty,
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_form/* default */.Z, {
form: modifyForm,
onFinish: handleModifyFinish,
scrollToFirstError: true,
size: "large",
colon: false
// layout="vertical"
,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "title",
label: "\u7A3F\u4EF6\u6807\u9898",
rules: [{
required: true,
message: "请输入稿件标题"
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
size: "large",
maxLength: 50,
showCount: true,
placeholder: "\u8BF7\u8F93\u5165\u7A3F\u4EF6\u6807\u9898",
style: {
width: "770px"
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "category_id",
label: "\u680F\u76EE",
rules: [{
required: true,
message: "请选择栏目"
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
width: "770px"
},
size: "large",
placeholder: "\u8BF7\u9009\u62E9\u680F\u76EE",
options: columnList,
fieldNames: {
label: 'name',
value: 'id'
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "attachment_id",
label: "\u9644\u4EF6",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(MultiUpload/* default */.Z, {
number: 1
})
})]
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(PreviewAll/* default */.Z, {
close: true,
@ -2074,7 +2079,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAoCAYAAACb
\***************************************************/
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
module.exports = __webpack_require__.p + "static/megModalSty.1c2177e5.png";
module.exports = __webpack_require__.p + "static/megModalSty.6a3d91b8.png";
/***/ }),

@ -18,8 +18,12 @@
.wrap___tIUGb {
width: 100%;
min-height: 700px;
padding-right: 30px;
padding-left: 30px;
padding: 30px 55px;
background: linear-gradient(180deg, #224392 0%, #5B6BC7 100%);
box-shadow: 0px 2px 4px 0px #435FCC;
border-radius: 8px;
border: 1px solid;
border-image: linear-gradient(135deg, #4363dd, rgba(44, 44, 166, 0.66)) 1 1;
}
.wrap___tIUGb .topWrap___CXoWL {
display: flex;

@ -448,7 +448,7 @@ var Journal = function Journal() {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: "\u7F16\u8F91",
children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-bianji14 mr10 current",
className: "iconfont icon-bianji2 mr10 current",
style: {
color: '#5980FC',
fontSize: '24px'
@ -466,7 +466,7 @@ var Journal = function Journal() {
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: "\u5220\u9664",
children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-shanchu13 current",
className: "iconfont icon-a-bianzu14beifen current",
style: {
color: '#5980FC',
fontSize: '24px'

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 588 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 650 KiB

File diff suppressed because one or more lines are too long

@ -650,20 +650,136 @@ mark {
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/styles/iconzzxy/iconfont.css ***!
\*************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
font-family: "iconzzxy"; /* Project id 4819354 */
src: url(./static/iconfont.687d9910.woff2) format('woff2'),
url(./static/iconfont.4f229b22.woff) format('woff'),
url(./static/iconfont.3bcfc312.ttf) format('truetype');
font-family: "iconfont"; /* Project id 4819354 */
src: url(./static/iconfont.586a0bc9.woff2) format('woff2'),
url(./static/iconfont.482fbd61.woff) format('woff'),
url(./static/iconfont.00683f1e.ttf) format('truetype');
}
.iconzzxy {
font-family: "iconzzxy" !important;
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-yibohui:before {
content: "\e645";
}
.icon-yitongguo:before {
content: "\e646";
}
.icon-weishenhe:before {
content: "\e647";
}
.icon-bianji2:before {
content: "\e644";
}
.icon-a-bianzu14beifen:before {
content: "\e643";
}
.icon-chakan:before {
content: "\e641";
}
.icon-bianji1:before {
content: "\e642";
}
.icon-quxiaogongkai:before {
content: "\e63f";
}
.icon-fabuhuodong:before {
content: "\e640";
}
.icon-shanchu:before {
content: "\e63e";
}
.icon-kaifangshiyanyuyue:before {
content: "\e61a";
}
.icon-xuexipaihangbang:before {
content: "\e63b";
}
.icon-fanhui1:before {
content: "\e63c";
}
.icon-shangchuan:before {
content: "\e63d";
}
.icon-zaixianliaotian:before {
content: "\e637";
}
.icon-yijiejue:before {
content: "\e638";
}
.icon-faqitiwen:before {
content: "\e639";
}
.icon-xinzengzhuanjia:before {
content: "\e63a";
}
.icon-zuixinwenti:before {
content: "\e636";
}
.icon-jia:before {
content: "\e632";
}
.icon-geifen:before {
content: "\e633";
}
.icon-dianzan:before {
content: "\e634";
}
.icon-bianji:before {
content: "\e635";
}
.icon-zhuanjiaxinxi:before {
content: "\e62c";
}
.icon-wodezhibanriqi:before {
content: "\e62d";
}
.icon-xiaoxi:before {
content: "\e62e";
}
.icon-sousuo:before {
content: "\e62f";
}
.icon-pinglun:before {
content: "\e630";
}
.icon-gongkai:before {
content: "\e631";
}
.icon-riqi:before {
content: "\e629";
}
@ -744,10 +860,6 @@ mark {
content: "\e619";
}
.icon-kaifangshiyanyuyue:before {
content: "\e61a";
}
.icon-shiyanshizhongxinguanli:before {
content: "\e613";
}
Loading…
Cancel
Save