Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
Details
Activity
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
front-end-dev
techbook
Commits
8b5a0ead
Commit
8b5a0ead
authored
May 29, 2020
by
zhangyanni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
93cb41e7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
applysuccess.vue
src/views/mobile/activityApply/applysuccess.vue
+5
-2
myjoin.vue
src/views/mobile/activityApply/myjoin.vue
+1
-1
No files found.
src/views/mobile/activityApply/applysuccess.vue
View file @
8b5a0ead
...
...
@@ -28,7 +28,8 @@
</div>
<shareCmpt
@
postLog=
"postLog"
:configVal=
"configVal"
v-if=
"popupVisible"
@
showDialogVisible=
"showDialogVisible"
@
closeShareDialog=
"closeShareDialog"
:detailInfo=
"detailInfo"
:visible=
"popupVisible"
:isActivityList=
"false"
></shareCmpt>
<div
class=
"dialogTips"
v-if=
"dialogVisible"
@
click=
"dialogVisible = false"
>
<img
src=
"../../../assets/jiantou.png"
alt=
""
>
<img
src=
"../../../assets/jiantou.png"
alt=
""
v-if=
"lang==1"
>
<img
src=
"../../../assets/jiantouEn.png"
alt=
""
v-if=
"lang==2"
>
</div>
<!--
<breadBottom></breadBottom>
-->
</div>
...
...
@@ -61,7 +62,9 @@
detailInfo
:
null
,
configVal
:{},
documentFront
:
""
,
pathfrom
:
""
pathfrom
:
""
,
lang
:
this
.
$i18n
.
locale
==
"zh-CN"
?
1
:
2
,
}
...
...
src/views/mobile/activityApply/myjoin.vue
View file @
8b5a0ead
...
...
@@ -180,7 +180,7 @@
}
.content_data
{
width
:
90%
;
height
:
calc
(
100vh
-
3
.
2rem
);
height
:
calc
(
100vh
-
2rem
);
-webkit-overflow-scrolling
:
touch
;
overflow
:
auto
;
margin
:
0
auto
;
...
...
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