fix : Scanner and keyboard at same time
This commit is contained in:
parent
919d29e1b5
commit
1ebba5c0d0
10 changed files with 83 additions and 49 deletions
|
|
@ -152,25 +152,11 @@ input[type=number] {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.qr-icon {
|
||||
line-height: 45px;
|
||||
}
|
||||
|
||||
.input-notification {
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.qr-scan-icon a {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 25px;
|
||||
right: 0;
|
||||
padding: 0 10px;
|
||||
font-size: 24px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.pr {
|
||||
position: relative;
|
||||
}
|
||||
|
|
@ -443,3 +429,11 @@ input[type=file] {
|
|||
.left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.keyboard-open .tabs {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.keyboard-open .has-tabs {
|
||||
bottom: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue