From c060819de43f517d5c4b5abb15036fa3e177c7ff Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 12 九月 2022 15:50:20 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/js/cstmr/cstmr.js b/src/main/webapp/static/js/cstmr/cstmr.js
index ae9981f..4123370 100644
--- a/src/main/webapp/static/js/cstmr/cstmr.js
+++ b/src/main/webapp/static/js/cstmr/cstmr.js
@@ -23,7 +23,7 @@
         cellMinWidth: 100,
         height: 'full-120',
         size: 'sm',
-        skin: 'nob',
+        skin: 'line',
         cols: [[
             {type: 'checkbox'}
             // ,{field: 'id', align: 'center',title: 'ID'}
@@ -129,7 +129,7 @@
     function showEditModel(mData) {
         admin.open({
             type: 1,
-            area: '1000px',
+            area: '1500px',
             title: (mData ? '淇敼' : '娣诲姞') + '鐢叉柟鍗曚綅',
             content: $('#editDialog').html(),
             success: function (layero, dIndex) {

--
Gitblit v1.9.1