@@ -69,7 +69,9 @@
max-width: 1000px;
}
.projectSelectPopperClass li{
- display: flex;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
.projectSelectPopperClass .el-select-dropdown__item span:nth-child(1){
font-size: 13px;
@@ -80,9 +82,7 @@
height: 34px;
max-width: 650px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
+
text-align: right;
</style>