@import "../../style/index.less";
.yyui-tagitem{
  display: inline-block;
  width:100px;
  height:30px;
  line-height: 30px;
  text-align: center;
  color:@text-color;
  border:1px dashed @legend-border-color;
  border-radius: @border-radius-base;
  margin-right:20px;
  cursor:pointer;
}
.tagitem-active{
  color:@link-active-color;
  border:1px solid @link-active-color;
}
.tagitem-disabled{
  cursor: not-allowed;
}