Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2022-08-23 10:39:04 +08:00
2 changed files with 16 additions and 0 deletions

View File

@@ -610,6 +610,14 @@
.dept-name{
display: inline-block;
width: 200px;
height: 22px;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: bottom;
}
.el-icon-arrow-down{
vertical-align: middle;
}
}
.active{

View File

@@ -617,6 +617,14 @@
.dept-name{
display: inline-block;
width: 200px;
height: 22px;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: bottom;
}
.el-icon-arrow-down{
vertical-align: middle;
}
}
.active{