.input-group .select-text {
  min-width: 200px;
  flex-shrink: 0; /* 防止它被压缩 */
}

.input-group .form-control {
  flex: 1; /* 剩余空间给输入框 */
}
