From 8acf3295b5e1920b23ce46084c0fffe4e5f9e100 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Thu, 14 Jul 2022 00:31:09 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=82=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Reader/RecentBooksPage/RecentBooksPage.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 {