|
|
|
|
@ -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);
|
|
|
|
|
|