Merge remote-tracking branch 'origin/feature/0918_账号管理新增视图_rxd' into test

This commit is contained in:
rd
2025-09-24 17:35:18 +08:00

View File

@ -33,4 +33,8 @@
.textarea-box {
height: 140px;
max-height: 298px;
:deep(.ant-input) {
resize: none;
}
}