File tree Expand file tree Collapse file tree
packages/plugins/robot/src Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments