Skip to content

Commit

Permalink
fix: 第三次体验修复 (#108)
Browse files Browse the repository at this point in the history
* feat: 1.14 开发

* feat: 1.14 开发

* feat: 1.14 开发

* feat: 1.14 开发

* feat: 1.14 在线调试开发

* feat: 1.14 在线调试

* feat: 1.14 在线调试

* feat: 日志剩余需求开发&编译器格式化等功能

* feat: 在线调试 体验问题修复

* feat: 在线调试 体验问题修复

* feat: 在线调试请求详情接口对接&资源列表接口替换&日志图表和下载参数修改

* feat: 在线调试 体验问题修复

* feat: 1.14 版本开发

* feat: 1.14 体验问题修复

* fix: 1.14 体验问题修复

* fix: 1.14 体验问题修复

* fix: 1.14 体验问题修复

* feat: 体验问题修复

* fix: 体验问题修复

* fix:

* fix: 体验问题修复

---------

Co-authored-by: ielgnaw <wuji0223@126.com>
  • Loading branch information
shuzhenyang and ielgnaw authored Aug 29, 2024
1 parent baecfcc commit a20ce84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/dashboard-front/src/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,7 @@ body {
}
}
}
.bk-table .cell.selection .bk-checkbox,
.bk-table th .bk-checkbox {
vertical-align: middle;
}
1 change: 1 addition & 0 deletions src/dashboard-front/src/language/lang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1561,6 +1561,7 @@ const lang: ILANG = {
'返回修改配置': ['Back to settings'],
'失败原因:': ['Error message: '],
'请选择下载的格式': ['Choose format'],
'暂不支持切换': ['Switchover is not supported'],
'下载格式': ['Format'],
'下载内容': ['Type'],
'下载成功:': ['Success'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
:clearable="false"
:filterable="false"
:disabled="true"
v-bk-tooltips="t('暂不支持切换')"
>
<bk-option
v-for="(item, index) in bodyTypeList"
Expand All @@ -87,6 +88,7 @@
:clearable="false"
:filterable="false"
:disabled="true"
v-bk-tooltips="t('暂不支持切换')"
>
<bk-option
v-for="(item, index) in detailsTypeList"
Expand Down Expand Up @@ -309,7 +311,7 @@ watch(
}
:deep(.bk-collapse-content) {
padding: 0;
height: calc(100% - 256px);
height: calc(100% - 72px);
}
}
}
Expand Down

0 comments on commit a20ce84

Please sign in to comment.