|
@@ -111,9 +111,12 @@
|
|
|
border-radius: 2px!important;
|
|
|
.el-select-dropdown__list{
|
|
|
padding: 0;
|
|
|
+ max-width: 100px!important;
|
|
|
}
|
|
|
.el-select-dropdown__item{
|
|
|
+ width: 100%;
|
|
|
color: #1d1d1d;
|
|
|
+ text-align: center;
|
|
|
border-bottom: 1px solid #ECECEC;
|
|
|
}
|
|
|
.el-select-dropdown__item.selected{
|