|
|
@@ -64,16 +64,11 @@
|
|
|
>
|
|
|
<el-popover
|
|
|
style="position: fixed; z-index: 2000"
|
|
|
- placement="top-start"
|
|
|
width="130"
|
|
|
ref="popoverRef"
|
|
|
- :popper-append-to-body="true"
|
|
|
v-model="visible"
|
|
|
@click.native="visible = false"
|
|
|
- :popper-options="{
|
|
|
- boundariesElement: 'viewport',
|
|
|
- removeOnDestroy: true
|
|
|
- }"
|
|
|
+
|
|
|
v-if="data.id == rightData.id && fileType === 0 && !isPop"
|
|
|
>
|
|
|
<div>
|
|
|
@@ -374,12 +369,14 @@ export default {
|
|
|
:deep(.el-popover) {
|
|
|
min-width: 50px;
|
|
|
position: fixed;
|
|
|
+ background: #E6A23C;
|
|
|
+
|
|
|
}
|
|
|
:deep(.el-link--inner) {
|
|
|
padding: 3px 0;
|
|
|
}
|
|
|
-:deep(.el-tree .el-tree-node__content) {
|
|
|
- // position: static;
|
|
|
+:deep(.el-link.el-link--default) {
|
|
|
+ color:#fff
|
|
|
}
|
|
|
// :deep(.element-tree-node-line-hor) {
|
|
|
// border-bottom: 1px solid #dcdfe6;
|