版本管理修改下载地址样式
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user