|
@@ -103,9 +103,7 @@
|
|
|
<li @click="showDrawer" style="border-left: 1px solid #8d9399;">
|
|
|
<el-popover placement="top" trigger="click" width="900" popper-class="reset-popover"
|
|
|
style=" margin-top: -4px;display: inline-block;">
|
|
|
- <span style="height: 570px;display: inline-block;overflow: auto">
|
|
|
- <img style="width: 100%;height: 100%" :src="require(`./../../assets/images/help_tips.png`)" alt/>
|
|
|
- </span>
|
|
|
+ <img style="width: 100%;" :src="require(`./../../assets/images/help_tips.png`)" alt/>
|
|
|
<span slot="reference">
|
|
|
<img class="lock" :src="require(`./../../assets/images/help.png`)" alt/>
|
|
|
<div>操作提示</div>
|