Compare commits
No commits in common. "d8d7b4215a16b8abc3c57536367d0e82fa6074f6" and "0929b51faf69a15c78f8f35a38f89fef74f6b4a2" have entirely different histories.
d8d7b4215a
...
0929b51faf
|
@ -322,7 +322,7 @@ export default {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.blue-font-color {
|
.blue-font-color:hover {
|
||||||
color: #0058e1;
|
color: #0058e1;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
@ -281,7 +281,7 @@ export default {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.blue-font-color {
|
.blue-font-color:hover {
|
||||||
color: #0058e1;
|
color: #0058e1;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue