Commit ecde4a72 authored by 黄媛媛's avatar 黄媛媛

禁止鼠标右键

parent 010e8386
......@@ -816,7 +816,7 @@
<title>athena</title>
</head>
<body>
<body oncontextmenu=self.event.returnValue=false onselectstart="return false">
<noscript>
<strong>We're sorry but athena doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong>
......
This diff is collapsed.
......@@ -140,7 +140,7 @@
align-items: center;
justify-content: center;
}
.juanList .MoreDiv .moreItem:hover .textDiv{
.juanList .moreItem:hover .textDiv{
box-shadow: 0 0 15px 2px #f5f5f5;
}
.juanList .MoreDiv .moreItem{
......@@ -182,9 +182,6 @@
align-items: center;
justify-content: center;
}
.juanList .MoreDiv .moreItem:hover .textDiv{
box-shadow: 0 0 15px 2px #f5f5f5;
}
.juanList .serachDiv{
width:560px;
margin:0 auto;
......@@ -599,7 +596,6 @@ export default {
},
InputFocus(){
if(this.text!=""){
this.searchShow=true;
this.InputChange();
......
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