parent
91745b6870
commit
93eba6358b
|
@ -540,7 +540,7 @@ a:hover {
|
|||
display: block;
|
||||
float: left;
|
||||
flex: 1;
|
||||
padding-left: 30px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.middle-area {
|
||||
|
@ -1568,4 +1568,10 @@ color: #FFF !important;
|
|||
.nav>li>a:hover, .nav>li>a:focus{
|
||||
text-decoration: none !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.width120{
|
||||
width: 120px;
|
||||
}
|
||||
.width130{
|
||||
width: 130px;
|
||||
}
|
|
@ -84,6 +84,7 @@
|
|||
</p>
|
||||
</div> -->
|
||||
<div class="filePathInfo">
|
||||
<div class="fl font-20 colorFFF">Annotated Files</div>
|
||||
<div class="clearfix filePathline fileinfo-item">
|
||||
<span>File Name</span>
|
||||
<span>Num.of Annotations</span>
|
||||
|
|
|
@ -38,33 +38,33 @@
|
|||
<span class="panel-right">{{create_time}}</span>
|
||||
</p>
|
||||
<p class="clearfix">
|
||||
<div style="width:52%; float:left">
|
||||
<div class="width120" style="float:left">
|
||||
<span class="panel-leftfontnew">Lines:</span>
|
||||
<span class="panel-right">{{filelinenum}}</span>
|
||||
</div>
|
||||
|
||||
{% if isdir %}
|
||||
<div style="width:48%; float:left">
|
||||
<div class="width130" style="float:left">
|
||||
<span class="panel-leftfont">Files:</span>
|
||||
<span class="panel-right">{{file_num}}</span>
|
||||
</div>
|
||||
{% else %}
|
||||
<div style="width:48%; float:left">
|
||||
<div class="width130" style="float:left">
|
||||
<span class="panel-leftfont">Methods:</span>
|
||||
<span class="panel-right">{{method_num}}</span>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div style="width:52%; float:left">
|
||||
<div class="width120" style="float:left">
|
||||
<span class="panel-leftfontnew">Views:</span>
|
||||
<span class="panel-right">{{view_num}}</span>
|
||||
</div>
|
||||
|
||||
<div style="width:48%; float:left">
|
||||
<div class="width130" style="float:left">
|
||||
<span class="panel-leftfont">Annotations:</span>
|
||||
<span class="panel-right">{{anno_num}}</span>
|
||||
</div>
|
||||
|
||||
<div style="width:52%; float:left">
|
||||
<div class="width120" style="float:left">
|
||||
<span class="panel-leftfontnew">Ques:</span>
|
||||
<span class="panel-right">{{ issue_question_num}}</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue