Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
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
Show 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 @@
.content
{
width
:
87%
;
min-height
:
calc
(
100vh
-
56
px
);
min-height
:
calc
(
100vh
-
80
px
);
margin
:
0
auto
;
min-width
:
1200px
;
max-width
:
1490px
;
...
...
ts/webui/src/components/overview/params/BasicInfo.tsx
View file @
1bfc7acf
...
...
@@ -26,7 +26,7 @@ export const BasicInfo = (): any => {
<
Stack
horizontal
horizontalAlign
=
'space-between'
className
=
'marginTop'
>
<
div
className
=
'basic'
>
<
p
>
Name
</
p
>
<
div
className
=
'ellipsis'
>
{
EXPERIMENT
.
profile
.
params
.
experimentName
}
</
div
>
<
div
className
=
'ellipsis'
>
{
EXPERIMENT
.
profile
.
params
.
experimentName
||
'
--
'
}
</
div
>
<
p
className
=
'marginTop'
>
ID
</
p
>
<
div
className
=
'ellipsis'
>
{
EXPERIMENT
.
profile
.
id
}
</
div
>
</
div
>
...
...
ts/webui/src/static/style/overview/command.scss
View file @
1bfc7acf
...
...
@@ -8,7 +8,7 @@
.basic
{
.lineMargin
{
margin-top
:
2
4
px
;
margin-top
:
2
2
px
;
font-weight
:
normal
;
}
}
ts/webui/src/static/style/overview/overview.scss
View file @
1bfc7acf
...
...
@@ -6,6 +6,7 @@ $boxGapPadding: 10px;
display
:
grid
;
grid-template-columns
:
repeat
(
8
,
1fr
);
grid-auto-rows
:
102px
;
margin-bottom
:
24px
;
>
div
{
background
:
#fff
;
...
...
@@ -42,7 +43,7 @@ $boxGapPadding: 10px;
grid-column
:
1
/
5
;
grid-row-start
:
8
;
margin-top
:
-50px
;
height
:
15
8
px
;
height
:
15
2
px
;
margin-right
:
$boxGapPadding
;
border-radius
:
$boxBorderRadius
;
}
...
...
@@ -83,7 +84,7 @@ $boxGapPadding: 10px;
.overviewBestMetric
{
grid-column
:
5
/
9
;
grid-row
:
1
/
10
;
grid-row
:
1
/
9
;
max-height
:
822px
;
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