首頁系統小卡對齊問題修正
This commit is contained in:
parent
5d02cffcf4
commit
3e96223bd9
@ -19,7 +19,7 @@ const navigateToSubSystem = (mainSystemId, subSystemId) => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-wrap -mx-1 h-[21rem] overflow-y-scroll">
|
||||
<div class="flex flex-wrap -mx-1 h-[21rem] overflow-y-auto items-start content-start">
|
||||
<div
|
||||
v-for="(item, index) in store.subSys"
|
||||
:key="index"
|
||||
|
Loading…
Reference in New Issue
Block a user