mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 13:22:49 +00:00
perf: 文件选中后,移动端页面宽度放不下对应内容
This commit is contained in:
parent
df4c8cc352
commit
38befc94ca
@ -1391,4 +1391,5 @@ APP推送
|
|||||||
特殊设置
|
特殊设置
|
||||||
打包列表
|
打包列表
|
||||||
使用独立的发送按钮
|
使用独立的发送按钮
|
||||||
开启后,键盘上的发送按钮会被替换成换行
|
开启后,键盘上的发送按钮会被替换成换行
|
||||||
|
仅我的
|
||||||
@ -58,13 +58,15 @@
|
|||||||
<span v-show="showBtnText">{{$L('删除')}}</span>
|
<span v-show="showBtnText">{{$L('删除')}}</span>
|
||||||
</Button>
|
</Button>
|
||||||
<Button type="primary" size="small" @click="clearSelect">
|
<Button type="primary" size="small" @click="clearSelect">
|
||||||
{{ showBtnText ? $L('取消选择') : $L('取消')}}
|
{{showBtnText ? $L('取消选择') : $L('取消')}}
|
||||||
</Button>
|
</Button>
|
||||||
</template>
|
</template>
|
||||||
<div v-if="loadIng > 0" class="nav-load"><Loading/></div>
|
<div v-if="loadIng > 0" class="nav-load"><Loading/></div>
|
||||||
<div class="flex-full"></div>
|
<div class="flex-full"></div>
|
||||||
<div v-if="hasShareFile" class="only-checkbox">
|
<div v-if="hasShareFile" class="only-checkbox">
|
||||||
<Checkbox v-model="hideShared">{{$L('仅显示我的')}}</Checkbox>
|
<Checkbox v-model="hideShared">
|
||||||
|
{{showBtnText ? $L('仅显示我的') : $L('仅我的')}}
|
||||||
|
</Checkbox>
|
||||||
</div>
|
</div>
|
||||||
<div :class="['switch-button', tableMode]">
|
<div :class="['switch-button', tableMode]">
|
||||||
<div @click="tableMode='block'"><i class="taskfont"></i></div>
|
<div @click="tableMode='block'"><i class="taskfont"></i></div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user