mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-06-01 17:15:48 +08:00
This commit is contained in:
@@ -221,7 +221,7 @@ class _RequestBreakpointPageState extends State<RequestBreakpointPage> {
|
||||
child: Row(children: [
|
||||
SizedBox(
|
||||
width: 150,
|
||||
child: Text(rule.name?.isNotEmpty == true ? rule.name! : rule.url,
|
||||
child: Text(rule.name ?? "",
|
||||
overflow: TextOverflow.ellipsis, style: const TextStyle(fontSize: 13, fontWeight: FontWeight.w500)),
|
||||
),
|
||||
SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user