Compare commits

...

2 Commits

Author SHA1 Message Date
851673013@qq.com d8d7b4215a Merge branch 'hi-ucs-dev' of http://15.2.21.221:3000/wuhongjian/hi-ucs into hi-ucs-dev 2022-07-14 15:38:01 +08:00
851673013@qq.com bd77db0ce4 bug582 2022-07-14 15:37:55 +08:00
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:hover { .blue-font-color {
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:hover { .blue-font-color {
color: #0058e1; color: #0058e1;
cursor: pointer; cursor: pointer;
} }