﻿/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/*@iconfont-css-prefix    : iconfont;*/
/*@button-padding-sm: 3px @padding-xs - 1px;*/
/*@button-group-border: @primary-5;*/
/*@label-height: 24px;
@label-line-height: 24px;*/
/*@vgmenu-item-highlight-color: #fff;*/
/*
    用到的变量
    label-height
    label-line-height
    label-margin-right
*/
.l-label-wrapper .l-text-label {
  /*margin-right: 10px;*/
}
.l-label-required {
  color: red;
}
.l-text-label {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  height: 28px;
  text-align: left;
  overflow: hidden;
}
.l-label-span {
  margin-right: 5px;
}
.l-label {
  /*float: left;*/
  display: inline-block;
  /*不用以前的float布局,配合上面的l-text-label使用 by zyc 2019-12-03 */
  line-height: 28px;
  height: 28px;
  text-align: left;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}