@@ -604,7 +604,7 @@ func (this *YanxuanSpecialController) Center() {
if err != nil {
return
}
- if hasStyle || len(v.Docs) > 0 || hasImg {
+ if hasStyle || strings.Contains(v.DocUrl, "http") || hasImg {
v.ContentHasStyle = true