Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修复提单成功页按钮文字溢出的问题 #1457

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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