|
@@ -617,13 +617,14 @@ export default {
|
|
|
fn: () => {
|
|
|
this.$BRACE.methods.open({
|
|
|
route: {
|
|
|
- link
|
|
|
+ link,
|
|
|
+ openType: '_blank'
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
spareFn: () => {
|
|
|
- location.href = link
|
|
|
- // window.open(link)
|
|
|
+ // location.href = link
|
|
|
+ window.open(link)
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -2074,10 +2075,10 @@ export default {
|
|
|
}
|
|
|
|
|
|
.list-item:hover {
|
|
|
- background: #F6F6F6;
|
|
|
- box-shadow: inset 0px -1px 0px rgb(0, 0, 0, .05);
|
|
|
- .a-i-left{
|
|
|
- color: #2CB7CA;
|
|
|
+ background: #f6f6f6;
|
|
|
+ box-shadow: inset 0px -1px 0px rgb(0, 0, 0, 0.05);
|
|
|
+ .a-i-left {
|
|
|
+ color: #2cb7ca;
|
|
|
}
|
|
|
}
|
|
|
|