feat: style table
This commit is contained in:
parent
5809f3cefc
commit
e4be407ebc
|
@ -1,15 +1,20 @@
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-spacing: 0;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
border: 1px solid #e7eaee;
|
||||||
|
border-radius: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
border-bottom: 1px solid #e7eaee;
|
||||||
}
|
}
|
||||||
|
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
padding: 12px 20px;
|
padding: 12px 20px;
|
||||||
border: 1px solid #e6e6e6;
|
text-align: center;
|
||||||
text-align: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
|
|
Loading…
Reference in New Issue