Auto Submit

dev_local_v9_test4
autosubmit 2 years ago
parent 0d380081e5
commit 329e9132b0

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

@ -398,7 +398,7 @@ var GLDevicesDialog = function GLDevicesDialog(_ref) {
/* harmony default export */ var InfoList_GLDevicesDialog = (GLDevicesDialog);
;// CONCATENATED MODULE: ./src/pages/Equipment/Information/InfoList/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var InfoListmodules = ({"search_params":"search_params___qdp66","search":"search___wEG7n","searchIcon":"searchIcon___orerQ","clear_Data":"clear_Data___M2GZV"});
/* harmony default export */ var InfoListmodules = ({"search_params":"search_params___qdp66","ellipsis":"ellipsis___PLgna","search":"search___wEG7n","searchIcon":"searchIcon___orerQ","clear_Data":"clear_Data___M2GZV"});
// EXTERNAL MODULE: ./src/utils/env.ts + 1 modules
var env = __webpack_require__(71681);
;// CONCATENATED MODULE: ./src/pages/Equipment/Information/InfoList/index.tsx
@ -701,13 +701,13 @@ var InfoList = function InfoList(_ref) {
key: 'classroom_name'
}, {
title: '设备标签',
width: 200,
ellipsis: true,
dataIndex: 'device_tag_name',
key: 'device_tag_name',
render: function render(text, record) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
style: {
textDecoration: 'underline'
},
className: InfoListmodules.ellipsis,
onClick: function onClick() {
setLableDialog(true);
queryLabel(record.id);

@ -110,6 +110,18 @@
.search_params___qdp66 [class~='ant-select-selection-item'] {
line-height: 34px !important;
}
.ellipsis___PLgna {
width: 120px;
/* 设置容器的固定宽度 */
white-space: nowrap;
/* 防止文本换行 */
overflow: hidden;
/* 隐藏溢出的内容 */
text-overflow: ellipsis;
/* 显示省略号 */
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.search___wEG7n {
margin-left: auto;
display: flex !important;

@ -238,7 +238,7 @@ var DeviceTypeDialog = function DeviceTypeDialog(_ref) {
/* harmony default export */ var Dialog = (DeviceTypeDialog);
;// CONCATENATED MODULE: ./src/pages/Equipment/Maintenance/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var Maintenancemodules = ({"header_div":"header_div___trzMW","header_title":"header_title___RyK0X","search":"search___lF9UC","searchIcon":"searchIcon___YY41x","search_params":"search_params___eBV0k","clear_Data":"clear_Data___Wcmtq"});
/* harmony default export */ var Maintenancemodules = ({"header_div":"header_div___trzMW","header_title":"header_title___RyK0X","search":"search___lF9UC","searchIcon":"searchIcon___YY41x","search_params":"search_params___eBV0k","clear_Data":"clear_Data___Wcmtq","ellipsis":"ellipsis___eB9rv"});
// EXTERNAL MODULE: ./src/styles/table_botton.less
var table_botton = __webpack_require__(743);
// EXTERNAL MODULE: ./src/.umi-production/exports.ts
@ -350,29 +350,28 @@ var DeviceTypePage = function DeviceTypePage(_ref) {
}();
var columns = [{
title: '类型名称',
width: 250,
width: 200,
ellipsis: true,
key: 'name',
dataIndex: 'name'
}, {
title: '关联设备数',
width: 120,
width: 100,
key: 'associated_device_count',
dataIndex: 'associated_device_count'
}, {
title: '支持实验项目数',
width: 120,
width: 100,
key: 'shixun_num',
dataIndex: 'shixun_num'
}, {
title: '支持实验课程数',
width: 120,
width: 100,
key: 'subject_num',
dataIndex: 'subject_num'
}, {
title: '操作手册',
width: 250,
ellipsis: true,
key: 'operate_manuals',
dataIndex: 'operate_manuals',
render: function render(text) {
@ -409,13 +408,14 @@ var DeviceTypePage = function DeviceTypePage(_ref) {
}, {
title: '类型说明',
key: 'description',
width: 250,
width: 200,
ellipsis: true,
dataIndex: 'description'
}, {
title: '操作',
fixed: 'right',
key: 'cz',
width: 150,
width: 200,
render: function render(_, record) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
@ -532,6 +532,9 @@ var DeviceTypePage = function DeviceTypePage(_ref) {
})]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
scroll: {
x: 1500
},
columns: columns,
dataSource: tableData,
pagination: false,

@ -115,6 +115,18 @@
cursor: pointer;
margin-top: 3px;
}
.ellipsis___eB9rv {
width: 120px;
/* 设置容器的固定宽度 */
white-space: nowrap;
/* 防止文本换行 */
overflow: hidden;
/* 隐藏溢出的内容 */
text-overflow: ellipsis;
/* 显示省略号 */
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.3.18@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.18@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/styles/table_botton.less ***!

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