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
e768552c
Commit
e768552c
authored
Sep 05, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改数据集样式
parent
cca46cd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
MySelect.tsx
src/components/mui/MySelect.tsx
+0
-8
index.tsx
src/views/Project/ProjectData/SeeDataset/index.tsx
+4
-2
No files found.
src/components/mui/MySelect.tsx
View file @
e768552c
...
@@ -180,14 +180,6 @@ export default function MySelect(props: IProps) {
...
@@ -180,14 +180,6 @@ export default function MySelect(props: IProps) {
},
},
},
},
},
},
MuiFormControl
:
{
styleOverrides
:
{
root
:
{
width
:
"100%"
,
},
},
},
},
},
});
});
...
...
src/views/Project/ProjectData/SeeDataset/index.tsx
View file @
e768552c
...
@@ -158,6 +158,7 @@ const SeeDataset = observer((props: ISeeDatasetProps) => {
...
@@ -158,6 +158,7 @@ const SeeDataset = observer((props: ISeeDatasetProps) => {
searchDataType
,
searchDataType
,
sort
,
sort
,
keyword
,
keyword
,
firstGetList
,
// Message,
// Message,
]
]
);
);
...
@@ -221,11 +222,12 @@ const SeeDataset = observer((props: ISeeDatasetProps) => {
...
@@ -221,11 +222,12 @@ const SeeDataset = observer((props: ISeeDatasetProps) => {
<
div
className=
{
style
.
screensRight
}
>
<
div
className=
{
style
.
screensRight
}
>
<
MySelect
<
MySelect
options=
{
dataTypes
}
options=
{
dataTypes
}
title=
"选择属性"
title=
{
dataTypes
.
length
===
0
?
"暂无属性"
:
"选择属性"
}
isTitle=
{
true
}
isTitle=
{
true
}
value=
{
searchDataType
}
value=
{
searchDataType
}
onChange=
{
handleSearchDataTypeChange
}
onChange=
{
handleSearchDataTypeChange
}
fullWidth=
{
false
}
fullWidth=
{
false
}
disabled=
{
dataTypes
.
length
===
0
}
sx=
{
{
sx=
{
{
width
:
"160px"
,
width
:
"160px"
,
marginRight
:
"16px"
,
marginRight
:
"16px"
,
...
@@ -269,8 +271,8 @@ const SeeDataset = observer((props: ISeeDatasetProps) => {
...
@@ -269,8 +271,8 @@ const SeeDataset = observer((props: ISeeDatasetProps) => {
sx=
{
{
sx=
{
{
width
:
"340px"
,
width
:
"340px"
,
marginRight
:
"16px"
,
marginRight
:
"16px"
,
height
:
"32px"
,
}
}
}
}
size=
"small"
></
MyInput
>
></
MyInput
>
<
MyButton
<
MyButton
text=
"确认"
text=
"确认"
...
...
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