Skip to content

Commit bffed8b

Browse files
authored
Merge pull request #2141 from xinnan-tech/fix-tool-input-bg
update:修复mcp input样式污染其他input的bug
2 parents 6d0addf + ff3c0ab commit bffed8b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

main/manager-web/src/components/FunctionDialog.vue

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -698,15 +698,10 @@ export default {
698698
font-size: 14px;
699699
height: 36px;
700700
box-sizing: border-box;
701-
background-color: #f5f5f5;
702-
}
703-
704-
::v-deep .el-input__inner {
705-
background-color: #f5f5f5;
706-
padding-right: 80px;
707-
}
708701
709-
.url-input {
702+
::v-deep .el-input__inner {
703+
background-color: #f5f5f5 !important;
704+
}
710705
711706
::v-deep .el-input__suffix {
712707
right: 0;

0 commit comments

Comments
 (0)