Commit 97832bde authored by xiexingan's avatar xiexingan

tj

parent 753111d5
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.card-header( .card-header(
:style="{ height, 'line-height': height, background: bgcolor }" :style="{ height, 'line-height': height, background: bgcolor }"
) )
span.card-title {{ title }} span.card-title(:style="{'font-size':size+'px'}") {{ title }}
div(style="margin-left: 20px;color:#3A648A;") div(style="margin-left: 20px;color:#3A648A;")
slot(name="left") slot(name="left")
span(style='font-size:12px;') span(style='font-size:12px;')
...@@ -27,6 +27,10 @@ export default { ...@@ -27,6 +27,10 @@ export default {
bgcolor: { bgcolor: {
type: String, type: String,
default: '#f2faff' default: '#f2faff'
},
size: {
type: String,
default: '15'
} }
} }
} }
...@@ -51,7 +55,7 @@ export default { ...@@ -51,7 +55,7 @@ export default {
} }
} }
.card-content { .card-content {
margin: 20px; margin: 10px;
} }
} }
</style> </style>
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment