Skip to content

Commit

Permalink
fix tp
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellheor1 committed Nov 10, 2024
1 parent 70a460e commit b4b5752
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions l2-frontend/src/components/UploadFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
/>
<i
v-tippy="{
html: '#tp',
arrow: true,
reactive: true,
interactive: true,
animation: 'fade',
duration: 0,
theme: 'light',
placement: 'top',
placement: 'bottom',
trigger: 'click',
}"
:title="currentFormsInfo"
class="fa fa-info-circle info"
/>
</div>
Expand Down Expand Up @@ -109,6 +109,13 @@
>
</div>
</template>

<div
id="tp"
class="tp"
>
{{ currentFormsInfo }}
</div>
</div>
</template>

Expand Down Expand Up @@ -321,4 +328,7 @@ const handleFileUpload = () => {
.info {
padding: 12px 12px
}
.tp {
width: 300px;
}
</style>

0 comments on commit b4b5752

Please sign in to comment.