mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 14:55:25 +00:00
fix config
This commit is contained in:
parent
39caab5238
commit
12e3570171
@ -38,12 +38,17 @@ limitations under the License. -->
|
|||||||
class="body"
|
class="body"
|
||||||
:style="{
|
:style="{
|
||||||
backgroundColor: TextColors[graph.backgroundColor],
|
backgroundColor: TextColors[graph.backgroundColor],
|
||||||
color: TextColors[graph.fontColor],
|
|
||||||
fontSize: graph.fontSize + 'px',
|
|
||||||
textAlign: graph.textAlign,
|
textAlign: graph.textAlign,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<a :href="graph.url" target="_blank">
|
<a
|
||||||
|
:href="graph.url"
|
||||||
|
target="_blank"
|
||||||
|
:style="{
|
||||||
|
color: TextColors[graph.fontColor],
|
||||||
|
fontSize: graph.fontSize + 'px',
|
||||||
|
}"
|
||||||
|
>
|
||||||
{{ graph.content }}
|
{{ graph.content }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user