Poprawki listy

This commit is contained in:
2022-11-17 15:45:42 +01:00
parent df25fb0b36
commit 2119399c45
+3 -3
View File
@@ -54,8 +54,9 @@ export default defineComponent({
if (!order) return; if (!order) return;
this.removeLocalOrder(order); this.removeLocalOrder(order);
this.localOrderList = this.localOrderList.filter((o) => o.id != order.id); this.localOrderList = this.localOrderList.filter((o) => o.id != order.id);
if (this.localOrderList.length == 0) this.saveOrderSetting('orderCount', 0);
}, },
}, },
@@ -108,8 +109,7 @@ export default defineComponent({
} }
ul { ul {
overflow-y: auto; overflow: hidden;
overflow-x: hidden;
position: relative; position: relative;
} }