Commit d6638af3 authored by Marcus's avatar Marcus

储位按钮不可选文字

parent 6b54d1d9
......@@ -199,6 +199,7 @@ export default {
cursor: pointer;
transition: 0.5s;
box-shadow: #bfbfbf 3px 3px 14px 0;
user-select: none;
}
.warehouse-block:hover{
opacity: 0.9;
......@@ -227,6 +228,7 @@ export default {
display: flex;
flex-direction: column;
gap: 1px;
user-select: none;
}
.position-item{
width: 100%;
......
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