瀏覽代碼

Коррекция размеров окна

Book Pauk 5 年之前
父節點
當前提交
6321002617
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      client/components/Reader/RecentBooksPage/RecentBooksPage.vue

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

@@ -7,7 +7,7 @@
 
 
         <el-table
         <el-table
             :data="tableData"
             :data="tableData"
-            style="width: 100%"
+            style="width: 570px"
             size="mini"
             size="mini"
             height="1px"
             height="1px"
             stripe
             stripe
@@ -24,7 +24,7 @@
             </el-table-column>
             </el-table-column>
             <el-table-column
             <el-table-column
                 prop="touchDateTime"
                 prop="touchDateTime"
-                min-width="90px"
+                min-width="85px"
                 sortable
                 sortable
                 >
                 >
                 <template slot="header" slot-scope="scope"><!-- eslint-disable-line vue/no-unused-vars -->
                 <template slot="header" slot-scope="scope"><!-- eslint-disable-line vue/no-unused-vars -->
@@ -57,7 +57,7 @@
                 </template>
                 </template>
 
 
                 <el-table-column
                 <el-table-column
-                    min-width="300px"
+                    min-width="280px"
                     >
                     >
                     <template slot-scope="scope">
                     <template slot-scope="scope">
                         <div class="desc" @click="loadBook(scope.row.url)">
                         <div class="desc" @click="loadBook(scope.row.url)">
@@ -68,7 +68,7 @@
                 </el-table-column>
                 </el-table-column>
 
 
                 <el-table-column
                 <el-table-column
-                    min-width="100px"
+                    min-width="90px"
                     >
                     >
                     <template slot-scope="scope">
                     <template slot-scope="scope">
                         <a v-show="isUrl(scope.row.url)" :href="scope.row.url" target="_blank">Оригинал</a><br>
                         <a v-show="isUrl(scope.row.url)" :href="scope.row.url" target="_blank">Оригинал</a><br>