Using mini buttons for edit folder

parent 01885328
......@@ -100,7 +100,7 @@
<edit-button :to="{name: 'admin.media.media.edit', params: {mediaId: scope.row.id}}"
v-if="! scope.row.is_folder"></edit-button>
<el-button
size="small"
size="mini"
@click.prevent="showEditFolder(scope.row)"
v-if="scope.row.is_folder && canEditFolders">
<i class="fa fa-pencil"></i>
......
......@@ -111692,7 +111692,7 @@ var render = function() {
? _c(
"el-button",
{
attrs: { size: "small" },
attrs: { size: "mini" },
on: {
click: function(
$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