44 lines
867 B
HTML
44 lines
867 B
HTML
|
|
<style>
|
|
.SortTop {
|
|
padding: 15px;
|
|
line-height: 25px;
|
|
background-color: #CCECF4;
|
|
}
|
|
|
|
#myTable thead th, #myTable tbody td {
|
|
text-align: center;
|
|
width: 6.66%;
|
|
vertical-align: middle;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.SortTop label {
|
|
width: 22%;
|
|
text-align: right;
|
|
}
|
|
|
|
.SortTop input {
|
|
width: 50%;
|
|
}
|
|
|
|
.SortTop select {
|
|
width: 50%;
|
|
}
|
|
|
|
.SortTop .btn {
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
<div class="container">
|
|
<div class="row Top">
|
|
<i></i>
|
|
<h2>{{titlestr}}</h2>
|
|
<i style="float:right"></i>
|
|
</div>
|
|
<div class="row text-left SortTop">
|
|
<div class="col-sm-12" ng-controller="QualifiedCtrl">
|
|
<hegelvline id="main" legend="legend" item="item" data="data"></hegelvline>
|
|
</div>
|
|
</div>
|
|
</div> |