Table 样式微调✅
This commit is contained in:
parent
99bbb4947a
commit
fae69d44fd
@ -134,7 +134,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
text-align: center;
|
|
||||||
background-color: #f8f9fa;
|
background-color: #f8f9fa;
|
||||||
padding: 0.75rem;
|
padding: 0.75rem;
|
||||||
border-bottom: solid 1px #EEEEEE;
|
border-bottom: solid 1px #EEEEEE;
|
||||||
@ -169,6 +168,13 @@
|
|||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 其下面的code标签样式
|
||||||
|
code {
|
||||||
|
background-color: var(--vh-color-default);
|
||||||
|
padding: .125rem .375rem;
|
||||||
|
font-size: 0.8125rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 自定义组件样式
|
// 自定义组件样式
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user