File tree Expand file tree Collapse file tree
MaiChartManager/Front/src/views/ModManager
sectionPanelOverride/GameSystem.PdxTouch Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,5 +29,6 @@ sectionNameEn:
2929 高级设置 : Advanced Settings
3030 过新过热 : Too New Too Hot
3131 不建议关闭 : Not Recommend to Disable
32+ 控制器输入 : Controller Input
3233
3334customPanelPosition : {}
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export default defineComponent({
5656
5757 return < div class = "flex flex-col gap-2" >
5858 { /* Device status area */ }
59- < div class = "flex gap-2 items-center m-l-35" >
59+ < div class = "flex gap-2 items-center m-l-35 flex-wrap " >
6060 { status && ! status . available && < span class = "op-60" > { t ( 'mod.pdx.unavailable' ) } </ span > }
6161 { status ?. available && status . deviceCount === 0 && < span class = "op-60" > { t ( 'mod.pdx.noDevice' ) } </ span > }
6262 { status ?. available && ! ! status . deviceCount && < >
You can’t perform that action at this time.
0 commit comments