update:修复mcp input样式污染其他input的bug

This commit is contained in:
hrz
2025-08-30 23:58:11 +08:00
parent 6d0addf005
commit ff3c0ab7ca
@@ -698,15 +698,10 @@ export default {
font-size: 14px;
height: 36px;
box-sizing: border-box;
background-color: #f5f5f5;
}
::v-deep .el-input__inner {
background-color: #f5f5f5;
padding-right: 80px;
}
.url-input {
::v-deep .el-input__inner {
background-color: #f5f5f5 !important;
}
::v-deep .el-input__suffix {
right: 0;