Skip to content

Commit 1d4ba33

Browse files
[fix]组件-属性表最后一列看不全,没有title
1 parent bbc7c17 commit 1d4ba33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/component/components_attributes_vue.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
width: 100%;
2020
height: 100%;
2121
}
22+
.sm-component-table-fixed {
23+
width: 100% !important;
24+
}
2225
</style>
2326
</head>
2427

@@ -71,7 +74,7 @@
7174
],
7275
table: {
7376
pagination: {
74-
pageSize: 10
77+
pageSize: 6
7578
}
7679
}
7780
};

0 commit comments

Comments
 (0)