issue #11 Done Amenity&Room service renewal

This commit is contained in:
Paul Kim
2024-03-18 17:46:56 +09:00
parent 67983df543
commit 91e52f331c
3 changed files with 53 additions and 23 deletions

View File

@@ -613,6 +613,8 @@
width: 45%;
float: left;
padding: 0px 0px 0px 20px;
text-overflow: ellipsis;
overflow: hidden;
}
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_record tbody tr>.amctgyItem>#price {
@@ -984,6 +986,8 @@
float: left;
/* text-align: left; */
padding: 0 0px 0 20px;
text-overflow: ellipsis;
overflow: hidden;
}
.popup .amenity .bg .owl-carousel .owl-stage .am_item_sel_cart_win .winright>.cart_table>.tbl_header tbody tr>#quantity {
@@ -1759,6 +1763,8 @@
width: 45%;
float: left;
padding: 0px 0px 0px 20px;
text-overflow: ellipsis;
overflow: hidden;
}
.popup .roomservice .bg .rs_item_sel_win .winleft>.tbl_record tbody tr>.rsctgyItem>#price {
@@ -2197,6 +2203,8 @@
width: 50%;
float: left;
padding: 0px 0px 0px 20px;
text-overflow: ellipsis;
overflow: hidden;
}
.popup .roomservice .bg .owl-carousel .owl-stage .rs_item_sel_cart_win .winright>.cart_table>.tbl_record tbody tr>.cartItem>#quantity {