Commit fb6a85c1 authored by 毋智龙's avatar 毋智龙
parents 74936e55 ed81a11a
<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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment