新版学院统计调整

chromesetting
杨树林 5 years ago
parent 92cb389e71
commit 85bc2079d2

@ -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,7 +1035,7 @@ 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: "63%" width: "63%"
}}> }}>
@ -1143,7 +1143,7 @@ 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: "63%" width: "63%"
}}> }}>

@ -68,7 +68,7 @@ class Colleagechart extends Component {
<div> <div>
<div <div
style={{ width:'440px',height:'600px'}} style={{ width:'100%',height:'600px'}}
id="shixun_skill_chart"> id="shixun_skill_chart">
</div> </div>

@ -15,7 +15,7 @@ function startechart(names, values){
backgroundColor: '#fff', backgroundColor: '#fff',
grid: { grid: {
left: '3%', left: '3%',
right: '10%', right: '8%',
bottom: '15%', bottom: '15%',
containLabel: true containLabel: true
}, },
@ -133,7 +133,7 @@ class Colleagechartzu extends Component {
<div> <div>
<div <div
style={{ width:'440px',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