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
ed05f3bc
authored
2020-05-09 20:28:35 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
平安福
1 parent
8d127659
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
5 deletions
src/api/fetch-api.js
src/pages/gen-rich/gen-rich.scss
src/pages/gen-rich/gen-rich.vue
src/api/fetch-api.js
View file @
ed05f3b
...
...
@@ -51,7 +51,7 @@ function encryptContent(obj) {
// let base = COM.baseUrl;
// console.log(process.env);
let
baseURL
=
process
.
env
.
VUE_APP_BASE_URL
;
baseURL
=
"http://localhost:9101"
;
//
baseURL = "http://localhost:9101";
// if (window.location.href.indexOf("192.168") != -1) {
// baseURL = "https://ow.go.qudone.com";
// }
...
...
src/pages/gen-rich/gen-rich.scss
View file @
ed05f3b
...
...
@@ -360,16 +360,30 @@ $borderSize: 6px;
.tt2
{
display
:
flex
;
padding
:
0
;
}
.ff
{
width
:
50%
;
.nn
{
.n1
{
background-color
:
wheat
;
@extend
.fcc
;
border-bottom
:
solid
1px
#e4e4e5
;
border-right
:
solid
1px
#e4e4e5
;
&
:last-child
{
border-bottom
:
none
;
border-right
:
none
;
}
.n2
{}
}
.nn1
{
height
:
40%
;
}
.nn2
{
height
:
60%
;
}
}
...
...
@@ -394,6 +408,12 @@ $borderSize: 6px;
.table-item2
{
min-height
:
136px
;
.label
{}
.val
{
padding-left
:
0
;
}
}
}
...
...
src/pages/gen-rich/gen-rich.vue
View file @
ed05f3b
...
...
@@ -124,7 +124,7 @@
</div>
<div
class=
"table-item"
>
<div
class=
"tt label"
>
{{
$t
(
'genRich.guarantee1.k2'
)
}}
</div>
<div
class=
"tt val"
>
{{
$t
(
'genRich.guarantee1.v2'
)
}}
</div>
<div
class=
"tt val"
>
{{
$t
(
'genRich
s
.guarantee1.v2'
)
}}
</div>
</div>
<div
class=
"table-item"
>
<div
class=
"tt label"
>
{{
$t
(
'genRich.guarantee1.k3'
)
}}
</div>
...
...
Please
register
or
sign in
to post a comment