mirror of https://github.com/bjdgyc/anylink.git
调整首页按钮与图表的间距
This commit is contained in:
parent
0126333605
commit
38afab2440
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue