Skip to content

Commit

Permalink
fix: 执行详情任务名称超长页面错乱 TencentBlueKing#2545
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Oct 24, 2023
1 parent f0bf6d8 commit b68eb9a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
{{ stepTypeText }}
</div>
<div class="step-name-box">
<div class="step-name-text">
<div
v-bk-overflow-tips
class="step-name-text">
{{ data.name }}
</div>
<execution-history-select
Expand Down Expand Up @@ -743,12 +745,15 @@
.executive-history-step {
.step-info-header {
display: flex;
width: 100%;
padding: 45px 24px 12px;
overflow: hidden;
background: #f5f6fa;

.step-info-wraper {
flex: 1;
margin-top: -25px;
overflow: hidden;

.step-type-text {
font-size: 12px;
Expand Down

0 comments on commit b68eb9a

Please sign in to comment.