Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
d0c5ef59
Commit
d0c5ef59
authored
Dec 29, 2021
by
胡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d209d978
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
7 deletions
+14
-7
uat.env.js
config/uat.env.js
+1
-1
my-info.vue
src/pages/myInfo/my-info.vue
+13
-6
No files found.
config/uat.env.js
View file @
d0c5ef59
...
...
@@ -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
"'
}
src/pages/myInfo/my-info.vue
View file @
d0c5ef59
...
...
@@ -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;
...
...
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