@@ -216,4 +216,13 @@ const handleCloseAudioPup=()=>{
}
+*{
+ 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;
+}
</style>
@@ -223,7 +223,15 @@ const goDetail=(e)=>{
<style lang="scss" scoped>
-
.flex{
display: flex;
@@ -226,6 +226,15 @@ onBeforeRouteUpdate(to => {
.flex {