diff --git a/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue b/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue index 1c3c43c97d..ee0590a263 100644 --- a/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue +++ b/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue @@ -1,29 +1,32 @@ @@ -305,16 +354,19 @@ export default { width: 100%; } -.custom-with :deep( .el-input__inner) { +.custom-with :deep(.el-input__inner) { height: 32px; } -:deep( .el-input--suffix .el-input__inner) { +:deep(.el-input--suffix .el-input__inner) { height: 32px; } .input-search-tip { + position: relative; + z-index: 9; + background-color: white; padding-left: 15px; - color: #C0C4CC; + color: #c0c4cc; }