You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If using a UTable component on a background that isn't the default neutral color the bg-color of the thead is visible.
A little bit easier to see with white Background
Maybe this is a wanted behavior. So if so please ignore and close the issue.
I know sometimes you want a background color in the headlines. But sometimes you don't want them.
Anyways if this is a wanted behavior, then maybe this issue will help those who don't want a background color and are looking for a solution.
Additional context
Could be fixed by adding:
:ui="{
thead: 'bg-unset'
}"
to the <UTable> tag
Logs
-
The text was updated successfully, but these errors were encountered:
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0
Reproduction
Description
If using a UTable component on a background that isn't the default neutral color the bg-color of the thead is visible.
A little bit easier to see with white Background
Maybe this is a wanted behavior. So if so please ignore and close the issue.
I know sometimes you want a background color in the headlines. But sometimes you don't want them.
Anyways if this is a wanted behavior, then maybe this issue will help those who don't want a background color and are looking for a solution.
Additional context
Could be fixed by adding:
to the
<UTable>
tagLogs
The text was updated successfully, but these errors were encountered: