SpeedDial fix
parent
8311a52c67
commit
2040e2e09b
|
@ -771,7 +771,7 @@ export default {
|
||||||
}),
|
}),
|
||||||
button: {
|
button: {
|
||||||
root: ({ parent }) => ({
|
root: ({ parent }) => ({
|
||||||
class: ['w-16 h-16 min-[0px]:rounded-[50%] justify-center z-10', { 'rotate-45': parent.state.d_visible }]
|
class: ['w-16 !h-16 !rounded-full justify-center z-10', { 'rotate-45': parent.state.d_visible }]
|
||||||
}),
|
}),
|
||||||
label: {
|
label: {
|
||||||
class: 'hidden'
|
class: 'hidden'
|
||||||
|
|
Loading…
Reference in New Issue