mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-12-21 07:49:08 +08:00
Fix: breadcrumb length
This commit is contained in:
parent
e2d035e95e
commit
64dc34e6eb
@ -269,7 +269,7 @@ onMounted(() => {
|
||||
</a-select>
|
||||
<div
|
||||
class="file-breadcrumbs mb-20"
|
||||
:style="{ width: isPhone ? '100%' : 'calc(100% - 135px)' }"
|
||||
:style="{ width: isPhone ? '100%' : isShowDiskList ? 'calc(100% - 135px)' : '100%' }"
|
||||
>
|
||||
<a-breadcrumb separator=">">
|
||||
<a-breadcrumb-item v-for="item in breadcrumbs" :key="item.path">
|
||||
|
Loading…
Reference in New Issue
Block a user