change UI set menu and add lateset order no in receipt bill for QuickService
This commit is contained in:
@@ -64,7 +64,17 @@ $(document).ready(function() {
|
||||
|
||||
$('#modal-set-slimscroll').slimScroll({
|
||||
height: height-$('#modal-set-slimscroll').attr('data-height'),
|
||||
size: '5px',
|
||||
size: '10px',
|
||||
color: 'rgba(0,0,0,0.5)',
|
||||
alwaysVisible: false,
|
||||
borderRadius: '0',
|
||||
railBorderRadius: '0',
|
||||
touchScrollStep : 45
|
||||
});
|
||||
|
||||
$('#set-menu-item-slimscroll').slimScroll({
|
||||
height: height-$('#set-menu-item-slimscroll').attr('data-height'),
|
||||
size: '10px',
|
||||
color: 'rgba(0,0,0,0.5)',
|
||||
alwaysVisible: false,
|
||||
borderRadius: '0',
|
||||
|
||||
Reference in New Issue
Block a user