mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-21 19:35:50 +08:00
修复编辑器select组件样式污染
This commit is contained in:
@@ -20,7 +20,8 @@
|
|||||||
<div class="item-title" >{{ $t('recipient') }}</div>
|
<div class="item-title" >{{ $t('recipient') }}</div>
|
||||||
<el-select
|
<el-select
|
||||||
ref="mySelect"
|
ref="mySelect"
|
||||||
class="select"
|
class="write-select"
|
||||||
|
popper-class="write-select"
|
||||||
:show-arrow="false"
|
:show-arrow="false"
|
||||||
:no-match-text="' '"
|
:no-match-text="' '"
|
||||||
:no-data-text="' '"
|
:no-data-text="' '"
|
||||||
@@ -604,14 +605,14 @@ function close() {
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
.el-select-dropdown__list {
|
.write-select .el-select-dropdown__list {
|
||||||
padding: 4px 4px !important;
|
padding: 4px 4px !important;
|
||||||
}
|
}
|
||||||
.el-select-dropdown__item {
|
.write-select .el-select-dropdown__item {
|
||||||
padding: 0 10px 0 10px;
|
padding: 0 10px 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-select-dropdown {
|
.write-select .el-select-dropdown {
|
||||||
min-width: 0 !important;
|
min-width: 0 !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -768,7 +769,7 @@ function close() {
|
|||||||
color: var(--regular-text-color)
|
color: var(--regular-text-color)
|
||||||
}
|
}
|
||||||
|
|
||||||
.select {
|
.write-select {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
left: 60px;
|
left: 60px;
|
||||||
|
|||||||
Reference in New Issue
Block a user