File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3232 "password_reset_successful" : " Password reset successful"
3333 },
3434 "dashboard" : {
35+ "no_data" : " No Relevant Content Found" ,
3536 "new_tab" : " New Tab" ,
3637 "length_limit64" : " Field length must be between 1 and 64" ,
3738 "sort_column" : " Sort field" ,
Original file line number Diff line number Diff line change 3434 "password_reset_successful" : " 重置密码成功"
3535 },
3636 "dashboard" : {
37+ "no_data" : " 没找到相关内容" ,
3738 "new_tab" : " 新建Tab" ,
3839 "length_limit64" : " 字段长度需要在1-64之间" ,
3940 "sort_column" : " 排序字段" ,
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ const filteredAndGroupedData = computed(() => {
130130 "
131131 class =" no-data"
132132 >
133- {{ t('dashboard.no_chat ') }}
133+ {{ t('dashboard.no_data ') }}
134134 </div >
135135 </div >
136136 </el-scrollbar >
@@ -217,6 +217,7 @@ const filteredAndGroupedData = computed(() => {
217217 .no-data {
218218 text-align : center ;
219219 padding : 16px ;
220+ margin-top : 140px ;
220221 color : var (--ed-text-color-placeholder );
221222 font-size : 14px ;
222223 }
You can’t perform that action at this time.
0 commit comments