Merge pull request #2141 from xinnan-tech/fix-tool-input-bg

update:修复mcp input样式污染其他input的bug
This commit is contained in:
欣南科技
2025-08-31 00:00:30 +08:00
committed by GitHub
@@ -698,15 +698,10 @@ export default {
font-size: 14px; font-size: 14px;
height: 36px; height: 36px;
box-sizing: border-box; box-sizing: border-box;
background-color: #f5f5f5;
}
::v-deep .el-input__inner { ::v-deep .el-input__inner {
background-color: #f5f5f5; background-color: #f5f5f5 !important;
padding-right: 80px; }
}
.url-input {
::v-deep .el-input__suffix { ::v-deep .el-input__suffix {
right: 0; right: 0;