Auto Submit

dev_local_v9_xingongdarengongzhineng
autosubmit 2 years ago
parent e4faf1b900
commit d42dc5c9d0

@ -1006,16 +1006,12 @@ var tooltip = __webpack_require__(6848);
var message = __webpack_require__(8591);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/menu/index.js + 11 modules
var es_menu = __webpack_require__(20834);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/spin/index.js + 1 modules
var spin = __webpack_require__(71418);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/row/index.js
var row = __webpack_require__(95237);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/col/index.js
var col = __webpack_require__(43604);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/dropdown/index.js + 1 modules
var dropdown = __webpack_require__(38854);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules
var modal = __webpack_require__(43418);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/spin/index.js + 1 modules
var spin = __webpack_require__(71418);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/button/index.js
var es_button = __webpack_require__(3113);
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.2@@babel/runtime/helpers/toConsumableArray.js
@ -1023,6 +1019,10 @@ var toConsumableArray = __webpack_require__(93923);
var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tree/index.js + 8 modules
var tree = __webpack_require__(51218);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/dropdown/index.js + 1 modules
var dropdown = __webpack_require__(38854);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules
var modal = __webpack_require__(43418);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/switch/index.js + 2 modules
var es_switch = __webpack_require__(78673);
// EXTERNAL MODULE: ./node_modules/_react-copy-to-clipboard@5.0.2@react-copy-to-clipboard/lib/index.js
@ -3410,14 +3410,13 @@ var Warehouse_excluded = ["globalSetting", "loading", "dispatch", "practiceSetti
// import Complete from '../../components/Complete';
var TabPane = tabs/* default */.Z.TabPane;
var Warehouse = function Warehouse(_ref) {
var _shixunsDetail$fileCo10, _practiceSetting$side2, _practiceSetting$side6, _shixunsDetail$detail4, _shixunsDetail$detail5, _shixunsDetail$reposi, _shixunsDetail$secret, _shixunsDetail$reposi2, _shixunsDetail$secret2, _shixunsDetail$reposi3, _shixunsDetail$secret3, _practiceSetting$side8, _shixunsDetail$fileCo12, _shixunsDetail$fileCo13, _shixunsDetail$fileCo14, _shixunsDetail$fileCo15, _shixunsDetail$fileCo16, _practiceSetting$side9, _shixunsDetail$detail6;
var _shixunsDetail$fileCo10, _practiceSetting$side2, _practiceSetting$side6, _practiceSetting$side7, _shixunsDetail$fileCo12, _shixunsDetail$fileCo13, _shixunsDetail$fileCo14, _shixunsDetail$fileCo15, _shixunsDetail$fileCo16, _practiceSetting$side8, _shixunsDetail$detail4;
var globalSetting = _ref.globalSetting,
loading = _ref.loading,
dispatch = _ref.dispatch,
@ -3647,116 +3646,9 @@ var Warehouse = function Warehouse(_ref) {
return _ref3.apply(this, arguments);
};
}();
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Warehousemodules.warehouse,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Warehousemodules.header,
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, {
align: "middle",
className: "w100 c-white",
style: {
height: 60
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
flex: "1",
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, {
align: "middle",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(dropdown/* default */.Z, {
dropdownRender: function dropdownRender() {
return menu;
},
className: Warehousemodules.menu,
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
className: "font16 c-white current ml20",
children: [menuData.find(function (item) {
return item.id === activeKey;
})["name"], " ", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
color: "#B0B5D6"
},
className: "iconfont icon-sanjiaoxing font12"
})]
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
flex: "81px",
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Warehousemodules.line
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(tabs/* default */.Z, {
className: Warehousemodules.tabs,
activeKey: tabKey,
onChange: function onChange(key) {
var _practiceSetting$side7;
if (practiceSetting !== null && practiceSetting !== void 0 && (_practiceSetting$side7 = practiceSetting.sideBar) !== null && _practiceSetting$side7 !== void 0 && _practiceSetting$side7.confirmLeave) {
modal/* default */.Z.confirm({
title: "离开此页提示",
content: "系统可能不会保存您所做的更改。",
okText: "离开",
cancelText: "取消",
onOk: function onOk() {
setTabKey(key);
dispatch({
type: 'practiceSetting/setSideBarTabs',
payload: {
confirmLeave: false,
selectPath: ""
}
});
}
});
} else {
setTabKey(key);
dispatch({
type: 'practiceSetting/setSideBarTabs',
payload: {
confirmLeave: false,
selectPath: ""
}
});
}
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(TabPane, {
tab: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "leaveClick",
children: "\u4EE3\u7801\u6587\u4EF6"
})
}, "1"), isRepository && (shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$detail4 = shixunsDetail.detail) === null || _shixunsDetail$detail4 === void 0 ? void 0 : _shixunsDetail$detail4.init_repository) && /*#__PURE__*/(0,jsx_runtime.jsx)(TabPane, {
tab: "\u63D0\u4EA4\u8BB0\u5F55",
className: "leaveClick"
}, "2"), !isRepository && (shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$detail5 = shixunsDetail.detail) === null || _shixunsDetail$detail5 === void 0 ? void 0 : _shixunsDetail$detail5.secret_repository) && /*#__PURE__*/(0,jsx_runtime.jsx)(TabPane, {
tab: "\u63D0\u4EA4\u8BB0\u5F55",
className: "leaveClick"
}, "2")]
})
})]
})
}), (isRepository && (shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$reposi = shixunsDetail.repository) === null || _shixunsDetail$reposi === void 0 ? void 0 : _shixunsDetail$reposi.git_url) || !isRepository && (shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$secret = shixunsDetail.secretRepository) === null || _shixunsDetail$secret === void 0 ? void 0 : _shixunsDetail$secret.git_url)) && /*#__PURE__*/(0,jsx_runtime.jsx)(jsx_runtime.Fragment, {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(col/* default */.Z, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: Warehousemodules.title,
children: "\u4ED3\u5E93\u5730\u5740:"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("input", {
value: isRepository ? shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$reposi2 = shixunsDetail.repository) === null || _shixunsDetail$reposi2 === void 0 ? void 0 : _shixunsDetail$reposi2.git_url : shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$secret2 = shixunsDetail.secretRepository) === null || _shixunsDetail$secret2 === void 0 ? void 0 : _shixunsDetail$secret2.git_url
}), /*#__PURE__*/(0,jsx_runtime.jsx)(lib.CopyToClipboard, {
text: isRepository ? shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$reposi3 = shixunsDetail.repository) === null || _shixunsDetail$reposi3 === void 0 ? void 0 : _shixunsDetail$reposi3.git_url : shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$secret3 = shixunsDetail.secretRepository) === null || _shixunsDetail$secret3 === void 0 ? void 0 : _shixunsDetail$secret3.git_url,
onCopy: function onCopy() {
return message/* default */.ZP.success('复制成功');
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
placement: "topLeft",
title: "\u70B9\u51FB\u590D\u5236\u7248\u672C\u5E93",
children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-fuzhi2 current ml5 mr40"
})
})
})]
})
})]
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Warehousemodules.content,
style: {
overflow: 'auto'
@ -3777,7 +3669,7 @@ var Warehouse = function Warehouse(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {
className: Warehousemodules.right,
ref: ref,
children: [(practiceSetting === null || practiceSetting === void 0 || (_practiceSetting$side8 = practiceSetting.sideBar) === null || _practiceSetting$side8 === void 0 ? void 0 : _practiceSetting$side8.selectPath) !== '' && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
children: [(practiceSetting === null || practiceSetting === void 0 || (_practiceSetting$side7 = practiceSetting.sideBar) === null || _practiceSetting$side7 === void 0 ? void 0 : _practiceSetting$side7.selectPath) !== '' && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)(spin/* default */.Z, {
spinning: !!loading.effects['shixunsDetail/getFileContent'],
wrapperClassName: Warehousemodules.loading,
@ -3788,7 +3680,7 @@ var Warehouse = function Warehouse(_ref) {
className: "w100",
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "iconfont icon-daimacangku2 c-white"
className: "iconfont icon-daimacangku2"
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
flex: "40px",
@ -3810,18 +3702,21 @@ var Warehouse = function Warehouse(_ref) {
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: !!loading.effects['shixunsDetail/getFileContent'] ? "hide" : "show",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(PreviewAll/* default */.Z, {
className: "darkBlue",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(PreviewAll/* default */.Z
// className={`darkBlue`}
, {
style: {
top: 66,
height: "calc(100% - 60px)",
position: 'absolute',
zIndex: 1
zIndex: 1,
backgroundColor: "#fff"
},
filename: shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$fileCo12 = shixunsDetail.fileContent) === null || _shixunsDetail$fileCo12 === void 0 ? void 0 : _shixunsDetail$fileCo12.filename,
type: (shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$fileCo13 = shixunsDetail.fileContent) === null || _shixunsDetail$fileCo13 === void 0 ? void 0 : _shixunsDetail$fileCo13.file_type) === "office" ? "download" : shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$fileCo14 = shixunsDetail.fileContent) === null || _shixunsDetail$fileCo14 === void 0 ? void 0 : _shixunsDetail$fileCo14.file_type,
data: codeMirrorValue,
monacoEditor: {
theme: 'vs-light',
value: codeMirrorValue,
language: shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$fileCo15 = shixunsDetail.fileContent) === null || _shixunsDetail$fileCo15 === void 0 ? void 0 : _shixunsDetail$fileCo15.language,
onChange: function onChange(value) {
@ -3856,7 +3751,7 @@ var Warehouse = function Warehouse(_ref) {
})]
})
})]
}), (practiceSetting === null || practiceSetting === void 0 || (_practiceSetting$side9 = practiceSetting.sideBar) === null || _practiceSetting$side9 === void 0 ? void 0 : _practiceSetting$side9.selectPath) == '' && (shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$detail6 = shixunsDetail.detail) === null || _shixunsDetail$detail6 === void 0 ? void 0 : _shixunsDetail$detail6.init_repository) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
}), (practiceSetting === null || practiceSetting === void 0 || (_practiceSetting$side8 = practiceSetting.sideBar) === null || _practiceSetting$side8 === void 0 ? void 0 : _practiceSetting$side8.selectPath) == '' && (shixunsDetail === null || shixunsDetail === void 0 || (_shixunsDetail$detail4 = shixunsDetail.detail) === null || _shixunsDetail$detail4 === void 0 ? void 0 : _shixunsDetail$detail4.init_repository) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Warehousemodules.empty,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: ImagesIcon/* emptyIcon */.x7,
@ -3873,7 +3768,7 @@ var Warehouse = function Warehouse(_ref) {
isRepository: isRepository
})
})]
})]
})
});
};
/* harmony default export */ var body_Warehouse = ((0,_umi_production_exports.connect)(function (_ref4) {

@ -85,7 +85,7 @@
width: 25%;
max-width: 440px;
height: 100%;
background-color: #0a143d;
background-color: #fafafa;
overflow: auto;
display: box;
display: flex;
@ -114,7 +114,7 @@
display: flex;
align-items: flex-end;
height: 100%;
background: #0a0e2e;
background-color: #fff;
position: relative;
}
.warehouse___SVzfZ .content___pGWUf .right___RbSHM div[class~='my-codemirror-container'] {
@ -193,7 +193,7 @@
}
.footer___xymfv {
height: 70px;
background: #282e55;
background: #fafafa;
width: 100%;
z-index: 5;
}
@ -231,7 +231,7 @@
}
.filePath___qkzoJ span:after {
content: '/';
color: #fff;
color: black;
margin: 0 2px;
display: inline-block;
}
@ -239,7 +239,7 @@
color: #0152d9;
}
.filePath___qkzoJ span:nth-last-child(1) {
color: #fff;
color: black;
}
.filePath___qkzoJ span:nth-last-child(1):after {
display: none;
@ -754,7 +754,7 @@ span.CodeMirror-selectedtext { background: none; }
box-orient: block-axis;
}
.headLeft___CFA1O {
color: #fff;
color: #555a88;
font-size: 14px;
padding: 20px;
}
@ -793,11 +793,11 @@ span.CodeMirror-selectedtext { background: none; }
width: 100%;
}
.content___nlH4h [class~='ant-tree-treenode-selected']::before {
background: #2f3662 !important;
background: #f5f5f5 !important;
}
.content___nlH4h [class~='ant-tree-node-content-wrapper'] {
background: none !important;
color: #fff !important;
color: #2f3662 !important;
}
.content___nlH4h [class~='ant-tree-node-content-wrapper']:hover {
background: none !important;
@ -828,7 +828,7 @@ span.CodeMirror-selectedtext { background: none; }
transition: none !important;
}
.content___nlH4h [class~='ant-tree-treenode']:hover::before {
background: #2f3662 !important;
background: #f5f5f5 !important;
bottom: 0 !important;
}
.content___nlH4h [class~='ant-tree-treenode']:hover [class~='icon-gengduo2'] {
@ -851,7 +851,7 @@ span.CodeMirror-selectedtext { background: none; }
line-height: 24px !important;
}
.gitCode___jaHbo {
color: #fff;
color: #555a88;
padding: 32px 14px 0 20px;
font-size: 14px;
}
@ -896,7 +896,7 @@ ul.menu___E01hA [class~='ant-dropdown-menu-item-active'] {
.tips___XoHVF {
width: 100%;
padding: 0 20px;
color: #fff;
color: #555a88;
margin-bottom: 10px;
line-height: 22px;
text-align: justify;

File diff suppressed because it is too large Load Diff

@ -5,7 +5,7 @@
height: 100vh;
}
.practiceSetting___duHIg .wrapHeader___vb3NV {
height: 60px;
height: 70px;
}
.practiceSetting___duHIg .wrapLayout___z6EgF {
height: calc(100vh - 60px);
@ -62,7 +62,7 @@
display: flex;
justify-content: space-between;
align-items: center;
background-color: #121731;
background-color: #3e4571;
}
.header___HkrmL .flex-center___Xqcdj {
display: flex;
@ -172,6 +172,117 @@
margin-left: 20px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Shixuns/Edit/layout/Sidebar/index.less?modules ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___FN240 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___wjShI {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___HbcwC {
align-items: center;
box-align: center;
}
.flex_box_center_end___gj_ks {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___zxJPU {
flex-direction: column;
box-orient: block-axis;
}
.sidebar___OW5LG {
width: 100%;
height: 100%;
background-color: #3e4571;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.sidebar___OW5LG .items___j856O {
display: flex;
}
.sidebar___OW5LG .items___j856O .ant-tooltip-inner {
color: #333;
}
.sidebar___OW5LG .items___j856O .item___Zn_qr {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 80px;
height: 70px;
cursor: pointer;
position: relative;
}
.sidebar___OW5LG .items___j856O .item___Zn_qr .name___ZfhoC {
color: #fff;
}
.sidebar___OW5LG .items___j856O .item___Zn_qr i {
font-size: 22px;
color: #fff;
margin-bottom: 5px;
}
.sidebar___OW5LG .items___j856O .item___Zn_qr img {
position: absolute;
z-index: 1;
left: 42px;
width: 18px;
height: 18px;
top: 10px;
}
.sidebar___OW5LG .items___j856O .item___Zn_qr:hover {
background-color: rgba(24, 144, 255, 0.2);
}
.sidebar___OW5LG .items___j856O .itemActive___sW_Ri {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 80px;
height: 70px;
cursor: pointer;
position: relative;
background-color: #0152d9 !important;
}
.sidebar___OW5LG .items___j856O .itemActive___sW_Ri .name___ZfhoC {
color: #fff;
}
.sidebar___OW5LG .items___j856O .itemActive___sW_Ri i {
font-size: 22px;
color: #fff;
margin-bottom: 5px;
}
.sidebar___OW5LG .items___j856O .itemActive___sW_Ri img {
position: absolute;
z-index: 1;
left: 42px;
width: 18px;
height: 18px;
top: 10px;
}
.sidebar___OW5LG .items___j856O .itemActive___sW_Ri:hover {
background-color: rgba(24, 144, 255, 0.2);
}
.sidebar___OW5LG .question___yfIcY {
width: 100%;
position: relative;
text-align: center;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Shixuns/Edit/body/Information/index.less?modules ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@ -1704,7 +1815,7 @@ span.CodeMirror-selectedtext {
width: 25%;
max-width: 440px;
height: 100%;
background-color: #0a143d;
background-color: #fafafa;
overflow: auto;
display: box;
display: flex;
@ -1733,7 +1844,7 @@ span.CodeMirror-selectedtext {
display: flex;
align-items: flex-end;
height: 100%;
background: #0a0e2e;
background-color: #fff;
position: relative;
}
.warehouse___SVzfZ .content___pGWUf .right___RbSHM div[class~='my-codemirror-container'] {
@ -1812,7 +1923,7 @@ span.CodeMirror-selectedtext {
}
.footer___xymfv {
height: 70px;
background: #282e55;
background: #fafafa;
width: 100%;
z-index: 5;
}
@ -1850,7 +1961,7 @@ span.CodeMirror-selectedtext {
}
.filePath___qkzoJ span:after {
content: '/';
color: #fff;
color: black;
margin: 0 2px;
display: inline-block;
}
@ -1858,7 +1969,7 @@ span.CodeMirror-selectedtext {
color: #0152d9;
}
.filePath___qkzoJ span:nth-last-child(1) {
color: #fff;
color: black;
}
.filePath___qkzoJ span:nth-last-child(1):after {
display: none;
@ -1998,7 +2109,7 @@ span.CodeMirror-selectedtext {
box-orient: block-axis;
}
.headLeft___CFA1O {
color: #fff;
color: #555a88;
font-size: 14px;
padding: 20px;
}
@ -2037,11 +2148,11 @@ span.CodeMirror-selectedtext {
width: 100%;
}
.content___nlH4h [class~='ant-tree-treenode-selected']::before {
background: #2f3662 !important;
background: #f5f5f5 !important;
}
.content___nlH4h [class~='ant-tree-node-content-wrapper'] {
background: none !important;
color: #fff !important;
color: #2f3662 !important;
}
.content___nlH4h [class~='ant-tree-node-content-wrapper']:hover {
background: none !important;
@ -2072,7 +2183,7 @@ span.CodeMirror-selectedtext {
transition: none !important;
}
.content___nlH4h [class~='ant-tree-treenode']:hover::before {
background: #2f3662 !important;
background: #f5f5f5 !important;
bottom: 0 !important;
}
.content___nlH4h [class~='ant-tree-treenode']:hover [class~='icon-gengduo2'] {
@ -2095,7 +2206,7 @@ span.CodeMirror-selectedtext {
line-height: 24px !important;
}
.gitCode___jaHbo {
color: #fff;
color: #555a88;
padding: 32px 14px 0 20px;
font-size: 14px;
}
@ -2140,7 +2251,7 @@ ul.menu___E01hA [class~='ant-dropdown-menu-item-active'] {
.tips___XoHVF {
width: 100%;
padding: 0 20px;
color: #fff;
color: #555a88;
margin-bottom: 10px;
line-height: 22px;
text-align: justify;
@ -2304,7 +2415,6 @@ ul.menu___E01hA [class~='ant-dropdown-menu-item-active'] {
width: 25%;
height: 100%;
max-width: 440px;
background-color: #0a143d;
position: relative;
}
.level___W39_7 .left___xugM0 .container___MnoCi {
@ -2319,7 +2429,7 @@ ul.menu___E01hA [class~='ant-dropdown-menu-item-active'] {
}
.level___W39_7 .left___xugM0 .container___MnoCi .title___HNuSO {
font-size: 14px;
color: #ffffff;
color: #686f9a;
padding: 30px 0 10px 20px;
}
.level___W39_7 .left___xugM0 .container___MnoCi .listWrap___Oz5IK {
@ -2349,7 +2459,7 @@ ul.menu___E01hA [class~='ant-dropdown-menu-item-active'] {
justify-content: flex-start;
align-items: center;
font-size: 14px;
color: #fff;
color: #686f9a;
cursor: pointer;
padding-left: 20px;
}
@ -2378,10 +2488,10 @@ ul.menu___E01hA [class~='ant-dropdown-menu-item-active'] {
justify-content: flex-start;
align-items: center;
font-size: 14px;
color: #fff;
color: #686f9a;
cursor: pointer;
padding-left: 20px;
background: rgba(62, 69, 113) !important;
background-color: #f5f5f5;
}
.level___W39_7 .left___xugM0 .container___MnoCi .listWrap___Oz5IK .listActive___e7FOo:hover {
background: rgba(62, 69, 113, 0.4);
@ -4922,6 +5032,10 @@ button[class~='ant-btn-default']:disabled.btn___In02G {
align-items: center;
padding: 0px 20px;
}
[class~='ant-menu-vertical'] {
-webkit-border-end: none !important;
border-inline-end: none !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/FixedButton/index.less?modules ***!
@ -7155,118 +7269,3 @@ button[class~='ant-btn-default']:disabled.btn___In02G {
left: 80px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Shixuns/Edit/layout/Sidebar/index.less?modules ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___FN240 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___wjShI {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___HbcwC {
align-items: center;
box-align: center;
}
.flex_box_center_end___gj_ks {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___zxJPU {
flex-direction: column;
box-orient: block-axis;
}
.sidebar___OW5LG {
width: 100%;
height: 100%;
background-color: #3e4571;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.sidebar___OW5LG .items___j856O {
flex: 1 1;
overflow: auto;
}
.sidebar___OW5LG .items___j856O .ant-tooltip-inner {
color: #333;
}
.sidebar___OW5LG .items___j856O .item___Zn_qr {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 80px;
height: 70px;
margin-bottom: 12px;
cursor: pointer;
position: relative;
}
.sidebar___OW5LG .items___j856O .item___Zn_qr .name___ZfhoC {
color: #fff;
}
.sidebar___OW5LG .items___j856O .item___Zn_qr i {
font-size: 22px;
color: #fff;
margin-bottom: 5px;
}
.sidebar___OW5LG .items___j856O .item___Zn_qr img {
position: absolute;
z-index: 1;
left: 42px;
width: 18px;
height: 18px;
top: 10px;
}
.sidebar___OW5LG .items___j856O .item___Zn_qr:hover {
background-color: rgba(24, 144, 255, 0.2);
}
.sidebar___OW5LG .items___j856O .itemActive___sW_Ri {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 80px;
height: 70px;
margin-bottom: 12px;
cursor: pointer;
position: relative;
background-color: #0152d9 !important;
}
.sidebar___OW5LG .items___j856O .itemActive___sW_Ri .name___ZfhoC {
color: #fff;
}
.sidebar___OW5LG .items___j856O .itemActive___sW_Ri i {
font-size: 22px;
color: #fff;
margin-bottom: 5px;
}
.sidebar___OW5LG .items___j856O .itemActive___sW_Ri img {
position: absolute;
z-index: 1;
left: 42px;
width: 18px;
height: 18px;
top: 10px;
}
.sidebar___OW5LG .items___j856O .itemActive___sW_Ri:hover {
background-color: rgba(24, 144, 255, 0.2);
}
.sidebar___OW5LG .question___yfIcY {
width: 100%;
height: 61px;
position: relative;
text-align: center;
}

@ -129457,7 +129457,7 @@ function _getRoutes() {
return Promise.all(/*! import() | p__Shixuns__Detail__Merge__index */[__webpack_require__.e(28647), __webpack_require__.e(34666), __webpack_require__.e(6848), __webpack_require__.e(46573), __webpack_require__.e(26588), __webpack_require__.e(50812), __webpack_require__.e(65342), __webpack_require__.e(24665), __webpack_require__.e(65607), __webpack_require__.e(88652), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(41867), __webpack_require__.e(62778), __webpack_require__.e(4977), __webpack_require__.e(55573)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Detail/Merge/index.tsx */ 45384));
}),
'180': /*#__PURE__*/_react_17_0_2_react.lazy(function () {
return Promise.all(/*! import() | p__Shixuns__Edit__index */[__webpack_require__.e(28647), __webpack_require__.e(34666), __webpack_require__.e(6848), __webpack_require__.e(46573), __webpack_require__.e(26588), __webpack_require__.e(50812), __webpack_require__.e(65342), __webpack_require__.e(24665), __webpack_require__.e(65607), __webpack_require__.e(88652), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(41867), __webpack_require__.e(78782), __webpack_require__.e(32796), __webpack_require__.e(27695), __webpack_require__.e(59981), __webpack_require__.e(36775), __webpack_require__.e(18986), __webpack_require__.e(72315), __webpack_require__.e(96875), __webpack_require__.e(69532), __webpack_require__.e(93948), __webpack_require__.e(6557), __webpack_require__.e(5440), __webpack_require__.e(2360), __webpack_require__.e(99313), __webpack_require__.e(52409), __webpack_require__.e(19842), __webpack_require__.e(47927), __webpack_require__.e(75149), __webpack_require__.e(63240), __webpack_require__.e(86171), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(25728), __webpack_require__.e(39030), __webpack_require__.e(29043), __webpack_require__.e(44296), __webpack_require__.e(56277)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Edit/index.tsx */ 30636));
return Promise.all(/*! import() | p__Shixuns__Edit__index */[__webpack_require__.e(28647), __webpack_require__.e(34666), __webpack_require__.e(6848), __webpack_require__.e(46573), __webpack_require__.e(26588), __webpack_require__.e(50812), __webpack_require__.e(65342), __webpack_require__.e(24665), __webpack_require__.e(65607), __webpack_require__.e(88652), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(5112), __webpack_require__.e(78241), __webpack_require__.e(41867), __webpack_require__.e(78782), __webpack_require__.e(32796), __webpack_require__.e(27695), __webpack_require__.e(59981), __webpack_require__.e(36775), __webpack_require__.e(18986), __webpack_require__.e(72315), __webpack_require__.e(96875), __webpack_require__.e(69532), __webpack_require__.e(93948), __webpack_require__.e(6557), __webpack_require__.e(5440), __webpack_require__.e(2360), __webpack_require__.e(99313), __webpack_require__.e(52409), __webpack_require__.e(19842), __webpack_require__.e(47927), __webpack_require__.e(75149), __webpack_require__.e(63240), __webpack_require__.e(86171), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(25728), __webpack_require__.e(39030), __webpack_require__.e(29043), __webpack_require__.e(44296), __webpack_require__.e(56277)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Edit/index.tsx */ 36076));
}),
'181': /*#__PURE__*/_react_17_0_2_react.lazy(function () {
return Promise.all(/*! import() | p__Shixuns__Edit__body__Warehouse__index */[__webpack_require__.e(28647), __webpack_require__.e(34666), __webpack_require__.e(6848), __webpack_require__.e(46573), __webpack_require__.e(26588), __webpack_require__.e(50812), __webpack_require__.e(65342), __webpack_require__.e(24665), __webpack_require__.e(65607), __webpack_require__.e(88652), __webpack_require__.e(20834), __webpack_require__.e(91857), __webpack_require__.e(78241), __webpack_require__.e(78782), __webpack_require__.e(32796), __webpack_require__.e(27695), __webpack_require__.e(93948), __webpack_require__.e(6557), __webpack_require__.e(5440), __webpack_require__.e(99313), __webpack_require__.e(78892), __webpack_require__.e(4977), __webpack_require__.e(86171), __webpack_require__.e(55351), __webpack_require__.e(53114), __webpack_require__.e(25728), __webpack_require__.e(39030), __webpack_require__.e(16328)]).then(__webpack_require__.bind(__webpack_require__, /*! @/pages/Shixuns/Edit/body/Warehouse/index.tsx */ 50509));

Loading…
Cancel
Save