autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 6bb69397f3
commit a62354992c

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

@ -820,6 +820,7 @@ button:active {
background: rgba(4, 59, 158, 0.3);
border: 1rem solid #5C83BD;
width: 360rem;
overflow: auto;
}
.titlecount___Ffpk9 {
margin-top: 30rem;

@ -2096,7 +2096,8 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Adminmodules.bordercoent,
style: {
width: '1600rem'
width: '1600rem',
overflow: 'auto'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
@ -2164,7 +2165,8 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
marginRight: 0,
marginTop: 20
marginTop: 20,
height: '100%'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
pagination: false,

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