File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div :class =" `overflow-x-auto ${isRounded ? 'rounded-default' : ''} shadow-resourseFormShadow dark:shadow-darkResourseFormShadow`" >
3- <div v-if =" groupName && !noTitle" class =" text-md font-semibold px-6 py-3 flex flex-1 items-center text-gray-700 bg-lightFormHeading dark:bg-darkFormHeading dark:text-gray-400 rounded-t-lg" >
2+ <div class =" overflow-x-auto shadow-resourseFormShadow dark:shadow-darkResourseFormShadow"
3+ :class =" {'rounded-default' : isRounded}"
4+ >
5+ <div v-if =" groupName && !noTitle" class =" text-md font-semibold px-6 py-3 flex flex-1 items-center dark:border-gray-600 text-gray-700 bg-lightFormHeading dark:bg-gray-700 dark:text-gray-400 rounded-t-lg" >
46 {{ groupName }}
57 </div >
68 <table class =" w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400 table-fixed" >
You can’t perform that action at this time.
0 commit comments