From 81ad5d7a2cc158ceb3592958b8654a88ed591eb1 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Wed, 13 Jul 2022 14:47:24 +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 | 88 +++++++++++-------- 1 file changed, 49 insertions(+), 39 deletions(-) diff --git a/client/components/Reader/RecentBooksPage/RecentBooksPage.vue b/client/components/Reader/RecentBooksPage/RecentBooksPage.vue index 66b6f6dc..55d523c8 100644 --- a/client/components/Reader/RecentBooksPage/RecentBooksPage.vue +++ b/client/components/Reader/RecentBooksPage/RecentBooksPage.vue @@ -101,40 +101,44 @@
-
-
- {{ item.num }} -
-
- Читался: {{ item.touchTime }} -
-
- Загружен: {{ item.loadTime }} -
-
-
-
- -
+
{{ item.desc.author }}
{{ item.desc.title }}
-
-
-
+
+
{{ item.desc.textLen }}
-
+ +
+
+
+ +
{{ item.desc.perc }}
-
+
-
+
+
+ {{ item.num }} +
+
+
+ Загружен: {{ item.loadTime }} +
+
+ Читался: {{ item.touchTime }} +
+
+
+
+
@@ -617,12 +621,6 @@ export default vueComponent(RecentBooksPage); white-space: normal; } -.read-bar { - height: 3px; - background-color: #aaaaaa; - margin-bottom: 2px; -} - .even { background-color: #f2f2f2; } @@ -643,18 +641,6 @@ export default vueComponent(RecentBooksPage); transform: rotate(90deg); } -.row-info-top { - line-height: 110%; - border-left: 1px solid #cccccc; - border-bottom: 1px solid #cccccc; -} - -.row-info-bottom { - line-height: 110%; - border: 1px solid #cccccc; - border-right: 0; -} - .tool-button { min-width: 30px; width: 30px; @@ -663,4 +649,28 @@ export default vueComponent(RecentBooksPage); margin: 10px 6px 0px 3px; background-color: white; } + +.row-info-top { + line-height: 110%; + border-left: 1px solid #cccccc; + border-bottom: 1px solid #cccccc; + height: 12px; +} + +.row-info-bottom { + line-height: 110%; + border: 1px solid #cccccc; + border-right: 0; + height: 12px; +} + +.time-info, .row-info-bottom { + color: #888888; +} + +.read-bar { + height: 5px; + background-color: #bbbbbb; + margin-bottom: 2px; +}