From 9668e28daa836b97a5ae6440ee5b472306287732 Mon Sep 17 00:00:00 2001
From: zhaoxiaohao <279049017@qq.com>
Date: Tue, 22 Sep 2020 16:01:14 +0800
Subject: [PATCH] 添加支付页面的功能

---
 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