autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 462852a030
commit 97c0865670

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

@ -493,6 +493,9 @@ var OpenReservationDetail = function OpenReservationDetail(_ref) {
},
src: (env/* default */.Z === null || env/* default */.Z === void 0 ? void 0 : env/* default */.Z.IMG_SERVER) + '/' + (titledata === null || titledata === void 0 ? void 0 : titledata.image)
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
width: '100%'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
@ -513,8 +516,7 @@ var OpenReservationDetail = function OpenReservationDetail(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
marginTop: 20,
display: 'flex',
justifyContent: 'space-between'
display: 'flex'
},
children: (_ref3 = [{
name: '教员',

@ -321,7 +321,7 @@ button:active {
border-radius: 6px;
padding: 40px 10px;
text-align: center;
width: 230px;
width: 25%;
height: 140px;
}
.headerdiv___woAn5 .titlename___gvc79 {

@ -41,7 +41,7 @@
margin-top: 10px;
}
.wrap___y_pO6 .header___dv0gH .header_params___pGuQn .headerdiv___NRmnU {
width: 230px;
width: 25%;
height: 140px;
background: #1C367E;
border-radius: 6px;

@ -1697,14 +1697,16 @@ var Info_Navigation = function Navigation(_ref) {
src: roomInfo !== null && roomInfo !== void 0 && roomInfo.image ? env/* default */.Z.API_SERVER + '/' + (roomInfo === null || roomInfo === void 0 ? void 0 : roomInfo.image) : roomInitImg
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Infomodules.header_params,
style: {
width: '100%'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Infomodules.header_title,
children: roomInfo === null || roomInfo === void 0 ? void 0 : roomInfo.title
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
marginTop: 20,
display: 'flex',
justifyContent: 'space-between'
display: 'flex'
},
children: (_ref2 = [{
name: '最大容量(人)',

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