Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7cb5f3f7
authored
2020-07-30 18:57:03 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
去掉指标概况
1 parent
89b0681a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/main/webapp/view/model/modelIndex/css/style.css
src/main/webapp/view/model/modelIndex/widget.html
src/main/webapp/view/model/modelIndex/css/style.css
View file @
7cb5f3f
...
...
@@ -75,7 +75,7 @@ body {
.zbgl_bottom
{
margin-top
:
20px
;
width
:
97%
;
height
:
576px
;
height
:
90%
;
background-color
:
#fff
;
padding
:
20px
27px
24px
24px
;
}
...
...
src/main/webapp/view/model/modelIndex/widget.html
View file @
7cb5f3f
...
...
@@ -20,7 +20,7 @@
</head>
<body>
<div
id=
"zbgl"
>
<div
class=
"zbgl_top"
>
<
!--<
div class="zbgl_top">
<div class="zbgl_title">
<span>指标概况</span>
</div>
...
...
@@ -34,7 +34,7 @@
<div class="mc">{{item.zblx}}</div>
</div>
</div>
</div>
</div>
-->
<div
class=
"zbgl_bottom"
>
<div
class=
"zbgl_title"
>
指标列表
...
...
Please
register
or
sign in
to post a comment