@@ -42,7 +42,7 @@
<div style="border: 1px dotted rgb(187, 187, 187);box-sizing: border-box;padding: 0px 15px;"
class="martop20 marbottom10">
<table @click
- class="table martop20"
+ class="table martop20 copyTable"
width='100%'
border='1px '
bordercolor="#E5E5E5"
@@ -150,4 +150,7 @@ export default {
}
</script>
<style lang="scss" scoped>
+.copyTable td{
+ user-select:initial !important;
+}
</style>
@@ -85,7 +85,7 @@
class="martop20 marbottom10"
>
@@ -339,5 +339,8 @@ export default {
width: 90%;
height: 100%;
@@ -41,7 +41,7 @@
@@ -151,3 +151,10 @@ export default {
+<style lang="scss" scoped>
+
+</style>