feat:大屏部分信息显示修改以及样式微调
This commit is contained in:
@@ -374,8 +374,8 @@ export default {
|
|||||||
IMSUsers:"Click to jump to the IMS User",
|
IMSUsers:"Click to jump to the IMS User",
|
||||||
VoIPUsers:"Click to jump to the VoIP User",
|
VoIPUsers:"Click to jump to the VoIP User",
|
||||||
skim: {
|
skim: {
|
||||||
users: "Subscriber",
|
users: "Total Subscriber Base",
|
||||||
userTitle:'User Information',
|
userTitle:'Subscriber Information',
|
||||||
imsUeNum: "VoNR/VoLTE",
|
imsUeNum: "VoNR/VoLTE",
|
||||||
smfUeNum: "User Sessions",
|
smfUeNum: "User Sessions",
|
||||||
gnbBase: "Online gNodeB",
|
gnbBase: "Online gNodeB",
|
||||||
@@ -387,7 +387,7 @@ export default {
|
|||||||
baseTitle:'Online Information',
|
baseTitle:'Online Information',
|
||||||
nodeBInfo: 'NodeB Information',
|
nodeBInfo: 'NodeB Information',
|
||||||
onlineinfo:'UE Online Information',
|
onlineinfo:'UE Online Information',
|
||||||
ims:'IMS',
|
ims:'VoLTE',
|
||||||
voip:'VoIP'
|
voip:'VoIP'
|
||||||
},
|
},
|
||||||
upfFlow:{
|
upfFlow:{
|
||||||
|
|||||||
@@ -128,6 +128,19 @@
|
|||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
width: 33%;
|
width: 33%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Subscriber Information部分的宽度调整 */
|
||||||
|
.skim .inner .data .item:nth-child(1) {
|
||||||
|
width: 38%; /* Total Subscriber Base - 稍微宽一点 */
|
||||||
|
}
|
||||||
|
|
||||||
|
.skim .inner .data .item:nth-child(2) {
|
||||||
|
width: 33%; /* VoLTE - 保持不变 */
|
||||||
|
}
|
||||||
|
|
||||||
|
.skim .inner .data .item:nth-child(3) {
|
||||||
|
width: 29%; /* VoIP - 稍微窄一点 */
|
||||||
|
}
|
||||||
.skim .inner .data .item div {
|
.skim .inner .data .item div {
|
||||||
font-size: 1.467rem;
|
font-size: 1.467rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
@@ -567,7 +567,7 @@ onBeforeUnmount(() => {
|
|||||||
{{ skimState.imsUserNum }}
|
{{ skimState.imsUserNum }}
|
||||||
</div>
|
</div>
|
||||||
<span>
|
<span>
|
||||||
IMS
|
{{t('views.dashboard.overview.skim.ims')}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
@@ -582,7 +582,7 @@ onBeforeUnmount(() => {
|
|||||||
{{ skimState.voipUserNum }}
|
{{ skimState.voipUserNum }}
|
||||||
</div>
|
</div>
|
||||||
<span>
|
<span>
|
||||||
VoIP
|
{{t('views.dashboard.overview.skim.voip')}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user