diff --git a/client/components/Reader/RecentBooksPage/RecentBooksPage.vue b/client/components/Reader/RecentBooksPage/RecentBooksPage.vue index 472882f7..a49f04c6 100644 --- a/client/components/Reader/RecentBooksPage/RecentBooksPage.vue +++ b/client/components/Reader/RecentBooksPage/RecentBooksPage.vue @@ -162,7 +162,6 @@
@@ -457,10 +456,6 @@ class RecentBooksPage { async handleDel(key) { await bookManager.delRecentBook({key}); - //this.updateTableData();//обновление уже происходит Reader.bookManagerEvent - - if (!bookManager.mostRecentBook()) - this.close(); } loadBook(row) { @@ -683,8 +678,13 @@ export default vueComponent(RecentBooksPage); } .del-button { - width: 20px; - height: 20px + width: 25px; + height: 20px; + position: absolute; + border-left: 1px solid #cccccc; + border-bottom: 1px solid #cccccc; + border-radius: 0 0 0 10px; + margin: 1px; } .del-button:hover {