mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-13 12:52:10 +08:00
优化项目名称显示。
This commit is contained in:
parent
6f04f8ccbd
commit
8c17275169
@ -37,7 +37,7 @@
|
||||
<p
|
||||
class="text-center mx-2"
|
||||
:class="[
|
||||
`${getLayout(classificationId) === 'tile' ? 'mt-2' : ''}`,
|
||||
`${getLayout(classificationId) === 'tile' ? 'mt-2 text-center' : ''}`,
|
||||
`${
|
||||
getLayout(classificationId) === 'list'
|
||||
? store.setting.item.hideEllipsis
|
||||
|
@ -75,7 +75,7 @@ input::-webkit-inner-spin-button {
|
||||
}
|
||||
|
||||
.item-name-tile-2 {
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
@ -86,7 +86,7 @@ input::-webkit-inner-spin-button {
|
||||
|
||||
.item-name-tile-2-no-ellipsis {
|
||||
max-height: 40px;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user