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
73308b0d
Commit
73308b0d
authored
Aug 31, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat-20220801' of
http://120.77.149.83/root/bkunyun
into feat-20220801
parents
40510537
1de5044d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
index.module.css
...components/BusinessComponents/FileSelect/index.module.css
+1
-1
index.tsx
src/components/BusinessComponents/FileSelect/index.tsx
+1
-0
index.tsx
src/components/mui/MyTable/index.tsx
+2
-1
AddMember.tsx
...ct/ProjectSetting/ProjectMembers/components/AddMember.tsx
+2
-1
No files found.
src/components/BusinessComponents/FileSelect/index.module.css
View file @
73308b0d
.FSBox
{
width
:
900px
;
height
:
6
50px
;
max-height
:
5
50px
;
position
:
relative
;
}
...
...
src/components/BusinessComponents/FileSelect/index.tsx
View file @
73308b0d
...
...
@@ -447,6 +447,7 @@ const FileSelect = observer((props: FileSelectProps) => {
)
}
</
div
>
<
Table
tableContainerStyle=
{
{
height
:
470
}
}
footer=
{
false
}
rowHover=
{
true
}
nopadding=
{
true
}
...
...
src/components/mui/MyTable/index.tsx
View file @
73308b0d
...
...
@@ -138,7 +138,8 @@ export default function EnhancedTable(props: ITableProps) {
(
rows
.
length
===
0
&&
!
load
)
&&
<
TableRow
>
<
TableCell
sx=
{
{
borderBottom
:
'1px solid #F0F2F5'
borderBottom
:
'1px solid #F0F2F5'
,
textAlign
:
'center'
}
}
colSpan=
{
headCells
?.
filter
((
k
:
any
)
=>
k
.
id
===
"checkbox"
)?.
length
===
0
?
headCells
?.
length
:
headCells
?.
length
+
1
}
className=
{
classes
.
TypographyStyle
}
...
...
src/views/Project/ProjectSetting/ProjectMembers/components/AddMember.tsx
View file @
73308b0d
...
...
@@ -2,7 +2,7 @@
* @Author: 吴永生#A02208 yongsheng.wu@wholion.com
* @Date: 2022-05-31 10:18:13
* @LastEditors: 吴永生 15770852798@163.com
* @LastEditTime: 2022-08-3
0 17:13:59
* @LastEditTime: 2022-08-3
1 18:27:26
* @FilePath: /bkunyun/src/views/Project/ProjectSetting/index.tsx
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
...
...
@@ -162,6 +162,7 @@ const AddMember = observer((props: IProps) => {
/>
<
div
style=
{
{
overflowY
:
"scroll"
,
maxHeight
:
400
}
}
>
<
MyTable
tableContainerStyle=
{
{
height
:
346
}
}
checkboxData=
{
(
val
:
string
[])
=>
setCheckData
(
val
)
}
param=
"username"
disabledParam=
{
"enabled"
}
...
...
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