autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent fded25d1a6
commit 1138682d29

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

@ -1294,7 +1294,6 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
background: "#000",
justifyContent: 'space-between'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
@ -1473,7 +1472,6 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
marginLeft: '1vw',
fontSize: '1rem',
color: '#fff'
},
children: item === null || item === void 0 ? void 0 : item.count
@ -1618,7 +1616,8 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
marginTop: 20,
display: 'flex'
display: 'flex',
justifyContent: 'space-between'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Statisticsmodules.bordercoent1,

@ -298,10 +298,10 @@ button:active {
.bordercoent___lzkC7 {
padding: 20px 30px;
border-radius: 10px;
border: 1px solid #5C83BD;
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
background: rgba(4, 59, 158, 0.3);
border: 1px solid #5C83BD;
}
.identity_text___bzvDx {
font-size: 12px;

@ -62,12 +62,12 @@ var Engineering = function Engineering(_ref) {
}, [location.pathname]);
(0,_react_17_0_2_react.useEffect)(function () {
dispatch({
type: 'globalSetting/footerToggle',
type: 'globalSetting/headerFooterToggle',
payload: false
});
return function () {
dispatch({
type: 'globalSetting/footerToggle',
type: 'globalSetting/headerFooterToggle',
payload: true
});
};

@ -485,7 +485,7 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
case 3:
res = _context2.sent;
if (xz === 1) {
_umi_production_exports.history.push("/laboratory/reservations");
_umi_production_exports.history.push("/laboratoryOverview");
} else if (xz === 2) {
_umi_production_exports.history.push("/paths");
} else if (xz === 3) {

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