index.less 162 B

12345678910111213
  1. .app-region {
  2. flex : 1;
  3. display : flex;
  4. align-items: center;
  5. &__input {
  6. flex: 1;
  7. }
  8. input {
  9. width: 100%;
  10. }
  11. }