调整首页按钮与图表的间距

This commit is contained in:
lanrenwo 2022-09-16 14:59:53 +08:00
parent 0126333605
commit 38afab2440
1 changed files with 4 additions and 1 deletions

View File

@ -306,12 +306,15 @@ export default {
</script>
<style scoped>
.panel-group {
margin-bottom: 20px;
}
.card-panel {
display: flex;
border-radius: 12px;
justify-content: space-around;
border: 1px solid red;
padding: 30px 0;
padding: 20px 0;
color: #666;
background: #fff;