Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Paul Jongsma
Historiana
Commits
0cec7681
Unverified
Commit
0cec7681
authored
Oct 17, 2020
by
Paul Jongsma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wrap a scroll-area
parent
e71efe9d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
src/components/viewCard.vue
src/components/viewCard.vue
+8
-6
No files found.
src/components/viewCard.vue
View file @
0cec7681
<
template
>
<div>
<q-dialog
v-model=
"showDialog"
full-width
>
<q-dialog
v-model=
"showDialog"
full-width
full-height
>
<q-card>
<q-bar
class=
"text-white bg-green"
>
Viewpoint in
{{
collection
.
title
}}
...
...
@@ -25,11 +25,13 @@
<q-btn
v-close-popup
dense
round
flat
icon=
"close"
/>
</q-bar>
<q-scroll-area>
<q-card-section>
<h1>
{{
viewpoint
.
title
}}
</h1>
<h4>
{{
viewpoint
.
introduction
}}
</h4>
<span
v-html=
"viewpoint.text"
/>
</q-card-section>
</q-scroll-area>
</q-card>
</q-dialog>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment