mirror of https://github.com/bjdgyc/anylink.git
调整首页按钮与图表的间距
This commit is contained in:
parent
0126333605
commit
38afab2440
|
@ -306,12 +306,15 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.panel-group {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
.card-panel {
|
.card-panel {
|
||||||
display: flex;
|
display: flex;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
border: 1px solid red;
|
border: 1px solid red;
|
||||||
padding: 30px 0;
|
padding: 20px 0;
|
||||||
|
|
||||||
color: #666;
|
color: #666;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
Loading…
Reference in New Issue