docs: 删除多余空格

This commit is contained in:
zhangyu
2021-09-24 17:57:24 +08:00
parent 05f994e00d
commit eddf5e2b85
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
node-key="id"
ref="panelTree">
<div class="tree--node" slot-scope="{ node, data }">
<span :title="node.label + ' ( ' + data.chartNum +' charts ' ">{{ node.label }}</span>
<span :title="node.label + ' (' + data.chartNum +' charts' ">{{ node.label }}</span>
<!-- <span class="tree&#45;&#45;operation" v-if="!panelLock">-->
<!-- <span @click.stop="deletePanel(data)" class="panel-dropdown-btn panel-dropdown-btn-delete" v-has="'panel_delete'"><i class="nz-icon nz-icon-delete"></i></span>-->
<!-- <span class="panel-dropdown-btn" @click.stop="editPanel(data)"><i v-has="'panel_edit'" class="nz-icon nz-icon-edit"></i></span>-->

View File

@@ -23,7 +23,7 @@
</template>
<template v-slot:trigger>
<i style="color: #BEBEBE" class="el-icon-menu"></i>
<span :title="showPanel.name + ' ( ' + showPanel.chartNum +' charts ' " class="show-panel-name">{{showPanel.name}}</span>
<span :title="showPanel.name + ' (' + showPanel.chartNum +' charts' " class="show-panel-name">{{showPanel.name}}</span>
<i style="font-size: 12px;color: #BEBEBE;" class="nz-icon nz-icon-arrow-down"></i>
</template>
<template v-slot:tail>