Fixed link color
parent
fffe4a4435
commit
89bad1cb6f
|
@ -101,8 +101,15 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style scoped lang="scss">
|
||||
button {
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
/deep/ .p-tree {
|
||||
a {
|
||||
color: #2196f3;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue