Commit 00a58a73 authored by agping's avatar agping

财务优化

parent cb4c0702
...@@ -30,8 +30,10 @@ ...@@ -30,8 +30,10 @@
.user-ul{ .user-ul{
height: auto; height: auto;
float: left; float: left;
position: relative; position: absolute;
left: -40px; border: 1px solid #ccc;
background: #fff;
padding-left: 5px;
} }
.user-ul li{ .user-ul li{
list-style: none; list-style: none;
...@@ -41,6 +43,9 @@ ...@@ -41,6 +43,9 @@
float: left; float: left;
margin-top: 10px; margin-top: 10px;
margin-left: 10px; margin-left: 10px;
position: relative;
width: 230px;
} }
</style> </style>
<div id="page-content-wrapper"> <div id="page-content-wrapper">
...@@ -54,7 +59,7 @@ ...@@ -54,7 +59,7 @@
</li> </li>
</div> </div>
<div class="panel-body"> <div class="panel-body">
<div class="table-responsive"> <div class="table-responsive" style="height: 820px;">
<table class="table table-striped table-bordered table-hover table-condensed"> <table class="table table-striped table-bordered table-hover table-condensed">
<thead> <thead>
<tr> <tr>
......
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