Commit 42449cb2 authored by 康振飞's avatar 康振飞

table优化

parent 2ff4ca74
......@@ -65,7 +65,7 @@ export default {
{
title: "序号",
type: "index",
width: 60,
width: 65,
align: "center"
},
{
......
......@@ -402,7 +402,7 @@ th.conciseContent .ivu-table-cell {
padding: 0px !important;
}
.ivu-table-cell {
padding: 0px !important;
/* padding: 0px !important; */
}
</style>>
......@@ -458,7 +458,7 @@ export default {
this.recordColumn = [
{
type: "index",
width: 60,
width: 65,
title: "序号",
align: "center"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment