Commit 88cc155d authored by xinyuandu's avatar xinyuandu

bug

parent c4436d76
......@@ -53,6 +53,14 @@
transform: translateX(-50%);
}
img {
height:100%;
width:100%;
}
.header-area image{
height : 100%;
width : 100%;
}
.name-area {
font-family: PingFangSC-Regular;
font-size: 12px;
......
......@@ -299,7 +299,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
indexTimes = parseInt(data.data.grade/26)
}
var str = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
var value = str[data.data.grade]+""+(indexTimes > 0 ? indexTimes+"" : "");
var value = str[index]+""+(indexTimes > 0 ? indexTimes+"" : "");
var name = data.data.position;
var text = "";
if (name == 0 ){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment