king
2023-09-05 c9967063fa42e15d9f695220c76641cfa28669f2
src/tabviews/zshare/automatic/index.jsx
@@ -4,7 +4,7 @@
import { Button, message } from 'antd'
import MKEmitter from '@/utils/events.js'
import './index.scss'
// import './index.scss'
class AutoMatic extends Component {
  static propTpyes = {
@@ -223,12 +223,9 @@
    const { running } = this.state
    return (
      <Button
        icon={running ? 'pause' : 'forward'}
        shape="circle"
        className={'auto-matic ' + (window.GLOB.systemType === 'production' ? 'low' : '')}
        onClick={this.trigger}
      />
      <div className="tool-wrap">
        <Button icon={running ? 'pause' : 'forward'} shape="circle" onClick={this.trigger}/>
      </div>
    )
  }
}