|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <el-button link :type="props.order?.canSign ? 'danger' : 'primary'" @click.stop="onOrderDetail" title="点击查看工单详情">
|
|
|
+ <el-button class="button-select" link :type="props.order?.canSign ? 'danger' : 'primary'" @click.stop="onOrderDetail" title="点击查看工单详情">
|
|
|
<slot>工单详情</slot>
|
|
|
</el-button>
|
|
|
<el-dialog
|
|
@@ -947,4 +947,10 @@ defineExpose({
|
|
|
:deep(.el-collapse-item__wrap) {
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
+/*.button-select{
|
|
|
+ -webkit-user-select:initial;
|
|
|
+ -moz-user-select: initial;
|
|
|
+ -ms-user-select: initial;
|
|
|
+ user-select:initial;
|
|
|
+}*/
|
|
|
</style>
|