Skip to content

Commit 20f2bb9

Browse files
committed
fix: Style optimization
1 parent db8fc42 commit 20f2bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/chat/ChatCreator.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ defineExpose({
150150
</template>
151151
</el-input>
152152
</div>
153-
<el-icon style="cursor: pointer" @click="close">
153+
<el-icon class="ed-dialog__headerbtn mrt" style="cursor: pointer" @click="close">
154154
<icon_close_outlined></icon_close_outlined>
155155
</el-icon>
156156
</template>

0 commit comments

Comments
 (0)