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
4cd6e5d7
authored
2021-02-02 11:26:43 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表宽度修改
1 parent
195c6ba6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/zrz/index.vue
src/views/zrz/index.vue
View file @
4cd6e5d
<
template
>
<
div
ref=
"lpb"
class=
"content_box"
>
<
!--
<div
ref=
"lpb"
class=
"content_box"
>
--
>
<el-tabs
v-model=
"activeName"
class=
"tabs"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"自然幢信息"
name=
"zrzxx"
><zrzxx></zrzxx></el-tab-pane>
<el-tab-pane
label=
"业主共有"
name=
"yzgy"
><yzgy
v-if=
"yzgyLoad"
:is-disabled=
"isDisabled"
></yzgy></el-tab-pane>
...
...
@@ -11,7 +11,7 @@
<lcgz
ref=
"lcgz"
></lcgz>
</el-tab-pane>
</el-tabs>
<
/div
>
<
!--
</div>
--
>
</
template
>
<
script
>
...
...
@@ -68,7 +68,7 @@ export default {
created
()
{},
mounted
()
{
// this.$nextTick(()=>{
this
.
$store
.
state
.
contentWidth
=
this
.
$refs
.
lpb
.
offsetWidth
-
44
;
this
.
$store
.
state
.
contentWidth
=
(
document
.
documentElement
.
clientWidth
||
document
.
body
.
clientWidth
)
-
340
;
// })
},
computed
:
{},
...
...
Please
register
or
sign in
to post a comment