Merge remote-tracking branch 'origin/dev_aliyun' into dev_aliyun

chromesetting
杨树明 5 years ago
commit d3c0bd3465

@ -824,8 +824,8 @@ class College extends Component {
<div className="newMain clearfix edu-back-eeee"> <div className="newMain clearfix edu-back-eeee">
<div className="yslstatistic-header intermediatecenter" > <div className="yslstatistic-header intermediatecenter" >
<div className="intermediatecenter " style={{ <div className="intermediatecenter " style={{
maxWidth:"1200px", maxWidth:"1300px",
width:"1200px", width:"1300px",
height: '100%', height: '100%',
}}> }}>
<div className="yslstatistic-header-title">{school}</div> <div className="yslstatistic-header-title">{school}</div>
@ -874,7 +874,7 @@ class College extends Component {
</div> </div>
</div> </div>
</div> </div>
<div className={"educontent edu-back-white mt-4"} style={{width: "1200px"}}> <div className={"educontent edu-back-white mt-4"} style={{width: "1300px"}}>
<p className="h4 linjibenshiyong"> <p className="h4 linjibenshiyong">
基本使用情况 基本使用情况
</p> </p>
@ -956,7 +956,7 @@ class College extends Component {
</div> </div>
<div className={"educontent edu-back-white mt-4 yinyin"} style={{width: "1200px"}}> <div className={"educontent edu-back-white mt-4 yinyin"} style={{width: "1300px"}}>
<p className="statistic-label linjibenshiyong"> <p className="statistic-label linjibenshiyong">
课堂 课堂
</p> </p>
@ -974,7 +974,7 @@ class College extends Component {
</NoneData> </NoneData>
: :
<div style={{width: "1200px"}}> <div style={{width: "1300px"}}>
<div className={"justify break_full_word new_li edu-back-white"} <div className={"justify break_full_word new_li edu-back-white"}
style={{minHeight: "480px"}}> style={{minHeight: "480px"}}>
<style>{` <style>{`
@ -1035,9 +1035,9 @@ class College extends Component {
</div> </div>
<div className={"educontent edu-back-white yinyin mt-4 sortinxdirection"} style={{width: "1200px"}}> <div className={"educontent edu-back-white yinyin mt-4 sortinxdirection"} style={{width: "1300px"}}>
<div className=" verticallayout" style={{ <div className=" verticallayout" style={{
width: "65%" width: "63%"
}}> }}>
<p className="statistic-label ysllinjibenshiyong yinyin"> <p className="statistic-label ysllinjibenshiyong yinyin">
教师排名 教师排名
@ -1112,7 +1112,7 @@ class College extends Component {
</div> </div>
<div className="" style={{ <div className="" style={{
width: "35%" width: "37%"
}}><div className="yslslinjibenshiyong" style={{ }}><div className="yslslinjibenshiyong" style={{
height: "100%" height: "100%"
}}> }}>
@ -1143,9 +1143,9 @@ class College extends Component {
</div> </div>
<div className={"educontent edu-back-white yinyin mt-4 sortinxdirection mb80"} style={{width: "1200px"}}> <div className={"educontent edu-back-white yinyin mt-4 sortinxdirection mb80"} style={{width: "1300px"}}>
<div className=" verticallayout" style={{ <div className=" verticallayout" style={{
width: "65%" width: "63%"
}}> }}>
<p className="statistic-label ysllinjibenshiyong yinyin "> <p className="statistic-label ysllinjibenshiyong yinyin ">
学生排名 学生排名
@ -1218,7 +1218,7 @@ class College extends Component {
</div> </div>
<div className="" style={{ <div className="" style={{
width: "35%" width: "37%"
}}> }}>
<div className="yslslinjibenshiyong" style={{ <div className="yslslinjibenshiyong" style={{

@ -13,12 +13,12 @@ function startechart(data,datanane){
tooltip : { tooltip : {
trigger: 'item', trigger: 'item',
formatter: "{a} <br/>{b} : {c} ({d}%)" formatter: "{d}% <br/>"
}, },
legend: { legend: {
// orient: 'vertical', // orient: 'vertical',
// top: 'middle', // top: 'middle',
bottom: 40, bottom: 50,
left: 'center', left: 'center',
data: datanane data: datanane
}, },
@ -68,7 +68,7 @@ class Colleagechart extends Component {
<div> <div>
<div <div
style={{ width:'410px',height:'600px'}} style={{ width:'100%',height:'600px'}}
id="shixun_skill_chart"> id="shixun_skill_chart">
</div> </div>

@ -15,8 +15,8 @@ function startechart(names, values){
backgroundColor: '#fff', backgroundColor: '#fff',
grid: { grid: {
left: '3%', left: '3%',
right: '4%', right: '8%',
bottom: '10%', bottom: '15%',
containLabel: true containLabel: true
}, },
@ -133,7 +133,7 @@ class Colleagechartzu extends Component {
<div> <div>
<div <div
style={{ width:'410px',height:'600px'}} style={{ width:'100%',height:'600px'}}
id="shixun_skill_charts"> id="shixun_skill_charts">
</div> </div>

@ -31,7 +31,7 @@
} }
.yslstatistic-base-item-label{ .yslstatistic-base-item-label{
width: 200px; width: 217px;
text-align: center; text-align: center;
font-size: 16px; font-size: 16px;
height: 48px; height: 48px;
@ -41,7 +41,7 @@
border-top: 1px solid #EBEBEB; border-top: 1px solid #EBEBEB;
} }
.yslstatistic-base-item-labels{ .yslstatistic-base-item-labels{
width: 200px; width: 217px;
text-align: center; text-align: center;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;

Loading…
Cancel
Save