bug 78431

This commit is contained in:
赵霄
2023-11-10 18:26:37 +08:00
parent a23ec52d20
commit b78c1d47af
+5
View File
@@ -269,6 +269,11 @@
.ant-tooltip { .ant-tooltip {
max-width: 500px !important; max-width: 500px !important;
} }
/*树形下拉滚动高度调整*/
.ant-select-tree-dropdown {
max-height: 250px !important;
}
</style> </style>
<!-- 全局配置 --> <!-- 全局配置 -->
</head> </head>