mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
update timr widget
This commit is contained in:
parent
0f5c69a496
commit
5eac9c06d7
@ -42,7 +42,14 @@ limitations under the License. -->
|
|||||||
color: TextColors[graph.fontColor],
|
color: TextColors[graph.fontColor],
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<Icon iconName="time_range" size="lg" />
|
<span
|
||||||
|
class="mr-5"
|
||||||
|
:style="{
|
||||||
|
fontSize: graph.fontSize + 'px',
|
||||||
|
}"
|
||||||
|
>{{ graph.text }}
|
||||||
|
</span>
|
||||||
|
<Icon iconName="time_range" size="middle" />
|
||||||
<span
|
<span
|
||||||
class="ml-5"
|
class="ml-5"
|
||||||
:style="{
|
:style="{
|
||||||
@ -51,13 +58,6 @@ limitations under the License. -->
|
|||||||
>
|
>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</span>
|
</span>
|
||||||
<span
|
|
||||||
class="ml-5"
|
|
||||||
:style="{
|
|
||||||
fontSize: graph.fontSize + 'px',
|
|
||||||
}"
|
|
||||||
>{{ graph.text }}</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user