no message
This commit is contained in:
parent
1ad66cd2ca
commit
53e2105873
@ -98,6 +98,9 @@ body {
|
||||
color: #f95d5d;
|
||||
padding: 0 8px;
|
||||
}
|
||||
.base .rigth .number.number-no {
|
||||
background-color: transparent;
|
||||
}
|
||||
.one-line-display {
|
||||
word-break: keep-all;
|
||||
white-space: nowrap;
|
||||
|
@ -109,6 +109,10 @@ body {
|
||||
font-size: 13px;
|
||||
color: #f95d5d;
|
||||
padding: 0 8px;
|
||||
|
||||
&.number-no {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -137,6 +137,7 @@
|
||||
}
|
||||
.body {
|
||||
align-items: flex-start;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.content {
|
||||
background-color: #ffffff;
|
||||
@ -190,7 +191,7 @@
|
||||
padding-left: 50px;
|
||||
padding-right: 30px;
|
||||
background-color: #fbfbfb;
|
||||
border-radius: 0 12px 0 0;
|
||||
border-radius: 0 12px 12px 0;
|
||||
border-left: 1px solid #ebebeb;
|
||||
}
|
||||
.content .details-box .block {
|
||||
|
@ -151,6 +151,7 @@
|
||||
|
||||
.body {
|
||||
align-items: flex-start;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.content {
|
||||
@ -210,7 +211,7 @@
|
||||
padding-left: 50px;
|
||||
padding-right: 30px;
|
||||
background-color: #fbfbfb;
|
||||
border-radius: 0 12px 0 0;
|
||||
border-radius: 0 12px 12px 0;
|
||||
border-left: 1px solid rgba(235, 235, 235, 1);
|
||||
|
||||
.block {
|
||||
|
@ -392,6 +392,9 @@
|
||||
color: #000000;
|
||||
text-align: center;
|
||||
}
|
||||
.content .body {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.content .body .left {
|
||||
width: 200px;
|
||||
font-size: 16px;
|
||||
@ -439,6 +442,7 @@
|
||||
background-color: #fbfbfb;
|
||||
border-top: 1px solid #ebebeb;
|
||||
padding: 0 32px;
|
||||
border-radius: 0 0 12px 0;
|
||||
}
|
||||
.content .body .right .screen .title {
|
||||
font-size: 15px;
|
||||
|
@ -442,6 +442,7 @@
|
||||
}
|
||||
.body {
|
||||
// align-items: flex-start;
|
||||
margin-bottom: 20px;
|
||||
.left {
|
||||
width: 200px;
|
||||
font-size: 16px;
|
||||
@ -492,7 +493,7 @@
|
||||
background-color: rgba(251, 251, 251, 1);
|
||||
border-top: 1px solid rgba(235, 235, 235, 1);
|
||||
padding: 0 32px;
|
||||
|
||||
border-radius: 0 0 12px 0;
|
||||
.screen {
|
||||
.title {
|
||||
font-size: 15px;
|
||||
|
@ -98,7 +98,6 @@ function decodeKey(encrypted, key) {
|
||||
const basicData = JSON.parse(storedData)
|
||||
if (!key) key = basicData.encodekey
|
||||
|
||||
console.log("encodekey", key)
|
||||
const encryptedData = CryptoJS.enc.Base64.parse(encrypted)
|
||||
|
||||
const decrypted = CryptoJS.AES.decrypt(
|
||||
|
Loading…
Reference in New Issue
Block a user