|
|
|
|
@ -454,7 +454,7 @@ var ChuSaiScrollList = function ChuSaiScrollList(_ref) {
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: ChuSaiPagelListmodules.syl_data_list,
|
|
|
|
|
children: csData === null || csData === void 0 ? void 0 : csData.map(function (item, index) {
|
|
|
|
|
var _item$team_name, _item$school_name;
|
|
|
|
|
var _ref2, _ref3;
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
className: ChuSaiPagelListmodules.syl_data_item,
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
@ -489,8 +489,8 @@ var ChuSaiScrollList = function ChuSaiScrollList(_ref) {
|
|
|
|
|
width: '2.3rem'
|
|
|
|
|
},
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: (item === null || item === void 0 || (_item$team_name = item.team_name) === null || _item$team_name === void 0 ? void 0 : _item$team_name.length) > 15 ? ChuSaiPagelListmodules.chaochuContent : '',
|
|
|
|
|
children: item === null || item === void 0 ? void 0 : item.team_name
|
|
|
|
|
className: ((_ref2 = csType == 3 ? item === null || item === void 0 ? void 0 : item.school_name : item === null || item === void 0 ? void 0 : item.team_name) === null || _ref2 === void 0 ? void 0 : _ref2.length) > 15 ? ChuSaiPagelListmodules.chaochuContent : '',
|
|
|
|
|
children: csType == 3 ? item === null || item === void 0 ? void 0 : item.school_name : item === null || item === void 0 ? void 0 : item.team_name
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
@ -501,8 +501,8 @@ var ChuSaiScrollList = function ChuSaiScrollList(_ref) {
|
|
|
|
|
marginRight: '0.1rem'
|
|
|
|
|
},
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: (item === null || item === void 0 || (_item$school_name = item.school_name) === null || _item$school_name === void 0 ? void 0 : _item$school_name.length) > 11 ? ChuSaiPagelListmodules.chaochuContent : '',
|
|
|
|
|
children: item === null || item === void 0 ? void 0 : item.school_name
|
|
|
|
|
className: ((_ref3 = csType == 3 ? item === null || item === void 0 ? void 0 : item.team_name : item === null || item === void 0 ? void 0 : item.school_name) === null || _ref3 === void 0 ? void 0 : _ref3.length) > 11 ? ChuSaiPagelListmodules.chaochuContent : '',
|
|
|
|
|
children: csType == 3 ? item === null || item === void 0 ? void 0 : item.team_name : item === null || item === void 0 ? void 0 : item.school_name
|
|
|
|
|
})
|
|
|
|
|
})]
|
|
|
|
|
}, index);
|