feat: 优化移动端布局适配
This commit is contained in:
@@ -278,8 +278,8 @@ const handleQuickCommandExecute = (command: string) => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div :class="$attrs.class" class="flex items-center px-2 py-1.5 bg-background gap-2"> <!-- Bind $attrs.class -->
|
<div :class="$attrs.class" class="flex items-center px-2 py-1.5 bg-background gap-1"> <!-- Bind $attrs.class -->
|
||||||
<div class="flex-grow flex items-center bg-transparent relative gap-2">
|
<div class="flex-grow flex items-center bg-transparent relative gap-1">
|
||||||
<!-- Clear Terminal Button -->
|
<!-- Clear Terminal Button -->
|
||||||
<button
|
<button
|
||||||
@click="emit('clear-terminal')"
|
@click="emit('clear-terminal')"
|
||||||
|
|||||||
Reference in New Issue
Block a user