ed05f3bc by simon

平安福

1 parent 8d127659
......@@ -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";
// }
......
......@@ -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;
}
}
}
......
......@@ -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('genRichs.guarantee1.v2')}}</div>
</div>
<div class="table-item">
<div class="tt label">{{$t('genRich.guarantee1.k3')}}</div>
......