This commit is contained in:
2025-07-14 17:33:04 +08:00
parent e940744dd8
commit 694ad9a54c

View File

@ -159,7 +159,7 @@ const seeMoreFn = () => {
height: calc(100% - 96px); height: calc(100% - 96px);
overflow: hidden; overflow: hidden;
overflow-y: auto; overflow-y: auto;
padding: 10px 10px 0; padding: 5px 5px 0;
box-sizing: border-box; box-sizing: border-box;
} }
::v-deep .el-input__inner { ::v-deep .el-input__inner {