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
4488c7b7
Commit
4488c7b7
authored
Jul 08, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update index.vue
parent
e0d142c5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
index.vue
src/components/artist-information/VAB-account/index.vue
+10
-11
No files found.
src/components/artist-information/VAB-account/index.vue
View file @
4488c7b7
...
...
@@ -46,7 +46,7 @@
arrows
navigation
infinite
height=
"
28
rem"
height=
"
30
rem"
style=
"border: 2px solid #f1f1f1"
>
<q-carousel-slide
...
...
@@ -58,14 +58,14 @@
? bannerInfo.url
: configImg.API_IMAGE_ENDPOINT + bannerInfo.bannerUrl
"
style=
"
height: 28rem;
aspect-ratio: 1/5"
style=
"aspect-ratio: 1/5"
>
<template
v-slot:default
>
<div
align=
"right"
>
<q-icon
style=
"
position: absolute;
right:
15
px;
right:
0
px;
font-size: 24px;
top: 1px;
cursor: pointer;
...
...
@@ -178,7 +178,7 @@
</div>
<div
class=
"col-12 q-mt-sm"
>
<div
class=
"row q-col-gutter-lg q-pb-md"
align=
"center"
justify=
"center"
>
<div
class=
"col-4"
style=
"width: 27
.06
rem; margin-left: 9.3rem"
>
<div
class=
"col-4"
style=
"width: 27rem; margin-left: 9.3rem"
>
<div
class=
"flex flex-center"
>
<div
class=
"text-h6 text-weight-regular q-py-md"
>
Nổi bật(Embed)
...
...
@@ -209,7 +209,7 @@
@
click=
"$emit('openDialogUploadEmbed')"
class=
"flex flex-center"
:style=
"
socialEmbedded !== null ? 'height: 3
6.25rem;' : 'height: 36.2
5rem'
socialEmbedded !== null ? 'height: 3
5rem;' : 'height: 3
5rem'
"
>
<iframe
...
...
@@ -241,7 +241,7 @@
</div>
</div>
<div
class=
"col-4"
style=
"width: 27
.06
rem"
>
<div
class=
"col-4"
style=
"width: 27rem"
>
<div
class=
"flex flex-center"
>
<div
class=
"text-h6 text-weight-regular q-py-md"
>
Story
</div>
<q-space></q-space>
...
...
@@ -258,7 +258,7 @@
</div>
<div
class=
"flex flex-center"
:style=
"stories.length ? 'height: 3
6.25rem' : 'height: 36.2
5rem;'"
:style=
"stories.length ? 'height: 3
5rem' : 'height: 3
5rem;'"
bordered
v-if=
"!stories.length"
>
...
...
@@ -290,14 +290,13 @@
arrows
navigation
infinite
style=
"height:
28
rem"
style=
"height:
35
rem"
>
<q-carousel-slide
v-for=
"(story, storyIdx) in stories"
:key=
"storyIdx"
:name=
"storyIdx"
class=
"q-pa-none"
style=
"height: 28rem"
>
<div>
<q-img
...
...
@@ -332,10 +331,10 @@
</q-carousel>
</div>
<div
class=
"col-4"
style=
"width: 27
.06
rem"
>
<div
class=
"col-4"
style=
"width: 27rem"
>
<div
class=
"text-h6 text-weight-regular q-py-md"
>
Lịch
</div>
<q-date
style=
"width: 100%; height: 3
6.2
5rem"
style=
"width: 100%; height: 35rem"
:model-value=
"formatSchedules"
@
update:model-value=
"$emit('update:formatSchedules', $event)"
multiple
...
...
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