Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaowei
dlink
Commits
a1bbe440
Commit
a1bbe440
authored
Dec 29, 2021
by
coderTomato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端右键菜单位置优化
parent
b23cc76b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
71 additions
and
61 deletions
+71
-61
index.tsx
dlink-web/src/components/Studio/StudioTree/index.tsx
+62
-61
index.less
dlink-web/src/components/Studio/index.less
+9
-0
No files found.
dlink-web/src/components/Studio/StudioTree/index.tsx
View file @
a1bbe440
This diff is collapsed.
Click to expand it.
dlink-web/src/components/Studio/index.less
View file @
a1bbe440
...
@@ -99,6 +99,15 @@
...
@@ -99,6 +99,15 @@
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
padding: 8px;
padding: 8px;
}
}
/* --- 树文字显示 --- start */
.ant-tree-node-content-wrapper{
white-space: nowrap;
//max-width: 100%;
height: 15px;
overflow: hidden;
text-overflow-ellipsis: true;
}
}
}
}
}
/* --- tabs 垂直样式 --- end */
/* --- tabs 垂直样式 --- end */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment