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