Skip to content

Commit f9851c7

Browse files
committed
style: 优化小尾巴文字过长导致的显示问题
1 parent f1953f3 commit f9851c7

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- chore: 修改了部分代码
1+
- style: 优化小尾巴文字过长导致的显示问题

entrypoints/App.vue

+1-1
Large diffs are not rendered by default.

entrypoints/app.css

+3
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,9 @@
447447
color: #279a36;
448448
font-size: 14px;
449449
word-break: break-word;
450+
text-overflow: ellipsis;
451+
overflow: hidden;
452+
white-space: nowrap;
450453
}
451454

452455
.topic-list .views {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "linuxdo-scripts",
33
"description": "manifest.json description",
44
"private": true,
5-
"version": "1.1.2",
5+
"version": "1.1.3",
66
"type": "module",
77
"scripts": {
88
"dev": "wxt",

version-log.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.3
2+
3+
- style: 优化小尾巴文字过长导致的显示问题
4+
15
## 1.1.2
26

37
- chore: 修改了部分代码

0 commit comments

Comments
 (0)