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