feat(dashboard):新建一级目录 按钮fix
This commit is contained in:
parent
851d8edb86
commit
27b0ea6df2
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user