issue #11 #10 Fix MQTT routine bug on app full. Adjust amenity item selection title.

This commit is contained in:
Paul Kim
2024-03-27 20:20:03 +09:00
parent 5c5f58defc
commit 8b847aaea2
5 changed files with 31 additions and 71 deletions

View File

@@ -535,7 +535,7 @@
}
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_header tbody tr>#title {
width: 45%;
width: 42%;
float: left;
/* text-align: left; */
padding: 0 0px 0 20px;
@@ -547,7 +547,7 @@
}
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_header tbody tr>#status {
width: 35%;
width: 38%;
float: left;
padding: 0px 30px 0 0px;
}
@@ -610,7 +610,7 @@
}
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_record tbody tr>.amctgyItem>#title {
width: 45%;
width: 42%;
float: left;
padding: 0px 0px 0px 20px;
text-overflow: ellipsis;
@@ -624,7 +624,7 @@
}
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_record tbody tr>.amctgyItem>#status {
width: 35%;
width: 38%;
float: left;
/* text-align: right; */
padding: 0px 30px 0 0px;