Skip to content

Commit

Permalink
perf: 优化资产连接弹窗的连接方式排列问题
Browse files Browse the repository at this point in the history
  • Loading branch information
w940853815 authored and BaiJiangJie committed Feb 19, 2024
1 parent 9a6d654 commit c21b4f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
.connect-type-group ::ng-deep .mat-tab-group {
.mat-tab-label {
height: 32px !important;
padding: 0 10px !important;
min-width:20px !important;
padding: 0 0!important;
}

.mat-tab-label:focus {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,5 @@
"Token expired": "トークンの有効期限が切れました",
"No protocol available": "利用可能なプロトコルがありません",
"Stop": "Stop",
"VirtualApp": "仮想アプリケーション"
"VirtualApp": "仮想アプリ"
}

0 comments on commit c21b4f1

Please sign in to comment.