Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix table in card #1

Merged
merged 1 commit into from
Feb 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions src/components/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@
</div>
</ui5-table-column>

<ui5-table-row data-ui5-slot="rows" slot="rows-1">
<ui5-table-cell slot="cells-1">
<div class="double-line-content" slot="content-1">
<ui5-table-row data-ui5-slot="rows">
<ui5-table-cell data-ui5-slot="cells">
<div class="double-line-content">
<span>
<b>Notebook Basic 15</b>
</span>
<span style="margin-top: 0.5rem">HT-1000</span>
</div>
</ui5-table-cell>
<ui5-table-cell slot="cells-2">
<span class="middle" slot="content-1">Very Best Screens</span>
<ui5-table-cell data-ui5-slot="cells">
<span class="middle">Very Best Screens</span>
</ui5-table-cell>
<ui5-table-cell slot="cells-3">
<span class="middle" slot="content-1">30 x 18 x 3cm</span>
<ui5-table-cell data-ui5-slot="cells">
<span class="middle">30 x 18 x 3cm</span>
</ui5-table-cell>
<ui5-table-cell slot="cells-4">
<span style="color: #2b7c2b" class="middle" slot="content-1">
<ui5-table-cell data-ui5-slot="cells">
<span style="color: #2b7c2b" class="middle">
<b>4.2</b>KG
</span>
</ui5-table-cell>
<ui5-table-cell slot="cells-5">
<span class="middle" slot="content-1">
<ui5-table-cell data-ui5-slot="cells">
<span class="middle">
<b>956</b>EUR
</span>
</ui5-table-cell>
Expand Down