Skip to content
代码片段 群组 项目
提交 d71f6cd0 编辑于 作者: Denys Mishunov's avatar Denys Mishunov
浏览文件

Fixed the misalignment of the dropdown item

Changelog: fixed
上级 1a2f6fab
No related branches found
No related tags found
无相关合并请求
...@@ -80,7 +80,7 @@ export default { ...@@ -80,7 +80,7 @@ export default {
@click="createNewItem('blob')" @click="createNewItem('blob')"
/> />
</li> </li>
<li><upload :path="path" @create="createTempEntry" /></li> <upload :path="path" @create="createTempEntry" />
<li> <li>
<item-button <item-button
:label="__('New directory')" :label="__('New directory')"
......
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
</script> </script>
<template> <template>
<div> <li>
<item-button <item-button
:class="buttonCssClasses" :class="buttonCssClasses"
:show-label="showLabel" :show-label="showLabel"
...@@ -84,5 +84,5 @@ export default { ...@@ -84,5 +84,5 @@ export default {
data-qa-selector="file_upload_field" data-qa-selector="file_upload_field"
@change="openFile" @change="openFile"
/> />
</div> </li>
</template> </template>
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册