bug fix: 修复 table 字体为正常字体

This commit is contained in:
hezhendong 2025-02-21 21:17:50 +08:00
parent f8795e915a
commit e394930943

View file

@ -1331,7 +1331,7 @@ thead:hover {
thead>tr>th,
tbody>tr>td,
.table-cell-wrapper {
font-size: small !important;
/* font-size: small !important; */
line-height: 36px;
}
@ -1922,4 +1922,5 @@ body:not(.win-translucent-off):not(.mod-macos) .view-header-title-container:afte
/* web viewer */
.webviewer-address input {
border-radius: 14px;
}
}