Auto Submit

pull/1/head
autosubmit 2 years ago
parent ab61a6b78d
commit 3cc0c03040

@ -9335,7 +9335,8 @@ var Stage = function Stage(_ref) {
if (key > 0) {
upStatus = true;
}
if (key < data.length - 1) {
// if (key < data.length - 1) {
if (key < (stageData === null || stageData === void 0 ? void 0 : stageData.length) - 1) {
downStatus = true;
}
}
@ -9388,7 +9389,7 @@ var Stage = function Stage(_ref) {
onClick: function onClick() {
return handleDown(val.stage_id);
},
className: "iconfont icon-xiangxiayi c-light-green font18 current ml5"
className: "iconfont icon-xiangxiayi c-light-green font18 current ml10"
})
}),
/*#__PURE__*/
@ -9399,7 +9400,7 @@ var Stage = function Stage(_ref) {
onClick: function onClick() {
return handleEdit(key, val);
},
className: "iconfont icon-bianjidaibeijing c-light-green font20 current ml5"
className: "iconfont icon-bianjidaibeijing c-light-green font18 current ml10"
})
})]
})]

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

@ -292,10 +292,10 @@ mark {
\**************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
font-family: "iconfont"; /* Project id 653600 */
src: url(./static/iconfont.38182da6.woff2) format('woff2'),
url(./static/iconfont.edb31298.woff) format('woff'),
url(./static/iconfont.45388625.ttf) format('truetype'),
url(./static/iconfont.b84aa97f.svg#iconfont) format('svg');
src: url(./static/iconfont.1333e6b9.woff2) format('woff2'),
url(./static/iconfont.d1cac64f.woff) format('woff'),
url(./static/iconfont.162a171c.ttf) format('truetype'),
url(./static/iconfont.d4aca02e.svg#iconfont) format('svg');
}
.iconfont {
@ -306,6 +306,26 @@ mark {
-moz-osx-font-smoothing: grayscale;
}
.icon-lishijilu:before {
content: "\ebfe";
}
.icon-shebei-xiao:before {
content: "\ebfd";
}
.icon-yuyuexiangqing1:before {
content: "\ebfb";
}
.icon-fanhui4:before {
content: "\ebfc";
}
.icon-zhangjieceshibeifen:before {
content: "\ebef";
}
.icon-biaoqing:before {
content: "\ebfa";
}
@ -350,10 +370,6 @@ mark {
content: "\ebf0";
}
.icon-zhangjieceshi:before {
content: "\ebef";
}
.icon-jiesuo1:before {
content: "\ebed";
}

@ -50027,17 +50027,14 @@ var GlobalConfig = {
TERMINAL_URL: 'testsvc1.vnc.educoder.net'
},
preNewBuild: {
API_SERVER: 'https://pre-data.educoder.net',
// API_SERVER: ((() => {
// let api = 'https://pre-data.educoder.net'
// const domain = document.domain
// let str = document.domain.split(".")
// str[0] = str[0] + "-data";
// if (domain !== 'pre.educoder.net') {
// api = api.replace("pre-data.educoder.net", str.join("."))
// }
// return api
// })()),
// API_SERVER: 'https://pre-data.educoder.net',
API_SERVER: function () {
var api = 'https://pre-data.educoder.net';
if (location.host === 'pre2.educoder.net') {
api = 'https://pre2-data.educoder.net';
}
return api;
}(),
IMG_SERVER: 'https://preali-cdn.educoder.net',
SSH_SERVER: "wss://pre-webssh.educoder.net",
SSH_Slice: 'https://testfu.educoder.net',

Loading…
Cancel
Save