Commit 783daef0 authored by xiexingan's avatar xiexingan

tj

parent 97832bde
......@@ -3,7 +3,7 @@
.card-header(
:style="{ height, 'line-height': height, background: bgcolor }"
)
span.card-title(:style="{'font-size':size+'px'}") {{ title }}
span.card-title(:style="{'font-size':size+'px','font-weight':weight}") {{ title }}
div(style="margin-left: 20px;color:#3A648A;")
slot(name="left")
span(style='font-size:12px;')
......@@ -31,6 +31,10 @@ export default {
size: {
type: String,
default: '15'
},
weight: {
type: String,
default: '800'
}
}
}
......@@ -51,7 +55,6 @@ export default {
justify-content: center;
align-items: center;
font-size: 15px;
// font-weight: 600;
}
}
.card-content {
......
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