Skip to content

Commit

Permalink
🎨 Improve the style of .b3-chip element
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Nov 16, 2023
1 parent 3a89e6c commit 5f80bdf
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions app/src/assets/scss/business/_av.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,6 @@
overflow: hidden;
// display: flex; 不需要使用,否则 av__celltext 会占满单元格,导致链接列点击空白无法进行编辑

[data-type=block-ref],
[data-type=block-more] {
display: none;
position: absolute;
right: 4px;
top: 5px;
}

&[data-wrap=true] {
white-space: pre-wrap;
}
Expand Down Expand Up @@ -275,6 +267,16 @@
font-size: 75%;
line-height: normal;
white-space: nowrap;
position: relative;
top: -2px;

&[data-type=block-ref],
&[data-type=block-more] {
display: none;
position: absolute;
top: 5px;
right: 4px;
}
}
}

Expand Down

0 comments on commit 5f80bdf

Please sign in to comment.