版本管理修改下载地址样式

This commit is contained in:
2024-09-05 13:48:12 +08:00
parent fe90fd7fc2
commit d7b5a1329e

View File

@@ -72,7 +72,7 @@
<el-table-column label="下载地址" prop="url">
<template v-slot="scope">
<a :href="scope.row.url">{{ scope.row.url }}</a>
<a class="a" :href="scope.row.url">{{ scope.row.url }}</a>
</template>
</el-table-column>
@@ -232,7 +232,13 @@ export default {
cursor: grab;
}
}
.a{
color: #409eff;
text-decoration: underline;
}
a:focus, a:hover{
opacity: .7;
}
.shop_info {
display: flex;