task#11186,调度app数量样式优化

This commit is contained in:
2024-02-22 14:09:01 +08:00
parent 3d629e3c16
commit 15a22e2ca2
2 changed files with 37 additions and 13 deletions

View File

@ -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 */
}