File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/views/dashboard/admin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<el-table :data =" list" style =" width : 100% ;padding-top : 15px ;" >
3
- <el-table-column label =" Order_No" show-overflow-tooltip >
3
+ <el-table-column label =" Order_No" min-width = " 200 " >
4
4
<template slot-scope="scope">
5
5
{{scope.row.order_no}}
6
6
</template >
@@ -42,7 +42,7 @@ export default {
42
42
methods: {
43
43
fetchData () {
44
44
fetchList ().then (response => {
45
- this .list = response .data .items .slice (0 , 7 )
45
+ this .list = response .data .items .slice (0 , 8 )
46
46
})
47
47
}
48
48
}
Original file line number Diff line number Diff line change 30
30
<el-col :xs =" {span: 24}" :sm =" {span: 24}" :md =" {span: 24}" :lg =" {span: 12}" :xl =" {span: 12}" style =" padding-right :8px ;margin-bottom :30px ;" >
31
31
<transaction-table ></transaction-table >
32
32
</el-col >
33
- <el-col :xs =" {span: 12 }" :sm =" {span: 12}" :md =" {span: 12}" :lg =" {span: 6}" :xl =" {span: 5}" >
33
+ <el-col :xs =" {span: 24 }" :sm =" {span: 12}" :md =" {span: 12}" :lg =" {span: 6}" :xl =" {span: 5}" style = " margin-bottom : 30 px ; " >
34
34
<todo-list ></todo-list >
35
35
</el-col >
36
- <el-col :xs =" {span: 12 }" :sm =" {span: 12}" :md =" {span: 12}" :lg =" {span: 6}" :xl =" {span: 5}" >
36
+ <el-col :xs =" {span: 24 }" :sm =" {span: 12}" :md =" {span: 12}" :lg =" {span: 6}" :xl =" {span: 5}" style = " margin-bottom : 30 px ; " >
37
37
<box-card ></box-card >
38
38
</el-col >
39
39
</el-row >
You can’t perform that action at this time.
0 commit comments