Skip to content

Commit 75cf474

Browse files
committed
fix: 调整Connect标题宽度以适应内容
1 parent 0365abf commit 75cf474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/views/panel/modules/TheSetting.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
class="flex flex-row items-center justify-between text-gray-500 gap-3 h-10"
181181
>
182182
<div class="flex items-center gap-2 flex-1 min-w-0">
183-
<h2 class="font-semibold w-22 flex-shrink-0">Connect {{ index + 1 }}:</h2>
183+
<h2 class="font-semibold w-30 flex-shrink-0">Connect {{ index + 1 }}:</h2>
184184
<span
185185
class="truncate max-w-full"
186186
:title="connect.connect_url"

0 commit comments

Comments
 (0)