|
|
|
@ -12,7 +12,7 @@ import MonacoEditor from '@monaco-editor/react';
|
|
|
|
|
import { Input, Icon } from 'antd';
|
|
|
|
|
import { connect } from 'react-redux';
|
|
|
|
|
import actions from '../../redux/actions';
|
|
|
|
|
// import cookie from 'react-cookies';
|
|
|
|
|
import cookie from 'react-cookies';
|
|
|
|
|
|
|
|
|
|
const { TextArea } = Input;
|
|
|
|
|
const App = (props) => {
|
|
|
|
@ -236,7 +236,7 @@ const App = (props) => {
|
|
|
|
|
</h2>
|
|
|
|
|
{
|
|
|
|
|
is_public
|
|
|
|
|
? (last_compile_output ?
|
|
|
|
|
? (last_compile_output ?
|
|
|
|
|
(result ? <span className="iconfont icon-wancheng case_item_success"></span>
|
|
|
|
|
: <span className="iconfont icon-jinggao1 case_item_fail"></span>) : '')
|
|
|
|
|
: (<span className="case-item-tips">
|
|
|
|
|