mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: add config component
This commit is contained in:
@@ -130,7 +130,7 @@ function changeService(val: { value: string; label: string }) {
|
||||
.label {
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
padding: 4px;
|
||||
padding: 4px 2px;
|
||||
border: var(--el-input-border, var(--el-border-base));
|
||||
border-right: none;
|
||||
border-radius: 2px;
|
||||
|
@@ -15,7 +15,7 @@ limitations under the License. -->
|
||||
<template>
|
||||
<div class="widget">
|
||||
<div class="header flex-h">
|
||||
<div>title</div>
|
||||
<div>Title</div>
|
||||
<div class="operations">
|
||||
<Icon
|
||||
class="mr-5"
|
||||
@@ -26,7 +26,7 @@ limitations under the License. -->
|
||||
<Icon size="sm" iconName="clearclose" @click="removeWidget" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="body">chart</div>
|
||||
<div class="body">No Data</div>
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
|
Reference in New Issue
Block a user