Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复对象数组缩进,希望采纳。 #29

Open
momoca opened this issue Dec 25, 2024 · 0 comments
Open

修复对象数组缩进,希望采纳。 #29

momoca opened this issue Dec 25, 2024 · 0 comments

Comments

@momoca
Copy link

momoca commented Dec 25, 2024

修复前
image
修复后
image

  .jv-node .jv-toggle.open + .jv-key + .jv-push > .jv-item.jv-object:last-of-type,
  .jv-node .jv-toggle.open + .jv-key + .jv-push > .jv-item.jv-array:last-of-type,
  .jv-node .jv-toggle.open + .jv-key + .jv-push > .jv-node:last-of-type {
    margin-left: 12px;
  }
  .jv-node .jv-toggle:not(.open) + .jv-key + .jv-push > .jv-item.jv-object:last-of-type,
  .jv-node .jv-toggle:not(.open) + .jv-key + .jv-push > .jv-item.jv-array:last-of-type,
  .jv-node .jv-toggle:not(.open) + .jv-key + .jv-push > .jv-node:last-of-type {
    margin-left: 0;
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant