浏览代码

Поправки разметки

Book Pauk 3 年之前
父节点
当前提交
d3444da647
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      client/components/Reader/RecentBooksPage/RecentBooksPage.vue

+ 4 - 4
client/components/Reader/RecentBooksPage/RecentBooksPage.vue

@@ -769,14 +769,14 @@ export default vueComponent(RecentBooksPage);
     line-height: 110%;
     border-left: 1px solid #cccccc;
     border-bottom: 1px solid #cccccc;
-    height: 12px;
+    height: 14px;
 }
 
 .row-info-top {
     line-height: 110%;
     border: 1px solid #cccccc;
     border-right: 0;
-    height: 12px;
+    height: 14px;
 }
 
 .time-info, .row-info-top {
@@ -784,8 +784,8 @@ export default vueComponent(RecentBooksPage);
 }
 
 .read-bar {
-    height: 4px;
-    background-color: #bbbbbb;
+    height: 6px;
+    background-color: #b8b8b8;
 }
 
 .del-button {