cb52857d by jiaozeping@pashanhoo.com

样式修改

1 parent 3debb98a
...@@ -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">
......