style(AiEartagPicker): 调整选择器样式- 为 el-select 添加相对定位,以修复潜在的样式问题- 调整 el-input__prefix 的 z-index,以确保正确的层级关系
This commit is contained in:
@@ -68,6 +68,7 @@ export default {
|
|||||||
|
|
||||||
:deep(.el-select) {
|
:deep(.el-select) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
.el-input__inner {
|
.el-input__inner {
|
||||||
padding-left: 15px !important;
|
padding-left: 15px !important;
|
||||||
@@ -76,7 +77,7 @@ export default {
|
|||||||
.el-input__prefix {
|
.el-input__prefix {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 202412271101;
|
z-index: 999;
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user