@ -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();