Commit 96488a7d authored by Jennie Shi's avatar Jennie Shi

样式调整

parent dabca616
......@@ -11,5 +11,5 @@ module.exports = {
ocrPath:'"http://180.104.121.66:8088/r/api"',
fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="',
appId: '"com.xcmg.app.dev"',
currentVersion: '"2.6.9"'
currentVersion: '"2.7.0"'
}
......@@ -59,7 +59,7 @@ import Jpush from './scripts/jpushService'
import Jmessage from './scripts/jmessageService'
//
// || process.env.CONFIG_ENV === 'prod'
if (process.env.CONFIG_ENV === 'dev' || process.env.CONFIG_ENV === 'uat') {
if (process.env.CONFIG_ENV === 'uat') {
const VConsole = require('vconsole')
new VConsole() // eslint-disable-line
}
......
......@@ -115,7 +115,7 @@
<input type="text" placeholder="请输入承租人名称/证件号码">
</div>
<scroll
ref="scroll" class="scroll-content"
ref="scroll"
>
<div class="wrap">
<div v-for="(item,index) in showLists" :key="index" class="contract-lists" >
......@@ -572,11 +572,10 @@ export default {
<style lang="less" type="text/less">
#sales-info {
.content{
margin-top:0;
}
// .content{
// margin-top:50px;
// }
.scroll-content{
margin-top:0;
top:100px;
}
.date-pic {
......@@ -676,7 +675,7 @@ export default {
position: absolute;
}
.scrollContent{
padding-top: 0 !important;
padding-top: 100px !important;
padding-bottom: 20px;
}
}
......
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