|
@@ -5,8 +5,8 @@
|
|
|
<el-col :span="4">
|
|
|
<avue-tree :option="treeOption" :data="treeData" @node-click="nodeClick" style="height:82vh;">
|
|
|
<template slot="addBtn">
|
|
|
- <i class="el-icon-setting" @click="goodsTypeVisible = true"
|
|
|
- style="font-size:18px;line-height: 30px;width: 20px;padding:10px;"></i>
|
|
|
+ <i class="el-icon-setting" @click="goodsTypeVisible = true" title="新增分类"
|
|
|
+ style="font-size:18px;line-height: 1px;width: 20px;padding:10px;"></i>
|
|
|
</template>
|
|
|
</avue-tree>
|
|
|
</el-col>
|