diff --git a/17781.44ae7f4d.async.js b/17781.9e7c059e.async.js
similarity index 99%
rename from 17781.44ae7f4d.async.js
rename to 17781.9e7c059e.async.js
index f2e04cc8c3..106a38bc5c 100644
--- a/17781.44ae7f4d.async.js
+++ b/17781.9e7c059e.async.js
@@ -109,9 +109,7 @@ var List = /*#__PURE__*/(0,_react_17_0_2_react.forwardRef)(function (_ref, ref)
_ref$onSelectCheckBox = _ref.onSelectCheckBox,
onSelectCheckBox = _ref$onSelectCheckBox === void 0 ? function () {} : _ref$onSelectCheckBox,
_ref$showCheckbox = _ref.showCheckbox,
- showCheckbox = _ref$showCheckbox === void 0 ? true : _ref$showCheckbox,
- _ref$isWrongList = _ref.isWrongList,
- isWrongList = _ref$isWrongList === void 0 ? false : _ref$isWrongList;
+ showCheckbox = _ref$showCheckbox === void 0 ? true : _ref$showCheckbox;
var _useState = (0,_react_17_0_2_react.useState)(false),
_useState2 = slicedToArray_default()(_useState, 2),
visible = _useState2[0],
@@ -306,20 +304,22 @@ var List = /*#__PURE__*/(0,_react_17_0_2_react.forwardRef)(function (_ref, ref)
checked: selectIds.includes(data.id)
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
- display: 'flex'
+ display: 'flex',
+ alignItems: 'center'
},
onClick: function onClick() {
- if (data.is_warning && isWrongList) {
+ if (data.is_warning) {
return;
}
setVisible(!visible);
},
className: Topicmodules.title,
- children: [data.is_warning && isWrongList && /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
+ children: [data.is_warning && /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
style: {
- marginRight: 8
+ marginRight: 5,
+ color: '#FF9300'
},
- className: "iconfont icon-tishi7"
+ className: "iconfont icon-tishi7 font14"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(RenderHtml/* default */.Z, {
showLines: 1,
showTextOnly: true,
@@ -328,7 +328,7 @@ var List = /*#__PURE__*/(0,_react_17_0_2_react.forwardRef)(function (_ref, ref)
}, 1)]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
onClick: function onClick() {
- if (data.is_warning && isWrongList) {
+ if (data.is_warning) {
return;
}
setVisible(!visible);
diff --git a/index.html b/index.html
index a5db29927e..052afa3d50 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
display: block !important;
}
-
+