mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
Poprawki listy
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user