Skip to content

Commit 4561460

Browse files
committed
fix: review
1 parent 4c4cdb7 commit 4561460

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

packages/plugins/robot/src/Main.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,6 @@ export default {
487487
488488
.tr-bubble__content-messages {
489489
font-size: 14px;
490-
.tr-bubble__step-tool {
491-
word-break: break-all !important;
492-
}
493490
}
494491
495492
.tiny-sender__container .tiny-textarea__inner {

packages/plugins/robot/src/mcp/McpServer.vue

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<template>
2-
<div>
3-
<div :class="['button-wrapper', activeCount > 0 ? 'active' : '']" @click="handleVisibleToggle">
4-
<div class="button">
5-
<icon-plugin class="plugin-common_icon" />
6-
<span class="plugin-common_text">MCP</span>
7-
<span class="plugin-active_count" v-if="activeCount">{{ activeCount }}</span>
8-
</div>
2+
<div :class="['button-wrapper', activeCount > 0 ? 'active' : '']" @click="handleVisibleToggle">
3+
<div class="button">
4+
<icon-plugin class="plugin-common_icon" />
5+
<span class="plugin-common_text">MCP</span>
6+
<span class="plugin-active_count" v-if="activeCount">{{ activeCount }}</span>
97
</div>
108
</div>
119
<mcp-server-picker

0 commit comments

Comments
 (0)