Using mini buttons for edit folder

parent 01885328
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
<edit-button :to="{name: 'admin.media.media.edit', params: {mediaId: scope.row.id}}" <edit-button :to="{name: 'admin.media.media.edit', params: {mediaId: scope.row.id}}"
v-if="! scope.row.is_folder"></edit-button> v-if="! scope.row.is_folder"></edit-button>
<el-button <el-button
size="small" size="mini"
@click.prevent="showEditFolder(scope.row)" @click.prevent="showEditFolder(scope.row)"
v-if="scope.row.is_folder && canEditFolders"> v-if="scope.row.is_folder && canEditFolders">
<i class="fa fa-pencil"></i> <i class="fa fa-pencil"></i>
......
...@@ -111692,7 +111692,7 @@ var render = function() { ...@@ -111692,7 +111692,7 @@ var render = function() {
? _c( ? _c(
"el-button", "el-button",
{ {
attrs: { size: "small" }, attrs: { size: "mini" },
on: { on: {
click: function( click: function(
$event $event
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment