update slim scroll

This commit is contained in:
Aung Myo
2017-10-11 17:58:27 +06:30
parent 6e47fbfe41
commit 9365e64066
2 changed files with 9 additions and 4 deletions

View File

@@ -36,10 +36,10 @@
<div class="row clearfix">
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12">
<div class="form-group">
<div class="form-line">
<!-- <div class="form-line"> -->
<input type="text" name="filter" style="margin-right:10px" placeholder="Search" id="search" class="form-control">
<input type="hidden" name="type" id="type" value="">
</div>
<!-- </div> -->
</div>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-12">
@@ -99,9 +99,11 @@
</div>
<!-- </div> -->
</div>
<div class="col-lg-4 col-md-4 col-sm-4 slimScrollDiv" style="min-height:600px; max-height:600px; overflow-x:scroll">
<div class="col-lg-4 col-md-4 col-sm-4">
<div id="custom-slimscroll">
<%= render 'new_form', crm_customer: @crm_customer, taxes: @taxes %>
</div>
</div>
<!-- <div class="col-lg-1 col-md-1 col-sm-1 ">
<br>
<a href="<%= dashboard_path%>" class="btn btn-primary">

View File

@@ -39,7 +39,9 @@
<!-- </thead> -->
</table>
</div>
<div id="table-details" class="card-text" style="min-height:400px; max-height:400px; overflow-x:scroll">
<div id="order-detail-slimscroll">
<!-- <div id="table-details" class="card-text" style="min-height:400px; max-height:400px; overflow-x:scroll"> -->
<div id="table-details" class="card-text" >
<table class="table" id="append-table">
<tbody>
<% sub_total = 0
@@ -66,6 +68,7 @@
</tbody>
</table>
</div>
</div>
<div class="card-footer">
<table class="table" style="margin-bottom:0px">
<tfooter>