@@ -168,7 +168,7 @@
class="center gray mt-8"
>
<div class="prop-grid mt-8" v-for="(value, key) in a.value">
- <div class="ml-8">
+ <div class="ml-8 value-label">
<t-tooltip :content="key">
{{ getPropDesc(a, key) }}
</t-tooltip>
@@ -179,5 +179,12 @@ onUnmounted(() => {});
:deep(.value-input) {
max-width: 95px;
}
+
+ :deep(.value-label){
+ width: 50px;
+ overflow: hidden;
+ text-overflow:ellipsis;
+ white-space: nowrap;
+ }
</style>