@@ -14,19 +54,66 @@
+
+
diff --git a/web/src/views/AgentView.vue b/web/src/views/AgentView.vue
index 9e12b8de..1f4aa6ce 100644
--- a/web/src/views/AgentView.vue
+++ b/web/src/views/AgentView.vue
@@ -22,9 +22,9 @@
@@ -428,12 +428,6 @@ const handlePreview = () => {
white-space: pre-wrap;
}
}
-
- .default-icon {
- color: var(--color-warning-500);
- font-size: 14px;
- margin-left: 4px;
- }
}
// 工具选择器样式(与项目风格一致)
.tools-selector {
@@ -754,11 +748,6 @@ const handlePreview = () => {
color: var(--gray-900);
font-weight: 500;
}
-
- .default-icon {
- color: var(--color-warning-500);
- font-size: 14px;
- }
}
}
@@ -814,9 +803,6 @@ const handlePreview = () => {
margin-bottom: 12px;
.agent-card-title {
- display: flex;
- align-items: center;
- gap: 8px;
flex: 1;
.agent-card-name {
@@ -825,11 +811,17 @@ const handlePreview = () => {
color: var(--gray-900);
line-height: 1.4;
}
+ }
- .default-icon {
- color: var(--color-warning-500);
- font-size: 16px;
- flex-shrink: 0;
+ .default-icon {
+ color: var(--color-warning-500);
+ font-size: 16px;
+ flex-shrink: 0;
+ margin-left: 8px;
+ cursor: pointer;
+
+ &:hover {
+ color: var(--color-warning-600);
}
}
}