Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
f3a069bc
authored
Mar 26, 2025
by
Archer
Committed by
archer
Mar 27, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: long org name ui (#4347)
* sync collection * remove lock * perf: long org name ui
parent
2ebb2ccc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
projects/app/src/components/common/folder/Path.tsx
+2
-0
projects/app/src/components/support/user/team/Info/MemberTag.tsx
+1
-1
projects/app/src/pageComponents/account/team/OrgManage/index.tsx
+6
-1
No files found.
projects/app/src/components/common/folder/Path.tsx
View file @
f3a069bc
...
@@ -44,6 +44,8 @@ const FolderPath = (props: {
...
@@ -44,6 +44,8 @@ const FolderPath = (props: {
py=
{
0.5
}
py=
{
0.5
}
px=
{
1.5
}
px=
{
1.5
}
borderRadius=
{
'md'
}
borderRadius=
{
'md'
}
maxW=
{
'45vw'
}
className=
{
'textEllipsis'
}
{
...
(
i
===
concatPaths
.
length
-
1
{
...
(
i
===
concatPaths
.
length
-
1
?
{
?
{
cursor
:
'
default
',
cursor
:
'
default
',
...
...
projects/app/src/components/support/user/team/Info/MemberTag.tsx
View file @
f3a069bc
...
@@ -11,7 +11,7 @@ function MemberTag({ name, avatar }: Props) {
...
@@ -11,7 +11,7 @@ function MemberTag({ name, avatar }: Props) {
return
(
return
(
<
HStack
>
<
HStack
>
{
avatar
&&
<
Avatar
src=
{
avatar
}
w=
{
[
'18px'
,
'22px'
]
}
rounded=
"50%"
/>
}
{
avatar
&&
<
Avatar
src=
{
avatar
}
w=
{
[
'18px'
,
'22px'
]
}
rounded=
"50%"
/>
}
<
Box
maxW=
{
'
150px'
}
className=
{
'textEllipsis
'
}
>
<
Box
maxW=
{
'
45vw'
}
className=
{
'textEllipsis'
}
fontSize=
{
'sm
'
}
>
{
name
||
'-'
}
{
name
||
'-'
}
</
Box
>
</
Box
>
</
HStack
>
</
HStack
>
...
...
projects/app/src/pageComponents/account/team/OrgManage/index.tsx
View file @
f3a069bc
...
@@ -289,7 +289,12 @@ function OrgTable({ Tabs }: { Tabs: React.ReactNode }) {
...
@@ -289,7 +289,12 @@ function OrgTable({ Tabs }: { Tabs: React.ReactNode }) {
<
VStack
w=
{
'180px'
}
alignItems=
{
'start'
}
>
<
VStack
w=
{
'180px'
}
alignItems=
{
'start'
}
>
<
HStack
gap=
{
'6px'
}
>
<
HStack
gap=
{
'6px'
}
>
<
Avatar
src=
{
currentOrg
.
avatar
}
w=
{
'1rem'
}
h=
{
'1rem'
}
rounded=
{
'xs'
}
/>
<
Avatar
src=
{
currentOrg
.
avatar
}
w=
{
'1rem'
}
h=
{
'1rem'
}
rounded=
{
'xs'
}
/>
<
Box
fontWeight=
{
500
}
color=
{
'myGray.900'
}
>
<
Box
title=
{
currentOrg
.
name
}
fontWeight=
{
500
}
color=
{
'myGray.900'
}
className=
"textEllipsis3"
>
{
currentOrg
.
name
}
{
currentOrg
.
name
}
</
Box
>
</
Box
>
{
currentOrg
?.
path
!==
''
&&
(
{
currentOrg
?.
path
!==
''
&&
(
...
...
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