Browse Source

🚨 Fix eslint

pull/17117/head
afc163 6 years ago
parent
commit
8efc0ff5e1
No known key found for this signature in database GPG Key ID: 5F00908D72002306
  1. 4
      components/mentions/style/index.less
  2. 2
      components/page-header/style/index.less

4
components/mentions/style/index.less

@ -11,9 +11,9 @@
position: relative;
display: inline-block;
height: auto;
white-space: pre-wrap;
padding: 0;
overflow: hidden;
white-space: pre-wrap;
vertical-align: bottom;
// =================== Status ===================
@ -107,6 +107,7 @@
&-item {
position: relative;
display: block;
min-width: 100px;
padding: 5px @control-padding-horizontal;
overflow: hidden;
color: @text-color;
@ -115,7 +116,6 @@
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
min-width: 100px;
transition: background 0.3s ease;
&:hover {

2
components/page-header/style/index.less

@ -21,8 +21,8 @@
line-height: 100%;
&-button {
.operation-unit();
cursor: pointer;
color: @text-color;
cursor: pointer;
}
}

Loading…
Cancel
Save