Auto Submit

pull/1/head
autosubmit 3 years ago
parent fd34fc6534
commit e478aeb157

@ -4162,7 +4162,6 @@ button[class~='ant-btn-default']:disabled.btn___In02G {
.button___YSSGm {
width: 100px;
height: 32px;
line-height: 32px;
text-align: center;
border-radius: 4px;
font-size: 14px;

@ -12578,7 +12578,10 @@ var base64 = __webpack_require__(19575);
var logsDom = (0,react.useCallback)(function () {
var _logs;
return /*#__PURE__*/(0,jsx_runtime.jsx)("pre", {
className: "font14 ml20 mr20",
style: {
whiteSpace: "break-spaces"
},
className: "font14 ml20 mr20 pt10",
children: (_logs = logs) === null || _logs === void 0 ? void 0 : _logs.join('\n')
});
return logs.map(function (item) {
@ -13114,7 +13117,7 @@ function test_case_list_TestCaseItem(_ref) {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default.TextArea */.Z.TextArea, {
defaultValue: test_sets === null || test_sets === void 0 ? void 0 : (_test_sets$2 = test_sets[0]) === null || _test_sets$2 === void 0 ? void 0 : _test_sets$2['input'],
style: {
height: 'calc(100% - 15px)'
minHeight: 'calc(100% - 15px)'
},
onChange: function onChange(e) {
mediator/* default.publish */.Z.publish('caseInputValue', e.target.value);

@ -10629,10 +10629,6 @@ p {
right: 0;
bottom: 0;
}
#educoder:has([class^="ant-drawer-mask"]) {
overflow: hidden;
height: 100vh;
}
#educoder:has([class^="ant-modal-mask"]) {
overflow: hidden;
height: 100vh;
@ -11638,7 +11634,7 @@ body {
background: rgba(0, 0, 0, 0.2) !important;
}
::-webkit-scrollbar-track {
background-color: #f6f7f9 !important;
background-color: #f6f7f94d !important;
box-shadow: none !important;
box-shadow: initial !important;
}

Loading…
Cancel
Save