Commit d19e0afd authored by 华国豪's avatar 华国豪 🙄

布局修改

parent 1a6ee19f
......@@ -108,7 +108,7 @@
</el-col>
</el-row>
<el-row :gutter="25" class="bottom" >
<el-col :span="15" style="height: 100%;">
<el-col :span="12" style="height: 100%;">
<el-card style="height: 100%;">
<div slot="header" class="clearfix">
<span>数据说明</span>
......@@ -128,7 +128,7 @@
</div>
</el-card>
</el-col>
<el-col :span="9" style="height: 100%;">
<el-col :span="12" style="height: 100%;">
<el-card style="height: 100%;">
<div slot="header" class="clearfix">
<el-row style="width:100%">
......
......@@ -86,7 +86,7 @@
<div class="statistics-title bold18">婚姻统计</div>
<div class="conten-box" v-if="!loading">
<el-row :gutter="25" class="top">
<el-col :span="10" class="left">
<el-col :span="12" class="left">
<el-card class="blue">
<div slot="header" class="clearfix">
<span style="color: #303133">报名统计</span>
......@@ -98,7 +98,7 @@
</el-row>
</el-card>
</el-col>
<el-col :span="14" style="height: 100%;">
<el-col :span="12" style="height: 100%;">
<el-card style="height: calc(100% - 2px);">
<div slot="header" class="clearfix">
<span>购物统计<span class="font-size-12">(按平均计算)</span></span>
......@@ -108,7 +108,7 @@
</el-col>
</el-row>
<el-row :gutter="25" class="bottom" >
<el-col :span="15" style="height: 100%;">
<el-col :span="12" style="height: 100%;">
<el-card style="height: 100%;">
<div slot="header" class="clearfix">
<span>数据说明</span>
......@@ -128,7 +128,7 @@
</div>
</el-card>
</el-col>
<el-col :span="9" style="height: 100%;">
<el-col :span="12" style="height: 100%;">
<el-card style="height: 100%;">
<div slot="header" class="clearfix">
<el-row style="width:100%">
......
......@@ -119,7 +119,7 @@
</el-col>
</el-row>
<el-row :gutter="25" class="bottom" >
<el-col :span="15" style="height: 100%;">
<el-col :span="16" style="height: 100%;">
<el-card style="height: 100%;">
<div slot="header" class="clearfix">
<span>数据说明</span>
......@@ -139,7 +139,7 @@
</div>
</el-card>
</el-col>
<el-col :span="9" style="height: 100%;">
<el-col :span="8" style="height: 100%;">
<el-card style="height: 100%;">
<div slot="header" class="clearfix">
<el-row style="width:100%">
......
......@@ -119,7 +119,7 @@
</el-col>
</el-row>
<el-row :gutter="25" class="bottom" >
<el-col :span="15" style="height: 100%;">
<el-col :span="16" style="height: 100%;">
<el-card style="height: 100%;">
<div slot="header" class="clearfix">
<span>数据说明</span>
......@@ -178,7 +178,7 @@
</div>
</el-card>
</el-col>
<el-col :span="9" style="height: 100%;">
<el-col :span="8" style="height: 100%;">
<el-card style="height: 100%;">
<div slot="header" class="clearfix">
<el-row style="width:100%">
......
......@@ -11,18 +11,18 @@ export default {
},
//域名管理对象
Vue.prototype.domainManager = function () {
let domainUrl = "http://crm.oytour.com"
let domainUrl = "http://testcrm.oytour.com"
let locationName = window.location.hostname;
let domainPostUrl = "http://testapi.oytour.com"
if (this.isOnline()) {
if (window.location.host.indexOf('crmyx.oytour.com') != -1)
{
domainUrl = "http://crm.oytour.com"
domainUrl = "http://testcrm.oytour.com"
domainPostUrl = "http://reborn.oytour.com"
}
else
{
domainUrl = "http://crm.oytour.com"
domainUrl = "http://testcrm.oytour.com"
domainPostUrl = "http://testapi.oytour.com"
}
}
......
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