优化:数据字典前端组件样式自适应

master
Guo XIn 1 year ago
parent f3c8ee615f
commit 1994567fdd
  1. 2
      shandan-common/src/main/resources/static/js/common/layui/extend/dict.js

@ -84,7 +84,7 @@ layui.define(['form'], function (exports) {
};
this.readonly = options.readonly;
this.disabled = options.disabled;
this.width = options.width || 'fit-content';
this.width = options.width || '100%';
// 开始渲染
this.render();