mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-19 01:45:57 +08:00
fix: split line too long
This commit is contained in:
parent
2ebf5f5ffa
commit
9a3b7345c4
@ -146,7 +146,7 @@ const ComponentPicker = ({
|
|||||||
{
|
{
|
||||||
// Divider
|
// Divider
|
||||||
index !== 0 && options.at(index - 1)?.group !== option.group && (
|
index !== 0 && options.at(index - 1)?.group !== option.group && (
|
||||||
<div className='h-px bg-gray-100 my-1 w-screen -translate-x-1'></div>
|
<div className='h-px bg-gray-100 my-1 w-full -translate-x-1'></div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
{option.renderMenuOption({
|
{option.renderMenuOption({
|
||||||
@ -167,7 +167,7 @@ const ComponentPicker = ({
|
|||||||
<>
|
<>
|
||||||
{
|
{
|
||||||
(!!options.length) && (
|
(!!options.length) && (
|
||||||
<div className='h-px bg-gray-100 my-1 w-screen -translate-x-1'></div>
|
<div className='h-px bg-gray-100 my-1 w-full -translate-x-1'></div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
<div className='p-1'>
|
<div className='p-1'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user