Skip to content

Commit 4e88698

Browse files
committed
feat(design): add bootstrap table styles
1 parent d98edc5 commit 4e88698

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tmpl/params.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
});
5252
?>
5353

54-
<table class="params">
54+
<table class="table table-bordered params">
5555
<thead>
5656
<tr>
5757
<?js if (params.hasName) {?>
@@ -68,7 +68,7 @@
6868
<th>Default</th>
6969
<?js } ?>
7070

71-
<th class="last">Description</th>
71+
<th>Description</th>
7272
</tr>
7373
</thead>
7474
<tbody>

tmpl/properties.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
});
4040
?>
4141

42-
<table class="props">
42+
<table class="table table-bordered props">
4343
<thead>
4444
<tr>
4545
<?js if (props.hasName) {?>
@@ -56,7 +56,7 @@
5656
<th>Default</th>
5757
<?js } ?>
5858

59-
<th class="last">Description</th>
59+
<th>Description</th>
6060
</tr>
6161
</thead>
6262

0 commit comments

Comments
 (0)