mirror of
https://github.com/cuigh/swirl
synced 2024-12-28 14:51:57 +00:00
Optimize style
This commit is contained in:
parent
f593d20051
commit
934b4234f8
@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<nav class="level">
|
<nav class="level is-mobile">
|
||||||
<!-- Left side -->
|
<!-- Left side -->
|
||||||
<div class="level-left">
|
<div class="level-left">
|
||||||
<div class="level-item">
|
<div class="level-item">
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<th>Services</th>
|
<th>Services</th>
|
||||||
<th>{{ i18n("field.created-at") }}</th>
|
<th>{{ i18n("field.created-at") }}</th>
|
||||||
<th>{{ i18n("field.updated-at") }}</th>
|
<th>{{ i18n("field.updated-at") }}</th>
|
||||||
<th>{{ i18n("field.action") }}</th>
|
<th style="min-width: 210px">{{ i18n("field.action") }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
Loading…
Reference in New Issue
Block a user