Auto Submit

dev_local_v9_test4
autosubmit 1 year ago
parent c31bef51d8
commit a125910d95

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

@ -292,6 +292,7 @@
display: flex;
color: #FFFFFF;
padding: 20rem 14rem;
cursor: pointer;
}
.center___c6ov9 .li___A7FWO img {
width: 130rem;
@ -360,6 +361,7 @@
height: 110rem;
display: flex;
color: #FFFFFF;
cursor: pointer;
}
.center___axRLa .li___xxNrH img {
width: 160rem;

@ -761,6 +761,9 @@ var Experiment_CustomTabs = function CustomTabs(_ref) {
var substance_names = item === null || item === void 0 || (_item$substance_names = item.substance_names) === null || _item$substance_names === void 0 ? void 0 : _item$substance_names.join('、');
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Experimentmodules.li,
onClick: function onClick() {
return (0,util/* openNewWindow */.xg)("/laboratory/openReservation/".concat(item.id, "?labName=").concat(item === null || item === void 0 ? void 0 : item.name, "&roomName=").concat(item === null || item === void 0 ? void 0 : item.classroom_room_name));
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: "".concat(env/* default */.Z.IMG_SERVER, "/").concat(item === null || item === void 0 ? void 0 : item.image)
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {
@ -944,6 +947,9 @@ var Activity_CustomTabs = function CustomTabs(_ref) {
}).join('、');
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Activitymodules.li,
onClick: function onClick() {
return (0,util/* openNewWindow */.xg)("/practices/".concat(item === null || item === void 0 ? void 0 : item.id, "/detail"));
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: "".concat(env/* default */.Z.IMG_SERVER).concat(item === null || item === void 0 || (_item$bg_file = item.bg_file) === null || _item$bg_file === void 0 ? void 0 : _item$bg_file.url)
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {

@ -156,7 +156,6 @@
.content_list___NHPs3 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
/* 设置元素之间的间距 */
border-radius: 4px;

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