Kaynağa Gözat

字符默认值宽度问题

luoyifan 3 yıl önce
ebeveyn
işleme
50304d278d
2 değiştirilmiş dosya ile 24 ekleme ve 3 silme
  1. 23 2
      dist/yvan-ext-mobile.js
  2. 1 1
      dist/yvan-ext-mobile.js.map

+ 23 - 2
dist/yvan-ext-mobile.js

@@ -37747,6 +37747,7 @@ define(['exports'], function (exports) { 'use strict';
           }
       });
   }
+  //# sourceMappingURL=lib.js.map
 
   var Scope = /** @class */ (function () {
       function Scope(_a) {
@@ -38156,6 +38157,7 @@ define(['exports'], function (exports) { 'use strict';
       Scope.SHOW_PAGE_STACK = [];
       return Scope;
   }());
+  //# sourceMappingURL=Scope.js.map
 
   /**
    * 全局 ajax 方法
@@ -38253,6 +38255,7 @@ define(['exports'], function (exports) { 'use strict';
       });
       return found >= ws.length;
   }
+  //# sourceMappingURL=config.js.map
 
   function initComponent () {
       var ct = Ext.Component.prototype.constructor;
@@ -38269,6 +38272,7 @@ define(['exports'], function (exports) { 'use strict';
           }
       });
   }
+  //# sourceMappingURL=component.js.map
 
   var labelWidth = 80;
   var date = {
@@ -38334,7 +38338,7 @@ define(['exports'], function (exports) { 'use strict';
   };
   var text = {
       labelTextAlign: 'right',
-      labelWidth: labelWidth,
+      labelWidth: 80,
       msgTarget: 'qtip',
   };
   var storeAjax = {
@@ -38372,6 +38376,7 @@ define(['exports'], function (exports) { 'use strict';
           flex: 1
       },
   };
+  //# sourceMappingURL=Defaults.js.map
 
   /**
    * 创建一个 Ajax 客户端
@@ -38544,6 +38549,7 @@ define(['exports'], function (exports) { 'use strict';
       };
       xhr.send(formData);
   }
+  //# sourceMappingURL=ajax.js.map
 
   function prompt(message, multiLine, value) {
       if (value === void 0) { value = ''; }
@@ -38649,6 +38655,7 @@ define(['exports'], function (exports) { 'use strict';
           $w.remove();
       }, 3000);
   }
+  //# sourceMappingURL=message.js.map
 
   var SIMPLE_RE = /^(?:\{(?:(\d+)|([a-z_][\w\.]*))\})$/i;
   /**
@@ -39824,6 +39831,7 @@ define(['exports'], function (exports) { 'use strict';
           err: err
       };
   }
+  //# sourceMappingURL=systemLib.js.map
 
   var SystemLib = /*#__PURE__*/Object.freeze({
     __proto__: null,
@@ -39867,6 +39875,7 @@ define(['exports'], function (exports) { 'use strict';
       }
       return date;
   }
+  //# sourceMappingURL=utils.js.map
 
   function initDate () {
       var cc = Ext.field.Date.prototype.constructor;
@@ -39934,6 +39943,7 @@ define(['exports'], function (exports) { 'use strict';
           },
       });
   }
+  //# sourceMappingURL=datefield.js.map
 
   function initText () {
       var cc = Ext.field.Text.prototype.constructor;
@@ -39942,7 +39952,7 @@ define(['exports'], function (exports) { 'use strict';
           constructor: function (config) {
               var newConfig = lodash.defaultsDeep({
               // 强制属性
-              }, text, config);
+              }, config, text);
               cc.call(this, newConfig);
           },
           initialize: function () {
@@ -40008,6 +40018,7 @@ define(['exports'], function (exports) { 'use strict';
       }
       return config;
   }
+  //# sourceMappingURL=base.js.map
 
   /**
    * 构建一个 grid 支持的 dataSource
@@ -40146,6 +40157,7 @@ define(['exports'], function (exports) { 'use strict';
           }
       });
   }
+  //# sourceMappingURL=stores.js.map
 
   function initList () {
       Ext.define('Yvan.List', {
@@ -40289,6 +40301,7 @@ define(['exports'], function (exports) { 'use strict';
       }
       // throw new TypeError('无法识别的调用方法')
   }
+  //# sourceMappingURL=list.js.map
 
   function initCols () {
       Ext.define('Yvan.Cols', {
@@ -40305,6 +40318,7 @@ define(['exports'], function (exports) { 'use strict';
           },
       });
   }
+  //# sourceMappingURL=cols.js.map
 
   var PropertyDescription = /** @class */ (function () {
       function PropertyDescription() {
@@ -40346,6 +40360,7 @@ define(['exports'], function (exports) { 'use strict';
       };
       return PropertyDescription;
   }());
+  //# sourceMappingURL=PropertyDescription.js.map
 
   var PropertyDescriptionTable = new Map();
   PropertyDescriptionTable.set('tabCell', new PropertyDescription({
@@ -40677,6 +40692,7 @@ define(['exports'], function (exports) { 'use strict';
           width, height
       ]
   }));
+  //# sourceMappingURL=PropertyDescriptionTable.js.map
 
   function initGrid () {
       Ext.define('Yvan.Grid', {
@@ -41159,6 +41175,7 @@ define(['exports'], function (exports) { 'use strict';
       }
       // throw new TypeError('无法识别的调用方法')
   }
+  //# sourceMappingURL=grid.js.map
 
   function initGridColumn () {
       var ct = Ext.grid.column.Column.prototype.constructor;
@@ -41191,6 +41208,7 @@ define(['exports'], function (exports) { 'use strict';
       //     }
       // });
   }
+  //# sourceMappingURL=gridcolumn.js.map
 
   function initLocale() {
       Ext.define('Ext.locale.zh_CN.Panel', {
@@ -41234,6 +41252,7 @@ define(['exports'], function (exports) { 'use strict';
       //     }
       // });
   }
+  //# sourceMappingURL=locale-zh_CN.js.map
 
   var FixClass = /** @class */ (function () {
       function FixClass() {
@@ -41280,6 +41299,7 @@ define(['exports'], function (exports) { 'use strict';
       ], FixClass.prototype, "fix", null);
       return FixClass;
   }());
+  //# sourceMappingURL=fix.js.map
 
   function init() {
       Ext.util.Format.defaultDateFormat = 'Y-m-d';
@@ -41359,6 +41379,7 @@ define(['exports'], function (exports) { 'use strict';
       initGrid();
       initStores();
   }
+  //# sourceMappingURL=init.js.map
 
   exports.Lib = Lib;
   exports.LibParam = LibParam;

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
dist/yvan-ext-mobile.js.map