Commit 392251c4 authored by youjie's avatar youjie

no message

parent f8cd0748
......@@ -26,7 +26,7 @@
</div>
<div class="self-center no-outline text-xxs absolute bg-white overflow-hidden" tabindex="0"
style="width: 500px;top: 50px;left: 30px;border-radius: 3px;
box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.2) !important;z-index: 1;"
box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.2) !important;z-index: 2;"
v-show="showKeyWordsList">
<div id="KeyWords">
<template v-for="(x,index) in dataList">
......@@ -66,7 +66,7 @@
<div class="self-center no-outline text-xxs absolute bg-white overflow-hidden"
tabindex="0"
style="border-radius: 3px;
box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.2) !important;z-index: 1;"
box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.2) !important;z-index: 2;"
:style="{width:Type==1?'100%':'500px',top:Type==1?'70px':'50px',left:Type==1?'0':'30px'}"
v-show="showSplitPannel">
<div class="row no-wrap" id="cit">
......@@ -228,7 +228,7 @@ export default {
}
if(this.Type==1) {
this.showSplitPannel = false
this.showKeyWordsList = false
this.showSplitPannel = false
}
},
clickHandler(e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment