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
c453e89d
Commit
c453e89d
authored
Sep 21, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 样式微调
parent
2206a379
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
MyMultipleMenu.tsx
src/components/mui/MyMultipleMenu.tsx
+3
-0
MyTooltip.tsx
src/components/mui/MyTooltip.tsx
+2
-2
index.module.css
...a/SeeDataset/components/DatasetCardTable/index.module.css
+4
-3
No files found.
src/components/mui/MyMultipleMenu.tsx
View file @
c453e89d
...
...
@@ -60,6 +60,9 @@ const theme = createTheme({
styleOverrides
:
{
root
:
{
color
:
"rgba(209, 214, 222, 1)"
,
"&.MuiCheckbox-indeterminate"
:
{
color
:
"rgba(19, 112, 255, 1)"
,
},
"&.Mui-checked"
:
{
color
:
"rgba(19, 112, 255, 1)"
,
},
...
...
src/components/mui/MyTooltip.tsx
View file @
c453e89d
...
...
@@ -21,7 +21,7 @@ const theme = createTheme({
tooltip
:
{
backgroundColor
:
"rgba(7, 19, 38, .8)"
,
color
:
"#fff"
,
padding
:
0
,
padding
:
"8px 0"
,
},
arrow
:
{
"&:before"
:
{
...
...
@@ -44,7 +44,7 @@ const MyTooltip = (props: IMyTooltipProps) => {
style=
{
{
maxHeight
:
"36vh"
,
overflow
:
"overlay"
,
padding
:
"
8px
16px"
,
padding
:
"
0
16px"
,
}
}
>
{
title
}
...
...
src/views/Project/ProjectData/SeeDataset/components/DatasetCardTable/index.module.css
View file @
c453e89d
...
...
@@ -11,7 +11,8 @@
margin
:
0
16px
16px
0
;
border
:
1px
solid
rgba
(
235
,
237
,
240
,
1
);
border-radius
:
4px
;
min-height
:
275px
;
min-height
:
339px
;
max-height
:
339px
;
box-sizing
:
border-box
;
position
:
relative
;
cursor
:
pointer
;
...
...
@@ -32,11 +33,11 @@
margin-bottom
:
0
;
}
.datasetLiTop
{
height
:
55%
;
height
:
185px
;
box-sizing
:
border-box
;
}
.datasetLiBottom
{
height
:
45%
;
height
:
152px
;
box-sizing
:
border-box
;
background-color
:
RGBA
(
247
,
248
,
250
,
1
);
display
:
flex
;
...
...
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