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
dfd20743
Commit
dfd20743
authored
Nov 28, 2023
by
StyleZhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: chat configuration style
parent
c21e2063
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.tsx
web/app/components/app/chat/answer/index.tsx
+1
-1
index.tsx
web/app/components/app/configuration/config-var/index.tsx
+1
-1
No files found.
web/app/components/app/chat/answer/index.tsx
View file @
dfd20743
...
@@ -280,7 +280,7 @@ const Answer: FC<IAnswerProps> = ({
...
@@ -280,7 +280,7 @@ const Answer: FC<IAnswerProps> = ({
{
!
feedbackDisabled
&&
renderFeedbackRating
(
feedback
?.
rating
,
!
isHideFeedbackEdit
,
displayScene
!==
'console'
)
}
{
!
feedbackDisabled
&&
renderFeedbackRating
(
feedback
?.
rating
,
!
isHideFeedbackEdit
,
displayScene
!==
'console'
)
}
</
div
>
</
div
>
</
div
>
</
div
>
{
more
&&
<
MoreInfo
className=
'
hidden group-hover:block
'
more=
{
more
}
isQuestion=
{
false
}
/>
}
{
more
&&
<
MoreInfo
className=
'
invisible group-hover:visible
'
more=
{
more
}
isQuestion=
{
false
}
/>
}
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
web/app/components/app/configuration/config-var/index.tsx
View file @
dfd20743
...
@@ -186,7 +186,7 @@ const ConfigVar: FC<IConfigVarProps> = ({ promptVariables, readonly, onPromptVar
...
@@ -186,7 +186,7 @@ const ConfigVar: FC<IConfigVarProps> = ({ promptVariables, readonly, onPromptVar
)
}
)
}
{
hasVar
&&
(
{
hasVar
&&
(
<
div
className=
'rounded-lg border border-gray-200 bg-white overflow-x-auto'
>
<
div
className=
'rounded-lg border border-gray-200 bg-white overflow-x-auto'
>
<
table
className=
{
`${s.table} min-w-[440px] max-w-full border-collapse border-0 rounded-lg text-sm`
}
>
<
table
className=
{
`${s.table} min-w-[440px]
w-full
max-w-full border-collapse border-0 rounded-lg text-sm`
}
>
<
thead
className=
"border-b border-gray-200 text-gray-500 text-xs font-medium"
>
<
thead
className=
"border-b border-gray-200 text-gray-500 text-xs font-medium"
>
<
tr
className=
'uppercase'
>
<
tr
className=
'uppercase'
>
<
td
>
{
t
(
'appDebug.variableTable.key'
)
}
</
td
>
<
td
>
{
t
(
'appDebug.variableTable.key'
)
}
</
td
>
...
...
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