Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
Project
Project
Details
Activity
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
Administrator
bkunyun
Commits
7843925c
Commit
7843925c
authored
Jul 29, 2022
by
jiangzijing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:样式调整
parent
ff0421f5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
index.tsx
src/components/BusinessComponents/SearchInput/index.tsx
+1
-1
index.module.css
src/views/Project/ProjectSetting/BaseInfo/index.module.css
+1
-0
index.tsx
src/views/Project/ProjectSetting/BaseInfo/index.tsx
+8
-0
index.tsx
src/views/Project/ProjectSetting/ProjectMembers/index.tsx
+1
-1
No files found.
src/components/BusinessComponents/SearchInput/index.tsx
View file @
7843925c
...
...
@@ -17,7 +17,7 @@ interface SearchInputProps extends OutlinedInputProps {
const
SearchInput
=
(
props
:
SearchInputProps
)
=>
{
const
{
size
=
"small"
,
placeholder
=
"输入关键词搜索"
,
placeholder
=
"输入关键词
按回车
搜索"
,
fullWidth
=
true
,
...
other
}
=
props
;
...
...
src/views/Project/ProjectSetting/BaseInfo/index.module.css
View file @
7843925c
...
...
@@ -41,6 +41,7 @@
height
:
82px
;
padding
:
7px
12px
;
resize
:
none
;
font-size
:
14px
;
}
.projectInfoSelect
{
width
:
560px
;
...
...
src/views/Project/ProjectSetting/BaseInfo/index.tsx
View file @
7843925c
...
...
@@ -395,6 +395,14 @@ const BaseInfo = observer(() => {
<
InputAdornment
position=
"start"
>
¥
</
InputAdornment
>
),
}
}
sx=
{
{
"& .MuiOutlinedInput-input"
:
{
padding
:
"6.5px 2px"
,
},
"& .MuiTypography-root"
:
{
fontSize
:
'14px'
}
}
}
/>
</
div
>
<
div
className=
{
style
.
projectInfoListLi
}
>
...
...
src/views/Project/ProjectSetting/ProjectMembers/index.tsx
View file @
7843925c
...
...
@@ -154,7 +154,7 @@ const ProjectMembers = observer(() => {
<
Box
className=
{
styles
.
headerBox
}
>
<
SearchInput
onKeyUp=
{
handleKeyWordChangeKeyUp
}
placeholder=
"
搜索项目成员
"
placeholder=
"
输入项目成员按回车搜索
"
sx=
{
{
width
:
340
}
}
/>
{
currentProjectStore
?.
currentProjectInfo
?.
projectRole
===
"OWNER"
?
(
...
...
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