Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
205459d5
Unverified
Commit
205459d5
authored
Jun 10, 2023
by
bowen
Committed by
GitHub
Jun 10, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: button abnormal style (#333)
parent
3d14431b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
massive-component.tsx
web/app/components/share/chat/welcome/massive-component.tsx
+1
-1
index.tsx
.../components/share/text-generation/config-scence/index.tsx
+1
-1
No files found.
web/app/components/share/chat/welcome/massive-component.tsx
View file @
205459d5
...
...
@@ -45,7 +45,7 @@ export const ChatBtn: FC<{ onClick: () => void, className?: string }> = ({
return
(
<
Button
type=
'primary'
className=
{
cn
(
className
,
`space-x-2 flex items-center ${s.customBtn}`
)
}
className=
{
cn
(
className
,
`
!p-0
space-x-2 flex items-center ${s.customBtn}`
)
}
onClick=
{
onClick
}
>
<
svg
width=
"20"
height=
"21"
viewBox=
"0 0 20 21"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
>
<
path
fillRule=
"evenodd"
clipRule=
"evenodd"
d=
"M18 10.5C18 14.366 14.418 17.5 10 17.5C8.58005 17.506 7.17955 17.1698 5.917 16.52L2 17.5L3.338 14.377C2.493 13.267 2 11.934 2 10.5C2 6.634 5.582 3.5 10 3.5C14.418 3.5 18 6.634 18 10.5ZM7 9.5H5V11.5H7V9.5ZM15 9.5H13V11.5H15V9.5ZM9 9.5H11V11.5H9V9.5Z"
fill=
"white"
/>
...
...
web/app/components/share/text-generation/config-scence/index.tsx
View file @
205459d5
...
...
@@ -85,7 +85,7 @@ const ConfigSence: FC<IConfigSenceProps> = ({
</
div
>
<
Button
type=
"primary"
className=
'w-[80px] !h-8'
className=
'w-[80px] !h-8
!p-0
'
onClick=
{
onSend
}
disabled=
{
!
query
||
query
===
''
}
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment