Skip to content

Commit

Permalink
style(toolbox): 过长语句溢出
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Jun 22, 2024
1 parent 20825de commit 8fb3bec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const html = computed(() => {

<template>
<div
class="p-4 pt-2 pb-2 rounded-sm border-solid border-1 border-[var(--color-arona-blue)] overflow-y-scroll select-auto"
class="p-4 pt-2 pb-2 rounded-sm border-solid border-1 border-[var(--color-arona-blue)] overflow-y-scroll select-auto max-w-[664px]"
>
<div class="select-text" v-if="!props.preferSemantic || !searchSemanticDict()" v-html="html" />
<div v-else class="flex flex-col gap-1">
Expand Down

0 comments on commit 8fb3bec

Please sign in to comment.