autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent fa35e7eeae
commit 16e8874480

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

@ -133,7 +133,13 @@ var Engineering = function Engineering(_ref) {
className: Indexmodules.left,
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "block_1 flex-col",
children: [!(user !== null && user !== void 0 && (_user$userInfo3 = user.userInfo) !== null && _user$userInfo3 !== void 0 && _user$userInfo3.specialist_id) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
margin: '10px 10px 0px 10px',
color: '#93ACFF'
},
children: "\u65E5\u5E38\u5DE5\u4F5C\u53F0"
}), !(user !== null && user !== void 0 && (_user$userInfo3 = user.userInfo) !== null && _user$userInfo3 !== void 0 && _user$userInfo3.specialist_id) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "".concat(location.pathname.indexOf("/counselling/myConsultation") > -1 ? "section_7" : "section_8", " flex-row"),
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(_umi_production_exports.Link, {
to: "/counselling/myConsultation",
@ -179,8 +185,11 @@ var Engineering = function Engineering(_ref) {
})
}), (0,authority/* isSuperAdmins */.Ny)() && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "text_8",
children: "\u2026\u2026\u2026\u2026\u2026\u5DE5\u4F5C\u53F0\u2026\u2026\u2026\u2026\u2026"
style: {
margin: '40px 10px 0px 10px',
color: '#93ACFF'
},
children: "\u7BA1\u7406\u5DE5\u4F5C\u53F0"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "".concat(location.pathname.indexOf("/counselling/expertSchedule") > -1 ? "section_7" : "section_8", " flex-row"),
style: {

@ -144,7 +144,13 @@ var Engineering = function Engineering(_ref) {
className: Homemodules.left,
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "block_1 flex-col",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
margin: '10px 10px 0px 10px',
color: '#93ACFF'
},
children: "\u65E5\u5E38\u5DE5\u4F5C\u53F0"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "".concat(isSelected("/magazinever/detail") ? "section_7" : "section_8", " flex-row"),
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(_umi_production_exports.Link, {
to: "/magazinever/detail",
@ -190,8 +196,11 @@ var Engineering = function Engineering(_ref) {
})
}), ((magazineCommentParams === null || magazineCommentParams === void 0 ? void 0 : magazineCommentParams.can_reviewed) || (user === null || user === void 0 || (_user$userInfo = user.userInfo) === null || _user$userInfo === void 0 ? void 0 : _user$userInfo.is_magazine_authors)) && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "text_8",
children: "\u2026\u2026\u2026\u2026\u2026\u5DE5\u4F5C\u53F0\u2026\u2026\u2026\u2026\u2026"
style: {
margin: '40px 10px 0px 10px',
color: '#93ACFF'
},
children: "\u7BA1\u7406\u5DE5\u4F5C\u53F0"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "".concat(isSelected("/magazinever/review") ? "section_7" : "section_8", " flex-row"),
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(_umi_production_exports.Link, {

@ -123,10 +123,12 @@
width: 100%;
display: flex;
margin-top: 30px;
height: calc(100vh - 400px);
min-height: 605px;
}
.detailWrap___ZjiJI .detailCon___KvaHJ .leftWrap___ryJ1V {
width: 400px;
height: 605px;
height: 100%;
background: linear-gradient(180deg, #0D2A6D 0%, #4B5DCD 100%);
box-shadow: inset 0px 1px 6px 0px #051E55;
border-radius: 4px;
@ -182,6 +184,8 @@
box-shadow: inset 0px 1px 6px 0px #051E55;
border-radius: 4px;
padding: 20px;
height: 100%;
overflow-y: auto;
}
.detailWrap___ZjiJI .detailCon___KvaHJ .rightWrap___fgkpp .itemWrap___ir4i9 {
width: 100%;

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