+
+
+
{{ item.desc.author }}
-
{{ item.desc.title }}
+
+ {{ item.desc.title }}
+
@@ -113,7 +118,7 @@
{{ item.desc.textLen }}
-
-
+
{{ 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;
+}
+