diff --git a/client/components/Reader/RecentBooksPage/RecentBooksPage.vue b/client/components/Reader/RecentBooksPage/RecentBooksPage.vue index 55d523c8..2237e9dd 100644 --- a/client/components/Reader/RecentBooksPage/RecentBooksPage.vue +++ b/client/components/Reader/RecentBooksPage/RecentBooksPage.vue @@ -108,35 +108,35 @@
{{ item.desc.title }}
-
-
+
+
{{ item.desc.textLen }}
-
+
-
+
{{ item.desc.perc }}
-
+
-
-
+
+
{{ item.num }}
-
+
Загружен: {{ item.loadTime }}
-
+
Читался: {{ item.touchTime }}
-
+
@@ -650,26 +650,26 @@ export default vueComponent(RecentBooksPage); background-color: white; } -.row-info-top { +.row-info-bottom { line-height: 110%; border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc; height: 12px; } -.row-info-bottom { +.row-info-top { line-height: 110%; border: 1px solid #cccccc; border-right: 0; height: 12px; } -.time-info, .row-info-bottom { +.time-info, .row-info-top { color: #888888; } .read-bar { - height: 5px; + height: 6px; background-color: #bbbbbb; margin-bottom: 2px; }