Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
4fd24016
authored
2020-11-27 14:37:24 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
c6f5f4df
5a5ec20b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/panel/index.vue
src/views/panel/index.vue
View file @
4fd2401
...
...
@@ -106,7 +106,7 @@ export default {
},
mounted
()
{
this
.
$nextTick
(()
=>
{
this
.
tableHeight
=
this
.
$refs
.
notice
.
offsetHeight
-
5
3
;
this
.
tableHeight
=
this
.
$refs
.
notice
.
offsetHeight
-
5
4
;
});
},
methods
:
{
...
...
@@ -228,13 +228,13 @@ export default {
}
}
}
.el-card__body
{
padding
:
4
0px
;
/
deep
/
.el-card__body
{
padding
:
50px
2
0px
;
}
}
.notice
{
padding
:
0
;
height
:
calc
(
100%
-
2
2
5px
);
height
:
calc
(
100%
-
2
8
5px
);
@flex();
.news
{
float
:
left
;
...
...
Please
register
or
sign in
to post a comment