Skip to content
Snippets Groups Projects
Commit 9ca60bad authored by syuilo's avatar syuilo
Browse files

Update url-preview-popup.vue

parent bd828bb0
No related branches found
No related tags found
No related merge requests found
<template>
<div class="fgmtyycl _panel" :style="{ top: top + 'px', left: left + 'px' }" @mouseover="() => { $emit('mouseover'); }" @mouseleave="() => { $emit('mouseleave'); }">
<x-url-preview :url="url" style="width: 600px;"/>
<x-url-preview :url="url"/>
</div>
</template>
......@@ -49,7 +49,8 @@ export default Vue.extend({
.fgmtyycl {
position: absolute;
z-index: 11000;
//width: 300px;
width: 500px;
overflow: hidden;
pointer-events: none;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment