task#11186,调度app数量样式优化
This commit is contained in:
@ -149,13 +149,19 @@ export default {
|
||||
.alpha{
|
||||
opacity: 0.5;
|
||||
}
|
||||
//为一个数时,宽为
|
||||
.numTip{
|
||||
display: inline-block;
|
||||
@include wh(15px,15px);
|
||||
min-width: 15px;
|
||||
//height: 15px;
|
||||
@include all-height(15px);
|
||||
//box-sizing: border-box;
|
||||
//padding: 0px 2px;
|
||||
//@include wh(15px,15px);
|
||||
@include bgcolorOpa(#F95B45,0.9);
|
||||
border-radius: 4px;
|
||||
text-align: center;
|
||||
line-height: 15px;
|
||||
//line-height: 15px;
|
||||
margin-left: 5px;
|
||||
opacity: 1; /* 保持透明度为1 */
|
||||
}
|
||||
|
Reference in New Issue
Block a user