Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wbx-PCAndMobi
pc
Commits
fb6a85c1
Commit
fb6a85c1
authored
Jan 08, 2021
by
毋智龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
ssh://git.omniview.pro:256/fangdi/housemanage/web/majorproject
into dev
parents
74936e55
ed81a11a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
home.vue
src/views/home.vue
+10
-3
No files found.
src/views/home.vue
View file @
fb6a85c1
<
template
>
<
template
>
<!--
<div
id=
"home"
class=
"layoutPadding"
v-if=
"(this.$api.BASE_URL).indexOf('xuhui') > -1 || (this.$api.BASE_URL).indexOf('31.0.161.39') > -1"
>
-->
<!--
<div
id=
"home"
class=
"layoutPadding"
v-if=
"(this.$api.BASE_URL).indexOf('xuhui') > -1 || (this.$api.BASE_URL).indexOf('31.0.161.39') > -1"
>
-->
<div
id=
"home"
class=
"layoutPadding"
v-if=
"(this.$api.BASE_URL).indexOf('
pudong
') > -1 || (this.$api.BASE_URL).indexOf('31.0.161.39') > -1"
>
<div
id=
"home"
class=
"layoutPadding"
v-if=
"(this.$api.BASE_URL).indexOf('
xuhui
') > -1 || (this.$api.BASE_URL).indexOf('31.0.161.39') > -1"
>
<a-row
type=
"flex"
class=
"align-stretch"
>
<a-row
type=
"flex"
class=
"align-stretch"
>
<a-col
:span=
"24"
>
<a-col
:span=
"24"
>
<a-row
type=
"flex"
style=
"height:100%;"
>
<a-row
type=
"flex"
style=
"height:100%;"
>
...
@@ -567,7 +567,7 @@
...
@@ -567,7 +567,7 @@
</div>
</div>
<div
id=
"home"
class=
"layoutPadding"
v-else
>
<div
id=
"home"
class=
"layoutPadding"
v-else
>
<div
class=
"topBox"
>
<div
class=
"topBox
-l
"
>
<div
class=
"inner"
style=
""
>
<div
class=
"inner"
style=
""
>
<div>
<div>
<p
class=
"top-font"
>
小区数
</p>
<p
class=
"top-font"
>
小区数
</p>
...
@@ -1462,7 +1462,7 @@ export default {
...
@@ -1462,7 +1462,7 @@ export default {
white-space
:
nowrap
;
white-space
:
nowrap
;
}
}
.topBox
.inner
{
.topBox
-l
.inner
{
padding
:
1rem
;
padding
:
1rem
;
width
:
24%
;
width
:
24%
;
display
:
flex
;
display
:
flex
;
...
@@ -1470,4 +1470,11 @@ export default {
...
@@ -1470,4 +1470,11 @@ export default {
background
:
#fff
;
background
:
#fff
;
}
}
.topBox-l
{
width
:
100%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
}
</
style
>
</
style
>
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