Compare commits

..

No commits in common. "d8d7b4215a16b8abc3c57536367d0e82fa6074f6" and "0929b51faf69a15c78f8f35a38f89fef74f6b4a2" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -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;
} }

View File

@ -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;
} }