优化 card 按钮宽度分配

This commit is contained in:
2betop 2020-02-09 16:57:30 +08:00
parent 49f31386b4
commit 7abc45229f

View File

@ -118,6 +118,7 @@
border-top: $Card-borderWidth solid $Card-actions-borderColor;
display: table;
width: 100%;
table-layout: fixed;
> a {
background-color: transparent;