布局修改 部分bug修复
This commit is contained in:
@@ -51,7 +51,6 @@
|
||||
<div class="gallery_btn" style="margin-right: 1rem;" @click="search">Search</div>
|
||||
</div>
|
||||
<div class="echarts" ref="echarts">
|
||||
213
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -122,6 +121,7 @@ export default defineComponent({
|
||||
})
|
||||
}
|
||||
const copyLink = (e:any)=>{
|
||||
if(!navigator?.clipboard?.writeText)return
|
||||
navigator.clipboard.writeText(e.target.innerText)
|
||||
.then(() => {
|
||||
message.success('Copy Successful')
|
||||
|
||||
Reference in New Issue
Block a user