style: 终端-基站信息Radio Name列宽调整
This commit is contained in:
@@ -26,7 +26,7 @@ export async function listBase5G(query: Record<string, any>) {
|
||||
data.rows = rows;
|
||||
}
|
||||
// 模拟数据
|
||||
// data.rows =[{"address":"192.168.1.137:38412","id":"217","name":"","ueNum":0}]
|
||||
// data.rows =[{"address":"192.168.1.137:38412","id":"217","name":"attach-enb-100000-20","ueNum":0}]
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
@@ -87,8 +87,8 @@ let tableColumns: ColumnsType = [
|
||||
{
|
||||
title: 'Radio Name',
|
||||
dataIndex: 'name',
|
||||
align: 'center',
|
||||
width: 150,
|
||||
align: 'left',
|
||||
width: 300,
|
||||
},
|
||||
{
|
||||
title: 'Radio Address',
|
||||
|
||||
Reference in New Issue
Block a user