Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
1bfc7acf
Unverified
Commit
1bfc7acf
authored
Nov 15, 2021
by
Lijiaoa
Committed by
GitHub
Nov 15, 2021
Browse files
[webui] Improve overview page: remove blank at the bottom (#4302)
parent
219d7d19
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
ts/webui/src/App.scss
ts/webui/src/App.scss
+1
-1
ts/webui/src/components/overview/params/BasicInfo.tsx
ts/webui/src/components/overview/params/BasicInfo.tsx
+1
-1
ts/webui/src/static/style/overview/command.scss
ts/webui/src/static/style/overview/command.scss
+1
-1
ts/webui/src/static/style/overview/overview.scss
ts/webui/src/static/style/overview/overview.scss
+3
-2
No files found.
ts/webui/src/App.scss
View file @
1bfc7acf
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
.content
{
.content
{
width
:
87%
;
width
:
87%
;
min-height
:
calc
(
100vh
-
56
px
);
min-height
:
calc
(
100vh
-
80
px
);
margin
:
0
auto
;
margin
:
0
auto
;
min-width
:
1200px
;
min-width
:
1200px
;
max-width
:
1490px
;
max-width
:
1490px
;
...
...
ts/webui/src/components/overview/params/BasicInfo.tsx
View file @
1bfc7acf
...
@@ -26,7 +26,7 @@ export const BasicInfo = (): any => {
...
@@ -26,7 +26,7 @@ export const BasicInfo = (): any => {
<
Stack
horizontal
horizontalAlign
=
'space-between'
className
=
'marginTop'
>
<
Stack
horizontal
horizontalAlign
=
'space-between'
className
=
'marginTop'
>
<
div
className
=
'basic'
>
<
div
className
=
'basic'
>
<
p
>
Name
</
p
>
<
p
>
Name
</
p
>
<
div
className
=
'ellipsis'
>
{
EXPERIMENT
.
profile
.
params
.
experimentName
}
</
div
>
<
div
className
=
'ellipsis'
>
{
EXPERIMENT
.
profile
.
params
.
experimentName
||
'
--
'
}
</
div
>
<
p
className
=
'marginTop'
>
ID
</
p
>
<
p
className
=
'marginTop'
>
ID
</
p
>
<
div
className
=
'ellipsis'
>
{
EXPERIMENT
.
profile
.
id
}
</
div
>
<
div
className
=
'ellipsis'
>
{
EXPERIMENT
.
profile
.
id
}
</
div
>
</
div
>
</
div
>
...
...
ts/webui/src/static/style/overview/command.scss
View file @
1bfc7acf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
.basic
{
.basic
{
.lineMargin
{
.lineMargin
{
margin-top
:
2
4
px
;
margin-top
:
2
2
px
;
font-weight
:
normal
;
font-weight
:
normal
;
}
}
}
}
ts/webui/src/static/style/overview/overview.scss
View file @
1bfc7acf
...
@@ -6,6 +6,7 @@ $boxGapPadding: 10px;
...
@@ -6,6 +6,7 @@ $boxGapPadding: 10px;
display
:
grid
;
display
:
grid
;
grid-template-columns
:
repeat
(
8
,
1fr
);
grid-template-columns
:
repeat
(
8
,
1fr
);
grid-auto-rows
:
102px
;
grid-auto-rows
:
102px
;
margin-bottom
:
24px
;
>
div
{
>
div
{
background
:
#fff
;
background
:
#fff
;
...
@@ -42,7 +43,7 @@ $boxGapPadding: 10px;
...
@@ -42,7 +43,7 @@ $boxGapPadding: 10px;
grid-column
:
1
/
5
;
grid-column
:
1
/
5
;
grid-row-start
:
8
;
grid-row-start
:
8
;
margin-top
:
-50px
;
margin-top
:
-50px
;
height
:
15
8
px
;
height
:
15
2
px
;
margin-right
:
$boxGapPadding
;
margin-right
:
$boxGapPadding
;
border-radius
:
$boxBorderRadius
;
border-radius
:
$boxBorderRadius
;
}
}
...
@@ -83,7 +84,7 @@ $boxGapPadding: 10px;
...
@@ -83,7 +84,7 @@ $boxGapPadding: 10px;
.overviewBestMetric
{
.overviewBestMetric
{
grid-column
:
5
/
9
;
grid-column
:
5
/
9
;
grid-row
:
1
/
10
;
grid-row
:
1
/
9
;
max-height
:
822px
;
max-height
:
822px
;
overflow
:
hidden
;
overflow
:
hidden
;
...
...
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