Skip to content

Commit

Permalink
[update] copy area
Browse files Browse the repository at this point in the history
  • Loading branch information
JunyaoHu committed Jan 6, 2025
1 parent 0a2865e commit 3071a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sections/BibTeX.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ export default {
</el-row>

<el-row justify="center">
<el-col class='bibtex' :xs="24" :sm="20" :md="14" :lg="12" :xl="12">
<el-col class='bibtex' :xs="24" :sm="20" :md="14" :lg="12" :xl="12" @click="copyVal()" >
<div style="text-align: center; color: var(--el-text-color-secondary); margin-top: 20px;">🖱️ Click here to copy BibTex.</div>
<el-row>
<el-scrollbar style="margin: 0px 20px 5px 20px;" @click="copyVal()" >
<el-scrollbar style="margin: 0px 20px 5px 20px;">
<pre id="bibtex"><code v-for="b in bibtex">{{ b }}<br/></code></pre>
</el-scrollbar>
</el-row>
Expand Down

0 comments on commit 3071a4c

Please sign in to comment.