mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
fix: update style
This commit is contained in:
@@ -28,7 +28,6 @@ limitations under the License. -->
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import { ElDialog } from "element-plus";
|
||||
import GridLayout from "./panel/Layout.vue";
|
||||
// import { LayoutConfig } from "@/types/dashboard";
|
||||
import Tool from "./panel/Tool.vue";
|
||||
|
@@ -18,7 +18,7 @@
|
||||
import Area from "./Area.vue";
|
||||
import Line from "./Line.vue";
|
||||
import Bar from "./Bar.vue";
|
||||
import Heatmap from "./Heatmap.vue";
|
||||
import Heatmap from "./HeatMap.vue";
|
||||
import TopList from "./TopList.vue";
|
||||
import Table from "./Table.vue";
|
||||
import Pie from "./Pie.vue";
|
||||
|
@@ -22,9 +22,9 @@ limitations under the License. -->
|
||||
:options="Options"
|
||||
size="mini"
|
||||
placeholder="Select a service"
|
||||
:borderRadius="0"
|
||||
@change="changeService"
|
||||
class="selectors"
|
||||
:borderRadius="4"
|
||||
/>
|
||||
</div>
|
||||
<div class="selectors-item" v-if="states.key === 3 || states.key === 4">
|
||||
@@ -141,9 +141,6 @@ function clickIcons(t: { id: string; content: string; name: string }) {
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
padding: 4px 2px;
|
||||
border: var(--el-input-border, var(--el-border-base));
|
||||
border-right: none;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.icon-btn {
|
||||
|
Reference in New Issue
Block a user