tree view removed batches for better readability
This commit is contained in:
parent
3f34f9bee9
commit
fcc8e811da
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<span class="value-preview" v-if="!isExpandable || !localExpanded">
|
||||
{{ valuePreview }}
|
||||
</span>
|
||||
<span class="type-badge" :class="typeClass">{{ typeLabel }}</span>
|
||||
<!-- <span class="type-badge" :class="typeClass">{{ typeLabel }}</span>-->
|
||||
</div>
|
||||
|
||||
<div v-if="isExpandable && localExpanded" class="node-children">
|
||||
|
|
@ -211,7 +211,7 @@ export default {
|
|||
|
||||
.type-badge {
|
||||
padding: 2px 8px;
|
||||
border-radius: 12px;
|
||||
border-radius: 4px;
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue