File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 <!-- Dropdown menu -->
1313 <div
1414 id =" listThreeDotsDropdown"
15- class =" z-20 hidden bg-lightThreeDotsMenuBodyBackground divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-darkThreeDotsMenuBodyBackground dark:divide-gray-600" >
15+ class =" z-30 hidden bg-lightThreeDotsMenuBodyBackground divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-darkThreeDotsMenuBodyBackground dark:divide-gray-600" >
1616 <ul class =" py-2 text-sm text-lightThreeDotsMenuBodyText dark:text-darkThreeDotsMenuBodyText" aria-labelledby =" dropdownMenuIconButton" >
1717 <li v-for =" (item, i) in threeDotsDropdownItems" :key =" `dropdown-item-${i}`" >
1818 <a href =" #"
2323 'cursor-not-allowed': checkboxes && checkboxes.length === 0 && item.meta?.disabledWhenNoCheckboxes,
2424 }"
2525 @click =" injectedComponentClick(i)" >
26- <component :ref =" (el: any) => setComponentRef(el, i)" :is =" getCustomComponent(item)"
26+ <component :ref =" (el: any) => setComponentRef(el, i)" :is =" getCustomComponent(item)"
2727 :meta =" item.meta"
2828 :resource =" coreStore.resource"
2929 :adminUser =" coreStore.adminUser"
You can’t perform that action at this time.
0 commit comments