Commit 091ea1b1 authored by 胡笑坤's avatar 胡笑坤

样式

parent 938208b5
......@@ -259,7 +259,7 @@ export default {
formatQrCode(qrCode) {
if (!qrCode) return "";
// 截取后10位,前面拼接...
return `...${qrCode.slice(-10)}`;
return `...${qrCode.slice(-4)}`;
},
// 扫码确认:校验并标记状态
gousearch() {
......@@ -305,7 +305,7 @@ export default {
border-radius: 0.1rem;
height: 1.3rem;
position: fixed;
bottom: .1rem;
bottom: .3rem;
left: .4rem;
border: 1px solid #d7d4d8;
}
......@@ -465,6 +465,6 @@ export default {
}
.query-btns {
bottom: 1.5rem;
bottom: 1.2rem;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment