Commit 5ceb6fb Pompurin404
committed
1 parent 3f7694f commit 5ceb6fb Copy full SHA for 5ceb6fb
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const Connections: React.FC = () => {
80
80
title = "连接"
81
81
header = {
82
82
< div className = "flex" >
83
- < div className = "flex items-center" >
83
+ < div className = "flex items-center select-none " >
84
84
< span className = "mx-1 text-gray-400" >
85
85
下载: { calcTraffic ( connectionsInfo ?. downloadTotal ?? 0 ) } { ' ' }
86
86
</ span >
@@ -126,7 +126,7 @@ const Connections: React.FC = () => {
126
126
} }
127
127
isHeaderSticky
128
128
isStriped
129
- className = "h-[calc(100vh-100px)] p-2"
129
+ className = "h-[calc(100vh-100px)] p-2 select-none "
130
130
>
131
131
< TableHeader >
132
132
< TableColumn key = "type" allowsSorting >
@@ -181,7 +181,7 @@ const Connections: React.FC = () => {
181
181
{ item . metadata . sniffHost ?? '-' }
182
182
</ TableCell >
183
183
< TableCell className = "max-w-[200px] text-ellipsis whitespace-nowrap overflow-hidden" >
184
- { item . rule } : { item . rulePayload }
184
+ { ` ${ item . rule } $ {item . rulePayload } ` }
185
185
</ TableCell >
186
186
< TableCell className = "max-w-[200px] text-ellipsis whitespace-nowrap overflow-hidden" >
187
187
{ item . chains . reverse ( ) . join ( '::' ) }
You can’t perform that action at this time.
0 commit comments