fix bug tabs bigger, merge gdd-transactionlist to row and col

This commit is contained in:
ogerly 2021-08-12 09:11:22 +02:00
parent ca70f20b87
commit 6b4f709326

View File

@ -51,4 +51,15 @@ export default {
}, },
} }
</script> </script>
<style></style> <style>
.nav-tabs > li > a {
/* adjust padding for height*/
padding-top: 14px;
padding-bottom: 14px;
}
.nav-tabs > li.active {
background-color: aquamarine;
font-size: larger;
}
</style>