mirror of
https://github.com/PlayEdu/backend
synced 2025-12-30 08:23:05 +08:00
tree组件overflow
This commit is contained in:
@@ -66,7 +66,7 @@ const ResourceCategoryPage = () => {
|
||||
arr.push({
|
||||
title: (
|
||||
<>
|
||||
<div className="w-174px mr-24">{categories[id][i].name}</div>
|
||||
<div className="tree-title-elli">{categories[id][i].name}</div>
|
||||
<div className="d-flex">
|
||||
<Tooltip placement="top" title="可拖拽排序">
|
||||
<i
|
||||
@@ -101,7 +101,7 @@ const ResourceCategoryPage = () => {
|
||||
arr.push({
|
||||
title: (
|
||||
<>
|
||||
<div className="w-174px mr-24">{categories[id][i].name}</div>
|
||||
<div className="tree-title-elli">{categories[id][i].name}</div>
|
||||
<div className="d-flex">
|
||||
<Tooltip placement="top" title="可拖拽排序">
|
||||
<i
|
||||
|
||||
Reference in New Issue
Block a user