style:table样式
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -106,14 +106,14 @@ | ... | @@ -106,14 +106,14 @@ |
106 | 106 | ||
107 | ::-webkit-scrollbar-track { | 107 | ::-webkit-scrollbar-track { |
108 | width: 7px; | 108 | width: 7px; |
109 | background-color: rgba(255, 255, 255, 0); | 109 | background-color: #29409D; |
110 | -webkit-border-radius: 6px; | 110 | -webkit-border-radius: 6px; |
111 | -moz-border-radius: 6px; | 111 | -moz-border-radius: 6px; |
112 | border-radius: 6px; | 112 | border-radius: 6px; |
113 | } | 113 | } |
114 | 114 | ||
115 | ::-webkit-scrollbar-thumb { | 115 | ::-webkit-scrollbar-thumb { |
116 | background-color: rgb(207, 208, 209); | 116 | background-color: #355194; |
117 | background-clip: padding-box; | 117 | background-clip: padding-box; |
118 | min-height: 28px; | 118 | min-height: 28px; |
119 | -webkit-border-radius: 6px; | 119 | -webkit-border-radius: 6px; | ... | ... |
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
35 | </div> | 35 | </div> |
36 | <!-- 列表区域 --> | 36 | <!-- 列表区域 --> |
37 | <div class="from-clues-content"> | 37 | <div class="from-clues-content"> |
38 | <lb-table :page-size="pageData.size" :heightNum="200" :current-page.sync="pageData.current" | 38 | <lb-table :page-size="pageData.size" :heightNum="210" :current-page.sync="pageData.current" |
39 | :total="tableData.total" @size-change="handleSizeChange" @p-current-change="handleCurrentChange" | 39 | :total="tableData.total" @size-change="handleSizeChange" @p-current-change="handleCurrentChange" |
40 | :column="tableData.columns" :data="tableData.data"> | 40 | :column="tableData.columns" :data="tableData.data"> |
41 | </lb-table> | 41 | </lb-table> | ... | ... |
-
Please register or sign in to post a comment