File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,10 +137,10 @@ export default {
137137 @apply absolute flex flex-col left-8 top-2 w-auto h-full text-left;
138138}
139139.netease .name {
140- @apply font-semibold inline-block;
140+ @apply font-semibold inline-block overflow-ellipsis overflow-hidden whitespace-nowrap max-w-xs ;
141141}
142142.netease .namespace {
143- @apply leading-4 font-thin text-sm;
143+ @apply leading-4 font-thin text-sm overflow-ellipsis overflow-hidden whitespace-nowrap max-w-xs ;
144144}
145145
146146@media (prefers-color-scheme : dark) {
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export default {
153153 else if (val <= this .totalPages && val != null && this .clickable ) {
154154 this .$public .emit (" notice" , {
155155 type: " loading" ,
156- msg: " 🎈 正在从获取题目 ..." ,
156+ msg: " 🎈 正在获取题目 ..." ,
157157 });
158158 this .clickable = false ;
159159 this .$leetcode
You can’t perform that action at this time.
0 commit comments