|
|
|
@ -819,6 +819,10 @@ export default {
|
|
|
|
.operation-item{
|
|
|
|
.operation-item{
|
|
|
|
img{
|
|
|
|
img{
|
|
|
|
width: 32px;
|
|
|
|
width: 32px;
|
|
|
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
|
|
|
-webkit-user-drag: none;
|
|
|
|
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
span{
|
|
|
|
span{
|
|
|
|
padding: 3px 6px;
|
|
|
|
padding: 3px 6px;
|
|
|
|
@ -841,6 +845,10 @@ export default {
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
img{
|
|
|
|
img{
|
|
|
|
width: 32px;
|
|
|
|
width: 32px;
|
|
|
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
|
|
|
-webkit-user-drag: none;
|
|
|
|
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|