🐛(component): 修复 select 相关缺陷,并调整文档显示格式

This commit is contained in:
就眠儀式
2022-10-09 11:48:45 +08:00
parent 1b79148f21
commit c4cf4efd3d
5 changed files with 12 additions and 7 deletions

View File

@@ -26,13 +26,13 @@
padding: 0 10px;
padding-left: 28px;
}
.lay-table-box table th code,
.lay-table-box table td code {
line-height: 26px;
}
.lay-table-box table th {
color: #666;
font-weight: 500;
background-color: #fafafa;
}
.lay-table-box table th,
.lay-table-box table td {
white-space: nowrap;
}
</style>