다운로드 드랍다운 메뉴 우측에 안가리게 z-index 수정
This commit is contained in:
parent
15bfd59c59
commit
757370cf91
@ -60,7 +60,7 @@
|
|||||||
<i class="fa-solid fa-download me-2"></i>
|
<i class="fa-solid fa-download me-2"></i>
|
||||||
첨부파일 ({{ attachments.length }}개)
|
첨부파일 ({{ attachments.length }}개)
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu" style="z-index: 1004">
|
||||||
<li v-for="(attachment, index) in attachments" :key="index">
|
<li v-for="(attachment, index) in attachments" :key="index">
|
||||||
<a class="dropdown-item" href="#" @click.prevent="downloadFile(attachment)">
|
<a class="dropdown-item" href="#" @click.prevent="downloadFile(attachment)">
|
||||||
{{ attachment.originalName }}.{{ attachment.extension }}
|
{{ attachment.originalName }}.{{ attachment.extension }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user