autoUpdataFile

dev_local_v9_haijunshiguan_net
eduauto 1 year ago
parent ec0fcb68ae
commit 00de9601e3

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

@ -65,6 +65,14 @@
color: #333;
font-weight: 500;
line-height: 26px;
width: 400px;
/* 设置容器的宽度 */
overflow: hidden;
/* 隐藏溢出的部分 */
white-space: nowrap;
/* 不换行 */
text-overflow: ellipsis;
/* 超出部分显示省略号 */
}
.icons___vPinv {
display: flex;

@ -834,9 +834,12 @@ var ProblemPractice = function ProblemPractice(_ref) {
}
}
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ProblemPracticemodules.name,
children: item === null || item === void 0 ? void 0 : item.name
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: item === null || item === void 0 ? void 0 : item.name,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ProblemPracticemodules.name,
children: item === null || item === void 0 ? void 0 : item.name
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: ProblemPracticemodules.question_count,
children: ["\u5171 ", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {

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