pull/12/head
cagataycivici 2019-05-23 18:14:34 +03:00
parent 337a1b74c7
commit cfe1be241a
2 changed files with 22 additions and 19 deletions

View File

@ -124,8 +124,13 @@
.car-data > div {
padding: .429em;
}
}
.p-dropdown {
width: 12em;
}
}
@media (max-width: 767px) {
.dataview-demo {
.car-details, .search-icon {
@ -138,7 +143,5 @@
}
}
}
.p-dropdown {
width: 12em;
}
</style>

View File

@ -167,23 +167,23 @@ export default {
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>events</td>
<td>array</td>
<td>An array of events to display.</td>
</tr>
<tr>
<td>options</td>
<td>Object</td>
<td>A configuration object to define properties of FullCalendar.</td>
</tr>
<tr>
<td>events</td>
<td>array</td>
<td>An array of events to display.</td>
</tr>
<tr>
<td>options</td>
<td>Object</td>
<td>A configuration object to define properties of FullCalendar.</td>
</tr>
</tbody>
</table>
</div>