jQuery .slideToggle 跳跃

jQuery .slideToggle jumping

我的 .slideToggle 不好。我不知道为什么。 有人可以帮我吗?

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: $select-color;
  width: $select-width;
  height: $select-height;
  border-radius: 5px;
}

http://codepen.io/anon/pen/dpkVRj

谢谢

从您的 css

中删除以下内容
.select {
  /*display: inline-block;*/
}