提交 204d0106 编写于 作者: llz's avatar llz

update json编辑器组件

上级 5dc9819a
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"@fullcalendar/list": "^4.4.0", "@fullcalendar/list": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0", "@fullcalendar/timegrid": "^4.4.0",
"@fullcalendar/vue": "^4.4.0", "@fullcalendar/vue": "^4.4.0",
"@json-editor/json-editor": "^2.5.1", "@json-editor/json-editor": "1.4.0-beta.0",
"@popperjs/core": "^2.4.3", "@popperjs/core": "^2.4.3",
"async-validator": "^3.3.0", "async-validator": "^3.3.0",
"axios": "^0.19.1", "axios": "^0.19.1",
......
.btn-secondary { .app-form-json{
color: black; .btn-secondary {
background-color: transparent; color: black;
border-color: transparent; background-color: transparent;
} border-color: transparent;
.form-control { }
display: block; .form-control {
height: calc(1.4em + 0.75rem + 2px); display: block;
padding: 0.375rem 0.75rem; height: calc(1.4em + 0.75rem + 2px);
font-size: 13px; padding: 0.375rem 0.75rem;
font-weight: 400; font-size: 13px;
line-height: 1; font-weight: 400;
} line-height: 1;
h3, .h3 { }
font-size: 14px; h3, .h3 {
font-weight: 700; font-size: 14px;
margin-top: 5px; font-weight: 700;
} margin-top: 5px;
//.bg-light { }
// background-color: #fff!important; .row{
//} > div {
\ No newline at end of file > div{
display: flex;
}
}
}
.nav{
display: block;
> li{
border-radius: 5px;
padding: 5px;
cursor: pointer;
>
a:hover{
text-decoration: none;
}
}
.active{
background-color:#357AB3;
>
a{
color: #fff;
}
a:hover{
color: #fff;
}
}
}
.control-label{
min-width: 100px;
display: inline-block;
}
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册