Merge branch 'main' into feature/dockerSetting
This commit is contained in:
commit
f913f32915
@ -19,13 +19,13 @@ 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"
|
||||
:class="
|
||||
twMerge(
|
||||
'w-full sm:w-1/2 relative my-2 ',
|
||||
'w-full sm:w-1/2 relative my-2',
|
||||
item.sub_system_tag
|
||||
? 'saturate-200 cursor-pointer text-base text-info'
|
||||
: 'grayscale opacity-70 cursor-not-allowed text-sm'
|
||||
|
Loading…
Reference in New Issue
Block a user