Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
191d031d
Commit
191d031d
authored
Nov 30, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情页优化无数据时错位问题
parent
d34ba71a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
src/components/service-info/app-info.vue
src/components/service-info/app-info.vue
+1
-1
src/components/service-info/service-info.vue
src/components/service-info/service-info.vue
+8
-1
No files found.
src/components/service-info/app-info.vue
View file @
191d031d
...
...
@@ -268,7 +268,7 @@ export default {
}
.
commodity_information
>
.
commodity_text
{
flex
-
grow
:
1
;
padding
:
13
px
18
px
;
padding
:
8
px
18
px
;
background
-
color
:
#
f9fafc
;
border
-
radius
:
5
px
;
}
...
...
src/components/service-info/service-info.vue
View file @
191d031d
...
...
@@ -361,6 +361,13 @@ export default {
height
:
100%
;
border-radius
:
6px
;
}
.main_container-left
>
.workflows-view
{
position
:
absolute
;
right
:
3px
;
bottom
:
3px
;
width
:
calc
(
100%
-
6px
);
height
:
calc
(
100%
-
6px
);
}
.main_container-left
>
.map_view
{
position
:
absolute
;
right
:
3px
;
...
...
@@ -446,7 +453,7 @@ export default {
}
.commodity_information
>
.commodity_text
{
flex-grow
:
1
;
padding
:
13
px
18px
;
padding
:
8
px
18px
;
background-color
:
#f9fafc
;
border-radius
:
5px
;
}
...
...
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