-

+
@@ -388,8 +388,8 @@ export default {
display: flex;
justify-content: center;
align-items: center;
- width: 32px;
- height: 32px;
+ width: 26px;
+ height: 26px;
.chatgpt-icon {
width: 18px;
height: 18px;
diff --git a/packages/toolbars/media/src/Main.vue b/packages/toolbars/media/src/Main.vue
index bda04b5daf..94fc1850f3 100644
--- a/packages/toolbars/media/src/Main.vue
+++ b/packages/toolbars/media/src/Main.vue
@@ -442,19 +442,19 @@ export default {
gap: 6px;
.icon {
- width: 32px;
- height: 32px;
+ width: 24px;
+ height: 24px;
display: inline-flex;
justify-content: center;
align-items: center;
- border-radius: 6px;
+ border-radius: 4px;
svg {
cursor: pointer;
color: var(--ti-lowcode-toolbar-title-color);
outline: none;
- width: 22px;
- height: 22px;
+ width: 18px;
+ height: 18px;
margin-top: -0.5px;
}