diff --git a/p__Shixuns__Edit__index.chunk.css b/p__Shixuns__Edit__index.chunk.css index a87d70bcc1..08734a9d21 100644 --- a/p__Shixuns__Edit__index.chunk.css +++ b/p__Shixuns__Edit__index.chunk.css @@ -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; diff --git a/p__tasks__index.async.js b/p__tasks__index.async.js index 18c6782854..a67241b386 100644 --- a/p__tasks__index.async.js +++ b/p__tasks__index.async.js @@ -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); diff --git a/umi.css b/umi.css index fd650faa73..f6ec63026b 100644 --- a/umi.css +++ b/umi.css @@ -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; }