mirror of
https://github.com/kuaifan/dootask.git
synced 2026-09-10 22:19:02 +00:00
fix(file): align toolbar action spacing
This commit is contained in:
parent
8133eca488
commit
58f47be68f
@ -81,7 +81,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</ul>
|
</ul>
|
||||||
<template v-if="shearFirst">
|
<template v-if="shearFirst">
|
||||||
<Button :disabled="shearFirst.pid == pid" size="small" type="primary" @click="shearTo" :style="{marginLeft: showBtnText ? '12px' : 0}">
|
<Button :disabled="shearFirst.pid == pid" size="small" type="primary" @click="shearTo" :style="{marginLeft: pid > 0 ? '12px' : 0}">
|
||||||
<div class="file-shear">
|
<div class="file-shear">
|
||||||
<span>{{$L('粘贴')}}</span>
|
<span>{{$L('粘贴')}}</span>
|
||||||
<template v-show="showBtnText">"<em>{{shearFirst.name}}</em>"</template>
|
<template v-show="showBtnText">"<em>{{shearFirst.name}}</em>"</template>
|
||||||
@ -91,7 +91,7 @@
|
|||||||
<Button type="primary" size="small" @click="clearShear">{{ $L('取消剪切') }}</Button>
|
<Button type="primary" size="small" @click="clearShear">{{ $L('取消剪切') }}</Button>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="selectedItems.length > 0">
|
<template v-else-if="selectedItems.length > 0">
|
||||||
<Button size="small" type="info" @click="handleContextClick('shearSelect')" :style="{marginLeft: showBtnText ? '12px' : 0}">
|
<Button size="small" type="info" @click="handleContextClick('shearSelect')" :style="{marginLeft: pid > 0 ? '12px' : 0}">
|
||||||
<div class="tool-box">
|
<div class="tool-box">
|
||||||
<Icon type="ios-cut" />
|
<Icon type="ios-cut" />
|
||||||
<span v-show="showBtnText">{{$L('剪切')}}</span>
|
<span v-show="showBtnText">{{$L('剪切')}}</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user