@@ -165,7 +165,7 @@
</div>
<div class="bg-con-warp">
- <legend id="qingdan" ><span class="glyphicon glyphicon-list-alt"></span> 变更清单</legend>
+ <legend id="qingdan" ><span class="glyphicon glyphicon-list-alt"></span> 变更清单 <label class="legend-label"><input type="checkbox"> 查看审批过程</label></legend>
<table class="table table-bordered">
<thead>
@@ -1203,6 +1203,11 @@ left:5px
.bg-con-warp{
margin-bottom:50px
}
+.bg-con-warp .legend-label{
+ font-size: 12px;
+ font-weight: normal;
+ float: right;
+}
.bg-top-btn {
right:30px;
z-index: 999
@@ -1222,4 +1227,4 @@ left:5px
.alert-pnone{
padding:0 15px !important;
-}