|
@@ -66,7 +66,7 @@
|
|
|
<!-- <el-table-column prop="createdAt" label="创建时间" align="center" width="180"></el-table-column> -->
|
|
|
<el-table-column label="操作" width="300" align="center">
|
|
|
<template #default="scope">
|
|
|
- <router-link :to="'/device/product/detail/' + scope.row.id" class="link-type" style="padding-right: 10px;
|
|
|
+ <router-link :to="'/device/product/detail/' + scope.row.id" class="link-type" style="padding-right: 12px;
|
|
|
font-size: 12px;color: #409eff;">
|
|
|
<span>详情</span>
|
|
|
</router-link>
|