v.2.25
Small fix
This commit is contained in:
@@ -402,7 +402,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12 col-xl-8">
|
||||
<div class="col-md-12 col-xl-8" style="max-height: 620px; overflow-y: hidden;">
|
||||
<div class="box">
|
||||
<div class="box-header">
|
||||
<h3>Топ продаваемых товаров</h3>
|
||||
@@ -470,7 +470,7 @@
|
||||
<div class="box-body">
|
||||
<p class="text-muted text-center" ng-if="tables.length == 0">Занятых столов нет</p>
|
||||
|
||||
<div class="table-responsive" ng-if="tables.length > 0">
|
||||
<div class="table-responsive" ng-if="tables.length > 0" style="max-height: 510px;">
|
||||
<table class="table table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user