This commit is contained in:
rainerosion 2024-06-03 23:41:01 +08:00
parent 3a4a22587a
commit c5586f9621
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

1
globals/static/index.css Normal file

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
<meta name="keywords" content="<< .Keywords >>"> <meta name="keywords" content="<< .Keywords >>">
<meta name="anthor" content="srcrs"> <meta name="anthor" content="srcrs">
<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> --> <!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> -->
<link rel="stylesheet" href="https://lf3-cdn-tos.bytecdntp.com/cdn/element-ui/2.15.7/theme-chalk/index.css"> <link rel="stylesheet" href="static/index.css">
<< if .DarkMode >> << if .DarkMode >>
<!-- <link rel="stylesheet" href="static/dark-mode.css">--> <!-- <link rel="stylesheet" href="static/dark-mode.css">-->
<< end >> << end >>
@ -46,7 +46,7 @@
} }
.list-item-title { .list-item-title {
display: flex; display: block;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;