|
|
@@ -162,6 +162,7 @@
|
|
|
><fView
|
|
|
v-if="refresh"
|
|
|
ref="fvView"
|
|
|
+ :class="updateShow?'':'nocopy'"
|
|
|
:option-file="optionFile"
|
|
|
:operation_status="operation_status"
|
|
|
@hadLoadedFile="hadLoadedFile"
|
|
|
@@ -796,5 +797,13 @@ export default {
|
|
|
// display: inline-block;
|
|
|
// margin-left: 60px;
|
|
|
// }
|
|
|
+.nocopy{
|
|
|
+ user-select:none;
|
|
|
+ -moz-user-select:none;
|
|
|
+ -webkit-user-select:none;
|
|
|
+ -ms-user-select:none;
|
|
|
+ -khtml-user-select:none;
|
|
|
+}
|
|
|
+
|
|
|
</style>
|
|
|
|