Skip to content

Commit

Permalink
fix: 修复提单成功页按钮文字溢出的问题
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 26679
  • Loading branch information
luofann committed Dec 13, 2024
1 parent b3e7138 commit bc0ab1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/pc/src/i18n/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@ export const m = {
请先创建服务后再进行操作: 'Create the service before performing the operation',
该项目不允许删除: 'This project is not allowed to be deleted',
分析: 'Analysis',
提单成功: 'Create Ticket Sucess',
提单成功: 'Create Ticket Success',
当前流程已跳转至下一节点: 'The current flow has moved to the next node',
后将自动跳转至流程详情查看: 'automatically jump to flow details',
返回单据列表: 'Return to Ticket List',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@
margin-top: 40px;
.back-list-btn {
color: #63656e;
width: 128px;
min-width: 128px;
height: 40px;
margin-right: 8px;
}
.view-detail-btn {
width: 128px;
min-width: 128px;
height: 40px;
}
}
Expand Down

0 comments on commit bc0ab1f

Please sign in to comment.