Blame view

build/InputSearch/InputSearch.html 498 Bytes
1b6f912f   Imshann   优化
1
  <span class="ant-input-group-wrapper ant-input-search">
3a3ecabe   Imshann   init
2
      <span class="ant-input-wrapper ant-input-group">
1b6f912f   Imshann   优化
3
4
5
          <es-input placeholder="{{placeholder}}" on-change="handleChange(event)"></es-input>
          <span class="ant-input-group-addon" ng-click="onSearch({value:state.value})">
              <es-button html-type="button" class="ant-btn-icon-only ant-input-search-button">
3a3ecabe   Imshann   init
6
7
8
9
10
                  <es-icon type="SearchOutlined"></es-icon>
              </es-button>
          </span>
      </span>
  </span>