File tree Expand file tree Collapse file tree
mail-vue/src/layout/write Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <div class =" item-title" >{{ $t('recipient') }}</div >
2121 <el-select
2222 ref =" mySelect"
23- class =" select"
23+ class =" write-select"
24+ popper-class =" write-select"
2425 :show-arrow =" false"
2526 :no-match-text =" ' '"
2627 :no-data-text =" ' '"
@@ -604,14 +605,14 @@ function close() {
604605
605606< / script>
606607< style>
607- .el - select- dropdown__list {
608+ .write - select . el - select- dropdown__list {
608609 padding: 4px 4px ! important;
609610}
610- .el - select- dropdown__item {
611+ .write - select . el - select- dropdown__item {
611612 padding: 0 10px 0 10px ;
612613}
613614
614- .el - select- dropdown {
615+ .write - select . el - select- dropdown {
615616 min- width: 0 ! important;
616617}
617618< / style>
@@ -768,7 +769,7 @@ function close() {
768769 color: var (-- regular- text- color)
769770}
770771
771- .select {
772+ .write - select {
772773 position: absolute;
773774 width: 300px ;
774775 left: 60px ;
You can’t perform that action at this time.
0 commit comments