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
3a578c1e
authored
2020-11-24 15:36:44 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复ie11中综合查询页面出现横向滚动条问题
1 parent
5681c092
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/views/Home.vue
src/views/Home.vue
View file @
3a578c1
...
...
@@ -14,7 +14,7 @@
<LineTree
:pd=
"pd"
@
itemClick=
"itemClick"
></LineTree>
</div>
</el-aside>
<el-container>
<el-container
class=
"calcWidth"
>
<el-header>
<div
class=
"header-top"
>
<div
class=
"top-items"
@
click=
"toggleClick"
>
...
...
@@ -328,6 +328,9 @@ export default {
.home-box
{
width
:
100%
;
height
:
100vh
;
.calcWidth{
width
:
calc
(
100%
-
300px
);
}
.el-container
{
height
:
100%
;
}
...
...
Please
register
or
sign in
to post a comment