mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
bug fix: 修复 table 字体为正常字体
This commit is contained in:
parent
f8795e915a
commit
e394930943
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue