Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quasar-web-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Hải Sơn
quasar-web-base
Commits
cba345ef
Commit
cba345ef
authored
Jul 08, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update index.vue
parent
4488c7b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
11 deletions
+19
-11
index.vue
src/components/artist-information/VAB-account/index.vue
+19
-11
No files found.
src/components/artist-information/VAB-account/index.vue
View file @
cba345ef
...
...
@@ -305,28 +305,36 @@
? configImg.API_IMAGE_ENDPOINT + story.imageUrl
: story.imageUrl
"
/>
style=
"height: 35rem"
>
<q-input
outlined
type=
"text"
class=
"q-py-sm"
style=
"font-size: 30px; padding-top: 18.75rem"
readonly
></q-input>
<q-input
outlined
type=
"textarea"
class=
"q-py-sm q-field__native q-placeholder"
:model-value=
"story.content"
@
update:model-value=
"$emit('update:content', $event)"
readonly
></q-input>
</q-img>
<q-icon
name=
"mdi-close-circle"
color=
"red"
style=
"
position: absolute;
right:
15
px;
right:
0
px;
font-size: 24px;
cursor: pointer;
"
@
click=
"deleteStory(storyIdx)"
></q-icon>
</div>
<q-input
outlined
type=
"text"
class=
"q-py-sm"
readonly
></q-input>
<q-input
outlined
type=
"textarea"
class=
"q-py-sm"
:model-value=
"story.content"
@
update:model-value=
"$emit('update:content', $event)"
readonly
></q-input>
</q-carousel-slide>
</q-carousel>
</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