Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d9b4cc32
authored
2020-02-27 18:05:23 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
63092db5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
src/common/lang/en.js
src/components/modal2-comp/modal2-comp.scss
src/components/modal2-comp/modal2-comp.vue
src/common/lang/en.js
View file @
d9b4cc3
...
...
@@ -10,7 +10,7 @@ module.exports = {
},
glbalTips
:
{
sessionLost
:
"Your session has expired. For your account safety, please re-enter and submit again."
,
sysError
:
"An error occurred, please try again later. "
sysError
:
"An error occurred,
<br>
please try again later. "
},
form
:
{
datePicker
:
{
...
...
src/components/modal2-comp/modal2-comp.scss
View file @
d9b4cc3
...
...
@@ -62,7 +62,7 @@
text-align
:
justify
;
text-align-last
:
left
;
span
{
.target
{
cursor
:
pointer
;
text-decoration
:
underline
;
}
...
...
src/components/modal2-comp/modal2-comp.vue
View file @
d9b4cc3
...
...
@@ -13,7 +13,7 @@
<span
v-html=
"content"
>
{{
content
}}
</span>
<span
v-if=
"target"
@
click=
"toTarget"
>
{{
target
}}
</span>
<span
class=
"target"
v-if=
"target"
@
click=
"toTarget"
>
{{
target
}}
</span>
</div>
</div>
</div>
...
...
Please
register
or
sign in
to post a comment