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; +} +