Commit d0c5ef59 authored by 胡's avatar

fix

parent d209d978
......@@ -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: '"3.3.8"'
currentVersion: '"3.4.1"'
}
......@@ -14,7 +14,10 @@
<!-- <div :class="['top',(multipleRole!=='GUTA'&&user_bp_type!=='GUTA')?'has':'antiHas']" style="margin-top:-1px;"> -->
<div class="top" style="margin-top: -1px">
<div class="card-top" :style="{ height: nowBind.bp_type === 'MANAGER' ? '3.4rem' : '2.4rem' }">
<div
class="card-top"
:style="{ height: nowBind.bp_type === 'MANAGER' ? '3.4rem' : '2.4rem' }"
>
<img :src="upLoadObj" @click="checkType" />
<div class="sign">
<span>{{ user_phone }}</span>
......@@ -1387,18 +1390,22 @@ export default {
}
}
}
.my-content {
.my-content {
overflow: hidden;
background-color: #efefef;
display: flex;
justify-content: center;
flex-wrap: wrap;
.content-top {
flex-wrap: wrap;
.content-top {
overflow-y: scroll;
width: 339px;
height: 121px;
background-color: #fff;
height: 96%;
// height: 121px;
background-color: #efefef;
border-radius: 4px;
margin-top: 8px;
.version {
background-color: #efefef;
padding: 10px 0;
text-align: center;
font-family: PingFangSC-Regular;
......
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