Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
huamu
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
郭铭瑶
huamu
Commits
9911d15a
Commit
9911d15a
authored
Sep 30, 2021
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
弹窗标题不省略
parent
80968c93
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
data2html.ts
src/util/data2html.ts
+4
-3
No files found.
src/util/data2html.ts
View file @
9911d15a
...
@@ -24,14 +24,15 @@ const style = `
...
@@ -24,14 +24,15 @@ const style = `
}
}
.pop-container p,
.pop-container p,
.pop-container span {
.pop-container span {
overflow: hidden;
//
overflow: hidden;
white-space: nowrap;
//
white-space: nowrap;
text-overflow: ellipsis;
//
text-overflow: ellipsis;
font-size: .11rem;
font-size: .11rem;
}
}
.pop-container > p {
.pop-container > p {
margin-bottom: .04rem;
margin-bottom: .04rem;
padding: 0 .02rem;
padding: 0 .02rem;
white-space: normal;
}
}
.pop-container .title {
.pop-container .title {
font-size: .13rem;
font-size: .13rem;
...
...
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