🐛(component): table 组件 columns 宽度超出 table-box 时错位

This commit is contained in:
就眠儀式
2022-04-26 21:49:56 +08:00
parent 622ba49cf4
commit 113382c4f7
7 changed files with 13 additions and 32 deletions

View File

@@ -176,7 +176,7 @@ function handleScroll() {
margin: 0 4px;
height: 18px;
border-radius: 2px;
background-color: var(--code-inline-bg-color);
background-color:rgba(27, 31, 35, 0.05);
font-size: 12px;
line-height: 18px;
color: var(--c-text-light);