From 00788a1299d764b48e57fd457a2656f0bf3474b0 Mon Sep 17 00:00:00 2001
From: zhaoxiaohao <279049017@qq.com>
Date: Tue, 17 Nov 2020 11:28:47 +0800
Subject: [PATCH] 修改 为https 后兼容以前的http 数据
---
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/feedback.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/feedback.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/feedback.html
index 526b5ed..7d65120 100644
--- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/feedback.html
+++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/feedback.html
@@ -69,7 +69,7 @@
{ field: 'createTime', width: 200, title: '创建时间',templet:function(d){
return new Date(d.createTime).dateFormat("yyyy-MM-dd hh:mm");
} },
- { align: 'center', width: 200, toolbar: '#feeedback-table-bar', title: '操作' }
+ { align: 'center', width: 150, toolbar: '#feeedback-table-bar', title: '操作',fixed: 'right' }
]],done:function(res){
permissionsInput(res,config);
}
--
Gitblit v1.8.0