fix: layout
This commit is contained in:
parent
306a46b62b
commit
e891193832
|
|
@ -92,7 +92,7 @@ export const TrackerView: Component<TrackerViewProps> = (props) => {
|
|||
<div class="border border-gray-200 rounded-lg p-2 bg-gray-50">
|
||||
{/* 第一行:tag#id.class + 操作按钮 */}
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="flex items-center gap-2 flex-1 min-w-0">
|
||||
<div class="flex flex-wrap items-center gap-2 flex-1 min-w-0">
|
||||
<button
|
||||
class="font-bold text-gray-800 whitespace-nowrap hover:text-blue-600 hover:underline cursor-pointer transition-colors"
|
||||
title="点击编辑属性"
|
||||
|
|
|
|||
Loading…
Reference in New Issue