优化:調整表格样式:垂直方向固定居中,水平方向与文章编辑一致、表格宽度受文章编辑后渲染宽度影响、移除表格中段落的下边距

This commit is contained in:
mjsoftware 2024-02-28 12:33:02 +08:00
parent 4e79ec9e86
commit 599628ea4d

View File

@ -360,7 +360,12 @@ pre {
}
table td, table th {
vertical-align: top;
//vertical-align: top;
vertical-align: middle;
&>p {
margin: auto !important;
}
}
.container {
@ -3607,13 +3612,6 @@ button.swiper-pagination-bullet {
tr {
transition: background 0.35s;
th {
p {
margin: 1em 0px;
}
}
&:nth-child(2n) {
background: var(--bg-j);
}