样式修改
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -15,11 +15,11 @@ | ... | @@ -15,11 +15,11 @@ |
15 | 15 | ||
16 | &-content { | 16 | &-content { |
17 | width: 100%; | 17 | width: 100%; |
18 | padding: 20px; | 18 | padding: 10px; |
19 | box-sizing: border-box; | 19 | box-sizing: border-box; |
20 | background: #FFFFFF; | 20 | background: #FFFFFF; |
21 | border-radius: 2px; | 21 | border-radius: 2px; |
22 | margin-top: 10px; | 22 | margin-top: 5px; |
23 | border: 1px solid #e8edf3; | 23 | border: 1px solid #e8edf3; |
24 | } | 24 | } |
25 | 25 | ... | ... |
... | @@ -45,7 +45,7 @@ | ... | @@ -45,7 +45,7 @@ |
45 | </el-form> | 45 | </el-form> |
46 | </div> | 46 | </div> |
47 | <!-- 表格 --> | 47 | <!-- 表格 --> |
48 | <div> | 48 | <div class="from-clues-content"> |
49 | <lb-table :page-size="pageData.size" @sort-change="handleSort" :current-page.sync="pageData.current" | 49 | <lb-table :page-size="pageData.size" @sort-change="handleSort" :current-page.sync="pageData.current" |
50 | :total="pageData.total" @selection-change="handleSelectionChange" @size-change="handleSizeChange" | 50 | :total="pageData.total" @selection-change="handleSelectionChange" @size-change="handleSizeChange" |
51 | @p-current-change="handleCurrentChange" :column="tableData.columns" :data="tableData.data"> | 51 | @p-current-change="handleCurrentChange" :column="tableData.columns" :data="tableData.data"> | ... | ... |
-
Please register or sign in to post a comment