From a1dea514b78d243968ede3fe070eb6b8c085c8e1 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Wed, 13 Jul 2022 23:47:55 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=82=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RecentBooksPage/RecentBooksPage.vue | 59 +++++++++++++------ 1 file changed, 40 insertions(+), 19 deletions(-) diff --git a/client/components/Reader/RecentBooksPage/RecentBooksPage.vue b/client/components/Reader/RecentBooksPage/RecentBooksPage.vue index a287a56e..472882f7 100644 --- a/client/components/Reader/RecentBooksPage/RecentBooksPage.vue +++ b/client/components/Reader/RecentBooksPage/RecentBooksPage.vue @@ -100,12 +100,17 @@ -
-
-
+
+
+
{{ item.desc.author }}
-
{{ item.desc.title }}
+
+ {{ item.desc.title }} +
@@ -113,7 +118,7 @@ {{ item.desc.textLen }}
-
+
@@ -124,7 +129,7 @@
-
+
{{ item.num }}
@@ -141,21 +146,27 @@
- @@ -606,7 +617,7 @@ export default vueComponent(RecentBooksPage); } .row-part { - padding: 4px 4px 4px 4px; + padding: 4px 0px 4px 0px; } .clickable { @@ -614,7 +625,6 @@ export default vueComponent(RecentBooksPage); } .break-word { - line-height: 180%; overflow-wrap: break-word; word-wrap: break-word; white-space: normal; @@ -671,4 +681,15 @@ export default vueComponent(RecentBooksPage); height: 4px; background-color: #bbbbbb; } + +.del-button { + width: 20px; + height: 20px +} + +.del-button:hover { + color: white; + background-color: #FF3030; +} +