Commit cba345ef authored by Tình Trương's avatar Tình Trương

Update index.vue

parent 4488c7b7
......@@ -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: 15px;
right: 0px;
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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment