File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3670,7 +3670,7 @@ const moodRadarConfig = ref({
3670
3670
3671
3671
<div style =" padding-left : 48px ; padding-right : 48px ; width : 100% ; max-width : 80% ;margin : 0 auto " >
3672
3672
<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 " />
3674
3674
<!-- <BaseIcon name="chartRelationCircle" :size="118" :strokeWidth="0.8" stroke="#5A5A5A"/> -->
3675
3675
<div >
3676
3676
<h1 style =" font-size : 36px ; color : #42d392 " >
@@ -3766,10 +3766,13 @@ const moodRadarConfig = ref({
3766
3766
</template >
3767
3767
</VueUiMoodRadar >
3768
3768
</template >
3769
+ <template #config >
3770
+ {{ PROD_CONFIG.vue_ui_mood_radar }}
3771
+ </template >
3769
3772
3770
3773
</Box >
3771
3774
3772
- <Box open @copy =" copyConfig(PROD_CONFIG.vue_ui_digits)" >
3775
+ <Box @copy =" copyConfig(PROD_CONFIG.vue_ui_digits)" >
3773
3776
<template #title >
3774
3777
<BaseIcon name =" digit8" />
3775
3778
VueUiDigits
You can’t perform that action at this time.
0 commit comments