Browse Source

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

Book Pauk 3 years ago
parent
commit
115277d88a
1 changed files with 1 additions and 3 deletions
  1. 1 3
      client/components/Reader/RecentBooksPage/RecentBooksPage.vue

+ 1 - 3
client/components/Reader/RecentBooksPage/RecentBooksPage.vue

@@ -86,7 +86,7 @@
                 @virtual-scroll="onScroll"
             >
                 <div class="table-row row" :class="{even: index % 2 > 0, 'active-book': item.active, 'active-parent-book': item.activeParent}">
-                    <div v-show="item.inGroup" class="row-part column justify-center items-center" style="width: 40px; border-right: 1px solid #cccccc">                        
+                    <div v-show="item.inGroup" class="row-part column justify-center items-center" style="width: 40px">
                         <q-icon name="la la-code-branch" size="24px" style="color: green" />
                     </div>
 
@@ -603,7 +603,6 @@ export default vueComponent(RecentBooksPage);
 
 .table-row {
     min-height: 80px;
-    border-bottom: 1px solid #cccccc;
 }
 
 .row-part {
@@ -671,6 +670,5 @@ export default vueComponent(RecentBooksPage);
 .read-bar {
     height: 6px;
     background-color: #bbbbbb;
-    margin-bottom: 2px;
 }
 </style>