feat(dashboard):新建一级目录 按钮fix

This commit is contained in:
junjie 2021-05-19 10:52:46 +08:00
parent 851d8edb86
commit 27b0ea6df2

View File

@ -30,10 +30,10 @@
<el-row>
<span class="header-title">
{{ $t('panel.panel') }}
<!-- <el-button style="float: right;padding-right: 7px;" type="text" @click="showEditPanel(newFolder)" />-->
<el-button style="float: right;" type="primary" size="mini" @click="showEditPanel(newFolder)">
{{ $t('panel.groupAdd') }}
</el-button>
<el-button style="float: right;padding-right: 7px;" icon="el-icon-plus" type="text" @click="showEditPanel(newFolder)" />
<!-- <el-button style="float: right;" type="primary" size="mini" @click="showEditPanel(newFolder)">-->
<!-- {{ $t('panel.groupAdd') }}-->
<!-- </el-button>-->
</span>
</el-row>
<el-col class="custom-tree-container">