revert: remove evaluation loading

This commit is contained in:
jialin
2025-04-24 22:17:49 +08:00
parent c400003ce9
commit c07be7386c
3 changed files with 5 additions and 20 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ const SimpleTabel: React.FC<SimpleTableProps> = (props) => {
initialize(scroller.current);
}, [initialize]);
return (
<div style={{ maxHeight: 200 }} ref={scroller}>
<div style={{ maxHeight: 240 }} ref={scroller}>
<table
className={classNames('simple-table', theme, {
'simple-table-bordered': bordered