no message

This commit is contained in:
A1300399510 2024-11-13 16:51:43 +08:00
parent 1ad66cd2ca
commit 53e2105873
7 changed files with 17 additions and 4 deletions

View File

@ -98,6 +98,9 @@ body {
color: #f95d5d; color: #f95d5d;
padding: 0 8px; padding: 0 8px;
} }
.base .rigth .number.number-no {
background-color: transparent;
}
.one-line-display { .one-line-display {
word-break: keep-all; word-break: keep-all;
white-space: nowrap; white-space: nowrap;

View File

@ -109,6 +109,10 @@ body {
font-size: 13px; font-size: 13px;
color: #f95d5d; color: #f95d5d;
padding: 0 8px; padding: 0 8px;
&.number-no {
background-color: transparent;
}
} }
} }
} }

View File

@ -137,6 +137,7 @@
} }
.body { .body {
align-items: flex-start; align-items: flex-start;
margin-bottom: 20px;
} }
.content { .content {
background-color: #ffffff; background-color: #ffffff;
@ -190,7 +191,7 @@
padding-left: 50px; padding-left: 50px;
padding-right: 30px; padding-right: 30px;
background-color: #fbfbfb; background-color: #fbfbfb;
border-radius: 0 12px 0 0; border-radius: 0 12px 12px 0;
border-left: 1px solid #ebebeb; border-left: 1px solid #ebebeb;
} }
.content .details-box .block { .content .details-box .block {

View File

@ -151,6 +151,7 @@
.body { .body {
align-items: flex-start; align-items: flex-start;
margin-bottom: 20px;
} }
.content { .content {
@ -210,7 +211,7 @@
padding-left: 50px; padding-left: 50px;
padding-right: 30px; padding-right: 30px;
background-color: #fbfbfb; background-color: #fbfbfb;
border-radius: 0 12px 0 0; border-radius: 0 12px 12px 0;
border-left: 1px solid rgba(235, 235, 235, 1); border-left: 1px solid rgba(235, 235, 235, 1);
.block { .block {

View File

@ -392,6 +392,9 @@
color: #000000; color: #000000;
text-align: center; text-align: center;
} }
.content .body {
margin-bottom: 20px;
}
.content .body .left { .content .body .left {
width: 200px; width: 200px;
font-size: 16px; font-size: 16px;
@ -439,6 +442,7 @@
background-color: #fbfbfb; background-color: #fbfbfb;
border-top: 1px solid #ebebeb; border-top: 1px solid #ebebeb;
padding: 0 32px; padding: 0 32px;
border-radius: 0 0 12px 0;
} }
.content .body .right .screen .title { .content .body .right .screen .title {
font-size: 15px; font-size: 15px;

View File

@ -442,6 +442,7 @@
} }
.body { .body {
// align-items: flex-start; // align-items: flex-start;
margin-bottom: 20px;
.left { .left {
width: 200px; width: 200px;
font-size: 16px; font-size: 16px;
@ -492,7 +493,7 @@
background-color: rgba(251, 251, 251, 1); background-color: rgba(251, 251, 251, 1);
border-top: 1px solid rgba(235, 235, 235, 1); border-top: 1px solid rgba(235, 235, 235, 1);
padding: 0 32px; padding: 0 32px;
border-radius: 0 0 12px 0;
.screen { .screen {
.title { .title {
font-size: 15px; font-size: 15px;

View File

@ -98,7 +98,6 @@ function decodeKey(encrypted, key) {
const basicData = JSON.parse(storedData) const basicData = JSON.parse(storedData)
if (!key) key = basicData.encodekey if (!key) key = basicData.encodekey
console.log("encodekey", key)
const encryptedData = CryptoJS.enc.Base64.parse(encrypted) const encryptedData = CryptoJS.enc.Base64.parse(encrypted)
const decrypted = CryptoJS.AES.decrypt( const decrypted = CryptoJS.AES.decrypt(