feat: add JsonPreview component

This commit is contained in:
Vben
2021-04-17 18:51:19 +08:00
parent a812685084
commit 0649011eba
14 changed files with 89 additions and 266 deletions

View File

@@ -20,7 +20,7 @@ html[data-theme='light'] {
z-index: 10;
height: @multiple-height + 2;
line-height: @multiple-height + 2;
background: @component-background;
background-color: @component-background;
border-bottom: 1px solid @border-color-base;
.ant-tabs-small {
@@ -31,7 +31,7 @@ html[data-theme='light'] {
.ant-tabs-card-bar {
height: @multiple-height;
margin: 0;
background: @component-background;
background-color: @component-background;
border: 0;
box-shadow: none;
@@ -45,7 +45,7 @@ html[data-theme='light'] {
padding-right: 12px;
line-height: calc(@multiple-height - 2px);
color: @text-color-base;
background: @component-background;
background-color: @component-background;
transition: none;
&:hover {