Commit d84068ed authored by 高滢's avatar 高滢

feat(样品): 70684

parent 63fb0677
......@@ -98,13 +98,9 @@
min-width="200"
>
<template slot-scope="scope">
<el-link
type="primary"
:underline="false"
class="custom-link"
@click="clickSampleName(scope.row)"
>{{ scope.row.sampleName }}</el-link
>
<div class="custom-link" @click="clickSampleName(scope.row)">
{{ scope.row.sampleName }}
</div>
</template>
</el-table-column>
<el-table-column
......@@ -711,7 +707,15 @@ export default {
justify-content: flex-end;
margin-right: 20px;
}
.custom-link {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #1a6fd7;
}
.custom-link:hover {
text-decoration: underline;
cursor: pointer;
}
</style>
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