support application lock

This commit is contained in:
MaysWind
2020-11-21 02:31:37 +08:00
parent d59ff3180d
commit 7290835bb8
15 changed files with 374 additions and 22 deletions
+10
View File
@@ -57,6 +57,16 @@ body {
margin-left: 0;
}
.vue-pincode-input {
margin: 3px !important;
padding: 5px !important;
box-shadow: 0 0 3px rgba(0,0,0,.5) !important;
}
.list-item-pincode-input .item-inner {
justify-content: center;
}
.work-break-all {
word-break: break-all;
}