Browse Source

fix: 修复card标题样式问题

xuhui86 5 years ago
parent
commit
01692fa1be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/card/demo.vue

+ 1 - 1
src/packages/card/demo.vue

@@ -72,7 +72,7 @@ export default {
 <style lang="scss" scoped>
 .card-list{
   h4{
-    margin-left: 15px;
+    padding: 0 15px;
   }
 }
 .card-title {