src/tabviews/zshare/automatic/index.jsx
@@ -1,7 +1,7 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' import { is, fromJS } from 'immutable' import { Button, message } from 'antd' import { Button, message, Tooltip } from 'antd' import MKEmitter from '@/utils/events.js' // import './index.scss' @@ -224,7 +224,9 @@ return ( <div className="tool-wrap"> <Tooltip placement="left" title="无人值守"> <Button icon={running ? 'pause' : 'forward'} shape="circle" onClick={this.trigger}/> </Tooltip> </div> ) }