门禁端网页不允许鼠标选中
This commit is contained in:
parent
83f424b80f
commit
2f469aec14
@ -1,6 +1,7 @@
|
|||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
@ -82,6 +82,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gate-list-item > p {
|
.gate-list-item > p {
|
||||||
|
Loading…
Reference in New Issue
Block a user