update Table style: font-size

This commit is contained in:
梁灏 2019-09-18 09:46:46 +08:00
parent d29a51230e
commit a1014d92ef

View file

@ -14,7 +14,7 @@
max-width: 100%;
overflow: hidden;
color: @text-color;
font-size: @font-size-small;
font-size: @font-size-base;
background-color: #fff;
box-sizing: border-box;
@ -238,7 +238,7 @@
}
&-large {
font-size: @font-size-base;
font-size: @font-size-large;
th{
height: 48px;
}
@ -421,4 +421,4 @@
.ivu-poptip-body{
padding: 0;
}
}
}