mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-24 07:26:50 +00:00
simple table 样式
This commit is contained in:
@@ -1910,10 +1910,6 @@ pre[class*='language-'] {
|
|||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notion-simple-table td {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pre-mac {
|
.pre-mac {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: -7px;
|
margin-top: -7px;
|
||||||
@@ -1985,3 +1981,15 @@ pre[class*='language-'] {
|
|||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* simple table设置 */
|
||||||
|
table,thead,tbody{
|
||||||
|
display:block
|
||||||
|
}
|
||||||
|
|
||||||
|
thead, tbody tr {
|
||||||
|
display:table;
|
||||||
|
width:100%;
|
||||||
|
table-layout:fixed;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user