fix(#I12KXU): 授权弹窗内复选框增加长度限制
#Comment comment #I12KXU Longbow.checkbox 组件导致增加样式限制 text-overflow: ellipsis; overflow: hidden; #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I12KXU
This commit is contained in:
parent
57120a31c6
commit
109b645ea6
|
@ -2,6 +2,8 @@
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue