achao 75bf49836f 1 | 2 yıl önce | |
---|---|---|
.. | ||
readme.md | 2 yıl önce | |
y-json-view.vue | 2 yıl önce |
<scroll-view scroll-x="true">
<y-json-view :json="json"/>
</scroll-view>
sass
<style lang="scss">
$tab:40upx;//缩进
$font-size:16px;
$colon-size:7px;//冒号两边的间隔
//折叠箭头样式
$arrow-size:7px;
$arrow-color:#333;
//颜色
$key-color:#c35e00;
$index-color:#0000ff;
$vaule-color:#42c800;
...
</style>