Skip to content

Commit

Permalink
[PR] Merge pull request #3 from OvONeko/dev
Browse files Browse the repository at this point in the history
[O] vision improvement
  • Loading branch information
LS-KR authored Nov 13, 2023
2 parents f94b39c + e6aaf83 commit f22aa4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions src/components/JSONTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,11 @@ export default class JSONTable extends Vue {
box-shadow: 5px 3px 3px rgba(21, 22, 23, 0.5)
.text
display: inline
display: inline-flexbox
font-family: 'Consolas'
word-wrap: break-word
text-indent: 20px
margin-left: 20px
margin-right: 20px
.title
font-size: x-large
Expand All @@ -143,7 +144,9 @@ export default class JSONTable extends Vue {
width: 150px
margin-right: 0
margin-left: 40px
margin-top: 10px
margin-bottom: 10px
padding-bottom: 10px
.button1
display: inline-flex
Expand All @@ -157,6 +160,8 @@ export default class JSONTable extends Vue {
border-radius: 5px
border-style: none
font-size: large
margin-top: 5px
margin-bottom: 5px
.button1:hover
background-color: #2642b1
Expand All @@ -176,6 +181,8 @@ export default class JSONTable extends Vue {
border-radius: 5px
border-style: none
font-size: large
margin-top: 5px
margin-bottom: 5px
.button2:hover
background-color: #AA0000
Expand Down
2 changes: 1 addition & 1 deletion src/json/user.json

Large diffs are not rendered by default.

0 comments on commit f22aa4f

Please sign in to comment.