|
|
@ -1,6 +1,6 @@
|
|
|
|
import React, {Component} from "react";
|
|
|
|
import React, {Component} from "react";
|
|
|
|
import '../../signin/css/signincdi.css';
|
|
|
|
import '../../signin/css/signincdi.css';
|
|
|
|
import {Progress, message} from 'antd';
|
|
|
|
import {Progress, message,Tooltip} from 'antd';
|
|
|
|
import {getImageUrl,formatSeconds} from 'educoder';
|
|
|
|
import {getImageUrl,formatSeconds} from 'educoder';
|
|
|
|
import axios from 'axios';
|
|
|
|
import axios from 'axios';
|
|
|
|
|
|
|
|
|
|
|
@ -97,8 +97,10 @@ class Videostatisticscom extends Component {
|
|
|
|
<div className="yslshipingshi" style={{width:260,height:100}}>
|
|
|
|
<div className="yslshipingshi" style={{width:260,height:100}}>
|
|
|
|
<div className="ws100s verticallayout tbrt">
|
|
|
|
<div className="ws100s verticallayout tbrt">
|
|
|
|
<div className="ws100 ts">总观看时长(时)</div>
|
|
|
|
<div className="ws100 ts">总观看时长(时)</div>
|
|
|
|
<div className="ws100s tss">{this.props.watch_staticsdata&&this.props.watch_staticsdata.total_duration?formatSeconds(this.props.watch_staticsdata.total_duration):0}</div>
|
|
|
|
<Tooltip placement="bottom" title={this.props.watch_staticsdata&&this.props.watch_staticsdata.total_duration?formatSeconds(this.props.watch_staticsdata.total_duration):0}>
|
|
|
|
</div>
|
|
|
|
<div className="maxnamewidth166ss tss">{this.props.watch_staticsdata&&this.props.watch_staticsdata.total_duration?formatSeconds(this.props.watch_staticsdata.total_duration):0}</div>
|
|
|
|
|
|
|
|
</Tooltip>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|