From 615917f1edbf4460339a4fdae90da91803142ceb Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 16 九月 2022 15:34:36 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/cstmr/cstmr.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/static/js/cstmr/cstmr.js b/src/main/webapp/static/js/cstmr/cstmr.js
index f0c6e81..08fc096 100644
--- a/src/main/webapp/static/js/cstmr/cstmr.js
+++ b/src/main/webapp/static/js/cstmr/cstmr.js
@@ -32,16 +32,16 @@
     // 鏁版嵁鍚屾
     dropdown.render({
         elem: '#data-btn'
-        ,align: 'center' //灞呬腑瀵归綈锛�2.6.8 鏂板锛�
+        ,align: 'right' //灞呬腑瀵归綈锛�2.6.8 鏂板锛�
         ,style: 'width: 50px;'
         ,data: [{
-            title: 'menu item test 111'
+            title: 'menu'
             ,id: 100
         },{
-            title: 'menu item test 222'
+            title: 'menu'
             ,id: 101
         },{
-            title: 'menu item test 333'
+            title: 'menu '
             ,id: 102
         }]
     });

--
Gitblit v1.9.1