wAuto method

w-auto -->gt; width: auto; (使用内容宽度,不设置宽度)

Implementation

ContainerBuilder wAuto() {
  _width = null;
  return this;
}