fix(Category.vue): 商品分类操作按钮样式问题修复

This commit is contained in:
郝先瑞
2022-03-05 16:22:47 +08:00
parent 4b7bf8ccc7
commit 3e11f8df4d

View File

@@ -27,14 +27,13 @@
</div>
</template>
</el-image>
{{ scope.data.name }}
</span>
<span>
<el-button
v-show="scope.data.level != 3 "
type="primary"
icon="Plus"
type="success"
:icon="Plus"
circle
plain
@click.stop="handleAdd(scope.data)"/>