autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 69ef74deea
commit 09fa9a0394

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

@ -1086,7 +1086,9 @@ var PollDetail = function PollDetail(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
children: ["\u89E3\u8BF4\u4EBA", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: Detailmodules.text,
children: questionInfo.participant || '--'
children: questionInfo === null || questionInfo === void 0 || (_questionInfo$narrato = questionInfo.narrator_users) === null || _questionInfo$narrato === void 0 ? void 0 : _questionInfo$narrato.map(function (e) {
return e.user_name;
}).join('、')
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {
@ -1094,9 +1096,7 @@ var PollDetail = function PollDetail(_ref) {
},
children: ["\u53C2\u4E0E\u4EBA", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: Detailmodules.text,
children: questionInfo === null || questionInfo === void 0 || (_questionInfo$narrato = questionInfo.narrator_users) === null || _questionInfo$narrato === void 0 ? void 0 : _questionInfo$narrato.map(function (e) {
return e.user_name;
}).join('、')
children: questionInfo.participant || '--'
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {

@ -101,20 +101,23 @@
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E {
width: 100%;
height: 20vh;
height: 22.7vh;
margin-bottom: 1vw;
background: rgba(9, 32, 93, 0.6);
padding: 1vw;
display: flex;
cursor: pointer;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E:last-child {
margin-bottom: 0;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E .one_img___cogcZ {
width: 28%;
height: 16.5vh;
width: 21.5%;
height: 19vh;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E .one_text___c499Y {
width: 57%;
margin-left: 1vw;
width: 61.5%;
margin-left: 2vw;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E .one_text___c499Y .one_title___MQP7E {
height: 7vh;
@ -127,6 +130,7 @@
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin-top: 2vh;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E .one_text___c499Y .one_neirong___o3V99 {
height: 9.6vh;
@ -143,7 +147,7 @@
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E .one_time___qYslU {
width: 12%;
margin-left: 2%;
height: 14vh;
height: 17.5vh;
background: rgba(255, 255, 255, 0.2);
border-radius: 1vh;
margin-top: 1vh;
@ -155,7 +159,8 @@
color: #fff;
font-size: 600;
text-align: center;
margin-top: 3vh;
margin-top: 4vh;
margin-bottom: 0.8vh;
}
.officialNotice___viNFQ .content___TPBj4 .content_right___HKM3Y .div_one___g6HzK .one_item___DF57E .one_time___qYslU .time_month___a7D0n {
color: #fff;

@ -220,7 +220,10 @@ var OfficialNotice = function OfficialNotice(_ref) {
}) : /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Practicesmodules.div_one,
children: tableData === null || tableData === void 0 ? void 0 : tableData.map(function (item, index) {
var _item$bg_file, _item$bg_file2;
var _item$narrator_users, _item$bg_file, _item$bg_file2;
var teacher = item === null || item === void 0 || (_item$narrator_users = item.narrator_users) === null || _item$narrator_users === void 0 ? void 0 : _item$narrator_users.map(function (e) {
return e.user_name;
}).join('、');
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Practicesmodules.one_item,
onClick: function onClick() {
@ -238,13 +241,33 @@ var OfficialNotice = function OfficialNotice(_ref) {
className: Practicesmodules.one_title,
children: item === null || item === void 0 ? void 0 : item.subject
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
placement: "topLeft",
title: item === null || item === void 0 ? void 0 : item.content,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Practicesmodules.one_neirong,
children: item === null || item === void 0 ? void 0 : item.content
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
color: '#fff',
fontWeight: 500
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
marginRight: 10,
fontWeight: 400,
color: 'rgba(255, 255, 255, 0.6)'
},
children: "\u89E3\u8BF4\u5458"
}), teacher || '--']
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
color: '#fff',
fontWeight: 500,
marginTop: '2vh'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
marginRight: 10,
fontWeight: 400,
color: 'rgba(255, 255, 255, 0.6)'
},
children: "\u53C2\u4E0E\u4EBA\u5458"
}), (item === null || item === void 0 ? void 0 : item.participant) || '--']
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Practicesmodules.one_time,

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