浏览代码

Мелкие поправки

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

+ 2 - 0
client/components/Reader/RecentBooksPage/RecentBooksPage.vue

@@ -356,11 +356,13 @@ class RecentBooksPage extends Vue {
 .td-mp {
     margin: 0 !important;
     padding: 4px 4px 4px 4px !important;
+    border-bottom: 1px solid #ddd;
 }
 
 .no-mp {
     margin: 0 !important;
     padding: 0 !important;
+    border-bottom: 1px solid #ddd;
 }
 
 .break-word {