.issue-title[data-v-71324dbc] {
  overflow: hidden;
  /*超出宽度部分的隐藏*/
  white-space: nowrap;
  /*文字不换行*/
  text-overflow: ellipsis;
  /*超出则...代替*/
}

.issue-title[data-v-639dadf0] {
  overflow: hidden;
  /*超出宽度部分的隐藏*/
  white-space: nowrap;
  /*文字不换行*/
  text-overflow: ellipsis;
  /*超出则...代替*/
}

.keyword[data-v-e72e9b0e] {
  display: inline-block;
  margin: 5px 10px 0;
  padding: 0 5%;
  height: 35px;
  background-color: #eee;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
}


.van-field__control[data-v-5c2dabea] {
  color: #aaa;
}

