Skip to content

Commit e0a10f8

Browse files
committed
Minor adjustments to testing arena
1 parent a541489 commit e0a10f8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/App.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3670,7 +3670,7 @@ const moodRadarConfig = ref({
36703670

36713671
<div style="padding-left: 48px; padding-right: 48px; width: 100%; max-width: 80%;margin: 0 auto">
36723672
<div style="padding-top: 48px; padding-bottom: 48px;font-weight: bold; line-height: 20px; display: flex; flex-direction:row; gap:24px; align-items:center">
3673-
<img src="../../vue-data-ui-logo.png" height="128px"/>
3673+
<img src="../../vue-data-ui-logo.png" height="100px"/>
36743674
<!-- <BaseIcon name="chartRelationCircle" :size="118" :strokeWidth="0.8" stroke="#5A5A5A"/> -->
36753675
<div>
36763676
<h1 style="font-size: 36px; color: #42d392">
@@ -3766,10 +3766,13 @@ const moodRadarConfig = ref({
37663766
</template>
37673767
</VueUiMoodRadar>
37683768
</template>
3769+
<template #config>
3770+
{{ PROD_CONFIG.vue_ui_mood_radar }}
3771+
</template>
37693772

37703773
</Box>
37713774

3772-
<Box open @copy="copyConfig(PROD_CONFIG.vue_ui_digits)">
3775+
<Box @copy="copyConfig(PROD_CONFIG.vue_ui_digits)">
37733776
<template #title>
37743777
<BaseIcon name="digit8"/>
37753778
VueUiDigits

vue-data-ui-logo.png

-18.5 KB
Loading

0 commit comments

Comments
 (0)