From 955bcda032695fd346bed69520d3df5042bc70cf Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Wed, 13 Jul 2022 15:01:35 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=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 | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) 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; }