parent
bcd831690a
commit
45d8f230d3
@ -1,172 +0,0 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[27416],{
|
||||
|
||||
/***/ 3242:
|
||||
/*!*********************************************************!*\
|
||||
!*** ./src/pages/Equipment/Index/index.tsx + 1 modules ***!
|
||||
\*********************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
// ESM COMPAT FLAG
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"default": function() { return /* binding */ Index; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js
|
||||
var slicedToArray = __webpack_require__(79800);
|
||||
var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray);
|
||||
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js
|
||||
var _react_17_0_2_react = __webpack_require__(59301);
|
||||
;// CONCATENATED MODULE: ./src/pages/Equipment/Index/index.less?modules
|
||||
// extracted by mini-css-extract-plugin
|
||||
/* harmony default export */ var Indexmodules = ({"flex_box_center":"flex_box_center___jmmXe","flex_space_between":"flex_space_between___vxGWa","flex_box_vertical_center":"flex_box_vertical_center___SGwrN","flex_box_center_end":"flex_box_center_end___KiDj3","flex_box_column":"flex_box_column___Z6TVL","flex-col":"flex-col___ZnKoO","flex-row":"flex-row___pctXX","justify-start":"justify-start___csUBe","justify-center":"justify-center___kKub2","justify-end":"justify-end___n8cXO","justify-evenly":"justify-evenly___mjQm1","justify-around":"justify-around___JL_9s","justify-between":"justify-between___qTRS7","align-start":"align-start___lqbAM","align-center":"align-center___oDNBy","align-end":"align-end___Uiurd","all_box":"all_box___KMtnn","wrap":"wrap___mlbHv","left":"left___Nf96q","home":"home___NbuIk","info":"info___yN6lg","right":"right___GNnqh"});
|
||||
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/menu/index.js + 11 modules
|
||||
var menu = __webpack_require__(20834);
|
||||
// EXTERNAL MODULE: ./src/.umi-production/exports.ts
|
||||
var _umi_production_exports = __webpack_require__(88271);
|
||||
// EXTERNAL MODULE: ./src/assets/images/shiyanshi.png
|
||||
var shiyanshi = __webpack_require__(87072);
|
||||
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
|
||||
var jsx_runtime = __webpack_require__(37712);
|
||||
;// CONCATENATED MODULE: ./src/pages/Equipment/Index/index.tsx
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var SubMenu = menu/* default */.Z.SubMenu;
|
||||
|
||||
|
||||
|
||||
var Engineering = function Engineering(_ref) {
|
||||
var user = _ref.user,
|
||||
globalSetting = _ref.globalSetting,
|
||||
engineering = _ref.engineering,
|
||||
dispatch = _ref.dispatch;
|
||||
var location = (0,_umi_production_exports.useLocation)();
|
||||
var _useState = (0,_react_17_0_2_react.useState)(1),
|
||||
_useState2 = slicedToArray_default()(_useState, 2),
|
||||
menuKey = _useState2[0],
|
||||
setMenuKey = _useState2[1];
|
||||
(0,_react_17_0_2_react.useEffect)(function () {
|
||||
if (location.pathname == '/equipment') {
|
||||
_umi_production_exports.history.replace('/equipment/information');
|
||||
}
|
||||
setMenuKey(function (e) {
|
||||
return e + 1;
|
||||
});
|
||||
}, [location.pathname]);
|
||||
(0,_react_17_0_2_react.useEffect)(function () {
|
||||
dispatch({
|
||||
type: 'globalSetting/footerToggle',
|
||||
payload: false
|
||||
});
|
||||
return function () {
|
||||
dispatch({
|
||||
type: 'globalSetting/footerToggle',
|
||||
payload: true
|
||||
});
|
||||
};
|
||||
}, []);
|
||||
function getItem(label, key, icon, children, type) {
|
||||
return {
|
||||
key: key,
|
||||
icon: icon,
|
||||
children: children,
|
||||
label: label,
|
||||
type: type
|
||||
};
|
||||
}
|
||||
var items = [getItem('设备信息管理', '/equipment/information', /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-shebeixinxiguanli"
|
||||
})),
|
||||
// getItem('预约管理', '/equipment/bookingManage', <i className="iconfont icon-shebeibaofei-2"></i>),
|
||||
getItem('设备在线监控', '/equipment/working', /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-shebeiyunhangjiankong"
|
||||
})), getItem('设备类型管理', '/equipment/maintenance', /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-shebeiweixiujilu"
|
||||
})),
|
||||
// getItem('设备标签管理', '/equipment/deviceLabel', <i className="iconfont icon-shebeibaofei-2"></i>),
|
||||
getItem('保养信息管理', '/equipment/faultlibrary', /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-shebeibaofei-2"
|
||||
})), getItem('消息中心', '/equipment/messageCenterManage', /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-shebeibaofei-2"
|
||||
})), getItem('操作日志', '/equipment/actionlog', /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-shebeibaofei-2"
|
||||
}))];
|
||||
|
||||
// 获取所有二级菜单项的key
|
||||
var allSubMenuKeys = items.filter(function (item) {
|
||||
return item === null || item === void 0 ? void 0 : item.children;
|
||||
}).map(function (item) {
|
||||
return item.key;
|
||||
});
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: Indexmodules.all_box,
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: Indexmodules.wrap,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: Indexmodules.left,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {
|
||||
className: Indexmodules.home,
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "mr15",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
||||
width: 22,
|
||||
src: shiyanshi,
|
||||
style: {
|
||||
marginTop: "3px"
|
||||
}
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: Indexmodules.info,
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
children: "\u8BBE\u5907\u7BA1\u7406"
|
||||
})
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default */.Z, {
|
||||
defaultSelectedKeys: [location === null || location === void 0 ? void 0 : location.pathname],
|
||||
defaultOpenKeys: allSubMenuKeys,
|
||||
mode: "inline",
|
||||
theme: "light",
|
||||
items: items,
|
||||
onClick: function onClick(item) {
|
||||
_umi_production_exports.history.push(item === null || item === void 0 ? void 0 : item.key);
|
||||
}
|
||||
}, menuKey)]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: Indexmodules.right,
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)(_umi_production_exports.Outlet, {})
|
||||
})]
|
||||
})
|
||||
});
|
||||
};
|
||||
/* harmony default export */ var Index = ((0,_umi_production_exports.connect)(function (_ref2) {
|
||||
var globalSetting = _ref2.globalSetting,
|
||||
user = _ref2.user,
|
||||
engineering = _ref2.engineering,
|
||||
dispatch = _ref2.dispatch;
|
||||
return {
|
||||
user: user,
|
||||
globalSetting: globalSetting,
|
||||
engineering: engineering,
|
||||
dispatch: dispatch
|
||||
};
|
||||
})(Engineering));
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 87072:
|
||||
/*!*****************************************!*\
|
||||
!*** ./src/assets/images/shiyanshi.png ***!
|
||||
\*****************************************/
|
||||
/***/ (function(module) {
|
||||
|
||||
module.exports = "data:image/png;base64,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";
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
@ -0,0 +1,129 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[27416],{
|
||||
|
||||
/***/ 3242:
|
||||
/*!*********************************************************!*\
|
||||
!*** ./src/pages/Equipment/Index/index.tsx + 1 modules ***!
|
||||
\*********************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
// ESM COMPAT FLAG
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
|
||||
// EXPORTS
|
||||
__webpack_require__.d(__webpack_exports__, {
|
||||
"default": function() { return /* binding */ Index; }
|
||||
});
|
||||
|
||||
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js
|
||||
var _react_17_0_2_react = __webpack_require__(59301);
|
||||
;// CONCATENATED MODULE: ./src/pages/Equipment/Index/index.less?modules
|
||||
// extracted by mini-css-extract-plugin
|
||||
/* harmony default export */ var Indexmodules = ({"flex_box_center":"flex_box_center___jmmXe","flex_space_between":"flex_space_between___vxGWa","flex_box_vertical_center":"flex_box_vertical_center___SGwrN","flex_box_center_end":"flex_box_center_end___KiDj3","flex_box_column":"flex_box_column___Z6TVL","flex-col":"flex-col___ZnKoO","flex-row":"flex-row___pctXX","justify-start":"justify-start___csUBe","justify-center":"justify-center___kKub2","justify-end":"justify-end___n8cXO","justify-evenly":"justify-evenly___mjQm1","justify-around":"justify-around___JL_9s","justify-between":"justify-between___qTRS7","align-start":"align-start___lqbAM","align-center":"align-center___oDNBy","align-end":"align-end___Uiurd","MenuStyles":"MenuStyles___BHYdE","MenuStylesItem":"MenuStylesItem___cnAZu","MenuStylesItemActive":"MenuStylesItemActive___KgmGV","ContentStyles":"ContentStyles___Mfx8e"});
|
||||
// EXTERNAL MODULE: ./src/.umi-production/exports.ts
|
||||
var _umi_production_exports = __webpack_require__(88271);
|
||||
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
|
||||
var jsx_runtime = __webpack_require__(37712);
|
||||
;// CONCATENATED MODULE: ./src/pages/Equipment/Index/index.tsx
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var Engineering = function Engineering(_ref) {
|
||||
var user = _ref.user,
|
||||
globalSetting = _ref.globalSetting,
|
||||
engineering = _ref.engineering,
|
||||
dispatch = _ref.dispatch;
|
||||
var location = (0,_umi_production_exports.useLocation)();
|
||||
(0,_react_17_0_2_react.useEffect)(function () {
|
||||
if (location.pathname == '/equipment') {
|
||||
_umi_production_exports.history.replace('/equipment/information');
|
||||
}
|
||||
}, [location.pathname]);
|
||||
(0,_react_17_0_2_react.useEffect)(function () {
|
||||
dispatch({
|
||||
type: 'globalSetting/footerToggle',
|
||||
payload: false
|
||||
});
|
||||
return function () {
|
||||
dispatch({
|
||||
type: 'globalSetting/footerToggle',
|
||||
payload: true
|
||||
});
|
||||
};
|
||||
}, []);
|
||||
function getItem(label, key, icon, children, type) {
|
||||
return {
|
||||
key: key,
|
||||
icon: icon,
|
||||
children: children,
|
||||
label: label,
|
||||
type: type
|
||||
};
|
||||
}
|
||||
var items = [getItem('设备信息管理', '/equipment/information', /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-shebeixinxiguanli"
|
||||
})),
|
||||
// getItem('预约管理', '/equipment/bookingManage', <i className="iconfont icon-shebeibaofei-2"></i>),
|
||||
getItem('设备在线监控', '/equipment/working', /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-shebeiyunhangjiankong"
|
||||
})), getItem('设备类型管理', '/equipment/maintenance', /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-shebeiweixiujilu"
|
||||
})),
|
||||
// getItem('设备标签管理', '/equipment/deviceLabel', <i className="iconfont icon-shebeibaofei-2"></i>),
|
||||
getItem('保养信息管理', '/equipment/faultlibrary', /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-shebeibaofei-2"
|
||||
})), getItem('消息中心', '/equipment/messageCenterManage', /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-shebeibaofei-2"
|
||||
})), getItem('操作日志', '/equipment/actionlog', /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
||||
className: "iconfont icon-shebeibaofei-2"
|
||||
}))];
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "flex p20 pl30 pr30",
|
||||
style: {
|
||||
gap: "20px",
|
||||
height: "calc(100vh - 82px)"
|
||||
},
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "p10 ".concat(Indexmodules.MenuStyles, " flex flex-col"),
|
||||
children: items === null || items === void 0 ? void 0 : items.map(function (item) {
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "flex items-center justify-center current ".concat(Indexmodules.MenuStylesItem, " ").concat(location.pathname === (item === null || item === void 0 ? void 0 : item.key) ? Indexmodules.MenuStylesItemActive : ''),
|
||||
style: {
|
||||
gap: "10px"
|
||||
},
|
||||
onClick: function onClick(e) {
|
||||
_umi_production_exports.history.push(item === null || item === void 0 ? void 0 : item.key);
|
||||
},
|
||||
children: [item === null || item === void 0 ? void 0 : item.icon, /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "flex-1",
|
||||
style: {
|
||||
minWidth: 0
|
||||
},
|
||||
children: item === null || item === void 0 ? void 0 : item.label
|
||||
})]
|
||||
}, item === null || item === void 0 ? void 0 : item.key);
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "flex-1 p20 ".concat(Indexmodules.ContentStyles),
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)(_umi_production_exports.Outlet, {})
|
||||
})]
|
||||
});
|
||||
};
|
||||
/* harmony default export */ var Index = ((0,_umi_production_exports.connect)(function (_ref2) {
|
||||
var globalSetting = _ref2.globalSetting,
|
||||
user = _ref2.user,
|
||||
engineering = _ref2.engineering,
|
||||
dispatch = _ref2.dispatch;
|
||||
return {
|
||||
user: user,
|
||||
globalSetting: globalSetting,
|
||||
engineering: engineering,
|
||||
dispatch: dispatch
|
||||
};
|
||||
})(Engineering));
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
File diff suppressed because one or more lines are too long
@ -1,158 +0,0 @@
|
||||
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** 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.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/styles/table_botton.less ***!
|
||||
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
.tag_btn,
|
||||
.info,
|
||||
.update,
|
||||
.xiajia,
|
||||
.yuyue_info,
|
||||
.yuyue_clear,
|
||||
.yuyue_update,
|
||||
.baofei_info,
|
||||
.yichang_info {
|
||||
display: inline-block;
|
||||
width: 44px;
|
||||
margin-right: 10px;
|
||||
padding: 1px 0px;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
border-radius: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.info {
|
||||
color: #0370d5;
|
||||
background: rgba(3, 112, 213, 0.1);
|
||||
border: 1px solid #0370d5;
|
||||
}
|
||||
.update {
|
||||
color: #019158;
|
||||
background: rgba(1, 145, 88, 0.1);
|
||||
border: 1px solid #019158;
|
||||
}
|
||||
.xiajia {
|
||||
color: #fe5050;
|
||||
background: rgba(254, 80, 80, 0.1);
|
||||
border: 1px solid #fe5050;
|
||||
}
|
||||
.yuyue_info {
|
||||
width: 72px;
|
||||
color: #0370d5;
|
||||
background: rgba(3, 112, 213, 0.1);
|
||||
border: 1px solid #0370d5;
|
||||
}
|
||||
.yuyue_clear {
|
||||
width: 72px;
|
||||
color: #fa6400;
|
||||
background: rgba(250, 100, 0, 0.1);
|
||||
border: 1px solid #fa6400;
|
||||
}
|
||||
.yuyue_update {
|
||||
width: 72px;
|
||||
color: #019158;
|
||||
background: rgba(1, 145, 88, 0.1);
|
||||
border: 1px solid #019158;
|
||||
}
|
||||
.baofei_info {
|
||||
width: 72px;
|
||||
color: #fe5050;
|
||||
background: rgba(254, 80, 80, 0.1);
|
||||
border: 1px solid #fe5050;
|
||||
}
|
||||
.yichang_info {
|
||||
width: 96px;
|
||||
color: #0370d5;
|
||||
background: rgba(3, 112, 213, 0.1);
|
||||
border: 1px solid #0370d5;
|
||||
}
|
||||
|
||||
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Equipment/Information/InfoList/index.less?modules ***!
|
||||
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
.search_params___qdp66 {
|
||||
display: flex;
|
||||
}
|
||||
.search_params___qdp66 [class~='ant-form-item'] {
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
.search_params___qdp66 [class~='ant-form-item'] [class~='ant-form-item-label'] {
|
||||
text-align: right !important;
|
||||
}
|
||||
.search_params___qdp66 [class~='ant-form-item'] [class~='ant-form-item-label'] label {
|
||||
color: #666 !important;
|
||||
display: block !important;
|
||||
height: 36px !important;
|
||||
line-height: 36px !important;
|
||||
}
|
||||
.search_params___qdp66 [class~='ant-select-selector'] {
|
||||
height: 36px !important;
|
||||
}
|
||||
.search_params___qdp66 [class~='ant-picker'] {
|
||||
height: 36px !important;
|
||||
}
|
||||
.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;
|
||||
align-items: center !important;
|
||||
overflow: hidden;
|
||||
border-radius: 19px;
|
||||
height: 38px;
|
||||
width: 268px;
|
||||
padding-left: 8px;
|
||||
background-color: #f6f7f9;
|
||||
border: none;
|
||||
}
|
||||
.search___wEG7n span[class~='ant-input-search-icon'] {
|
||||
display: none !important;
|
||||
}
|
||||
.search___wEG7n [class~='ant-input-affix-wrapper'] {
|
||||
background-color: #f6f7f9 !important;
|
||||
border: none !important;
|
||||
}
|
||||
.search___wEG7n [class~='ant-input-affix-wrapper'] {
|
||||
outline: none !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.search___wEG7n span[class~='ant-input-group-addon'] {
|
||||
display: none !important;
|
||||
}
|
||||
.search___wEG7n .searchIcon___orerQ {
|
||||
margin-right: 14px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.search___wEG7n input {
|
||||
background-color: #f6f7f9 !important;
|
||||
}
|
||||
.clear_Data___M2GZV {
|
||||
height: 32px;
|
||||
background: #3061D0;
|
||||
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
||||
border-radius: 2px;
|
||||
font-size: 14px;
|
||||
font-family: PingFangSC, PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
line-height: 32px;
|
||||
margin-left: auto;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@ -0,0 +1,53 @@
|
||||
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Equipment/Information/InfoList/index.less?modules ***!
|
||||
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
.FormStyle___bUUkD [class~="ant-form-item-label"] > label {
|
||||
color: #90AAFF;
|
||||
}
|
||||
.FormStyle___bUUkD [class~="ant-input-affix-wrapper"],
|
||||
.FormStyle___bUUkD [class~="ant-select-selector"] {
|
||||
background-color: #17378A !important;
|
||||
box-shadow: inset 0px 1px 3px 0px rgba(29, 29, 29, 0.5);
|
||||
border-radius: 4px !important;
|
||||
color: #fff !important;
|
||||
border: none !important;
|
||||
}
|
||||
.FormStyle___bUUkD [class~="ant-select-arrow"] {
|
||||
color: #fff;
|
||||
}
|
||||
.FormStyle___bUUkD [class~="ant-input-affix-wrapper"] > input::-webkit-input-placeholder {
|
||||
background: none !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
.FormStyle___bUUkD [class~="ant-input-affix-wrapper"] > input:-ms-input-placeholder {
|
||||
background: none !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
.FormStyle___bUUkD [class~="ant-input-affix-wrapper"] > input::-ms-input-placeholder {
|
||||
background: none !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
.FormStyle___bUUkD [class~="ant-input-affix-wrapper"] > input::placeholder,
|
||||
.FormStyle___bUUkD [class~="ant-input-affix-wrapper"] > input {
|
||||
background: none !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
.TitleStyle___wXHTJ table {
|
||||
border-spacing: 0 10px;
|
||||
}
|
||||
.TitleStyle___wXHTJ [class~="ant-table"] {
|
||||
background: none;
|
||||
}
|
||||
.TitleStyle___wXHTJ [class~="ant-table-cell"] {
|
||||
background: linear-gradient(180deg, #355EBB 0%, #2737A7 100%) !important;
|
||||
border-right: none !important;
|
||||
color: #FFFFFF !important;
|
||||
border-image: linear-gradient(360deg, #4695e6, #5f9ae8) 1 1;
|
||||
}
|
||||
.TitleStyle___wXHTJ [class~="ant-table-cell"]::before {
|
||||
display: none;
|
||||
}
|
||||
.TitleStyle___wXHTJ [class~="ant-table-row"] {
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue