|
@@ -26,6 +26,13 @@
|
|
|
min-width: 100px!important;
|
|
|
margin-top: 0px!important;
|
|
|
border-radius: 2px!important;
|
|
|
+ .el-scrollbar{
|
|
|
+ height: 136px;
|
|
|
+ }
|
|
|
+ .el-scrollbar__wrap{
|
|
|
+ height: 136px!important;
|
|
|
+ overflow: unset!important;
|
|
|
+ }
|
|
|
.el-select-dropdown__list{
|
|
|
padding: 0;
|
|
|
max-width: 100px;
|
|
@@ -35,6 +42,7 @@
|
|
|
color: #1d1d1d;
|
|
|
text-align: center;
|
|
|
border-bottom: 1px solid #ECECEC;
|
|
|
+ text-overflow: unset!important;
|
|
|
}
|
|
|
.el-select-dropdown__item.selected{
|
|
|
color: #2cb7ca;
|