mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 08:25:25 +00:00
fix
This commit is contained in:
parent
18fdd6306c
commit
c412908c4b
@ -19,7 +19,7 @@ limitations under the License. -->
|
|||||||
</div>
|
</div>
|
||||||
<div class="ml-5 mr-10">:</div>
|
<div class="ml-5 mr-10">:</div>
|
||||||
<div class="content-decoration" contenteditable="true" @blur="changeValues($event, key)">
|
<div class="content-decoration" contenteditable="true" @blur="changeValues($event, key)">
|
||||||
{{ decorations[key] }}
|
{{ valueMappings[key] }}
|
||||||
</div>
|
</div>
|
||||||
<div v-if="index === keys.length - 1">
|
<div v-if="index === keys.length - 1">
|
||||||
<Icon class="cp mr-5" iconName="add_circle_outlinecontrol_point" size="middle" @click="addDecoration" />
|
<Icon class="cp mr-5" iconName="add_circle_outlinecontrol_point" size="middle" @click="addDecoration" />
|
||||||
|
Loading…
Reference in New Issue
Block a user