|
@@ -226,6 +226,15 @@ onBeforeRouteUpdate(to => {
|
|
</style>
|
|
</style>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+*{
|
|
|
|
+ user-select: none;
|
|
|
|
+ -moz-user-select:-moz-none;
|
|
|
|
+ moz-user-select: none;
|
|
|
|
+ -o-user-select:none;
|
|
|
|
+ -webkit-user-select: none;
|
|
|
|
+ -ms-user-select: none;
|
|
|
|
+ -khtml-user-select:none;
|
|
|
|
+}
|
|
.flex {
|
|
.flex {
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|