Table 样式微调

This commit is contained in:
Han 2025-03-20 15:48:19 +08:00
parent 99bbb4947a
commit fae69d44fd

View File

@ -134,7 +134,6 @@
}
th {
text-align: center;
background-color: #f8f9fa;
padding: 0.75rem;
border-bottom: solid 1px #EEEEEE;
@ -169,6 +168,13 @@
background-color: #f2f2f2;
}
}
// 其下面的code标签样式
code {
background-color: var(--vh-color-default);
padding: .125rem .375rem;
font-size: 0.8125rem;
}
}
// 自定义组件样式