From 7ca204390c4d8a4caf4676ce8ec5d07559ed8fa7 Mon Sep 17 00:00:00 2001 From: "DESKTOP-4RNDQIC\\29019" <290198252@qq.com> Date: Sun, 9 May 2021 22:30:11 +0800 Subject: [PATCH] no message --- controller/openapi.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controller/openapi.go b/controller/openapi.go index 2cdb706..4fe725e 100644 --- a/controller/openapi.go +++ b/controller/openapi.go @@ -92,10 +92,10 @@ func RangeWidget(p *Widget ) string{ parent := "" tmp := p for ;tmp != nil;tmp = tmp.Parent{ - parent = tmp.Class + " #" + tmp.Name + " " + parent + parent = tmp.Class + "#" + tmp.Name + " " + parent } ret += parent + " \r\n{\r\n}\r\n" - + if(p.Childs.Len() > 0){ wid := p.Childs.Front() for ;wid != nil;wid = wid.Next(){