【问题标题】:Ensure that there is space at the sides of columns and between columns确保柱子的侧面和柱子之间有空间
【发布时间】:2017-07-05 21:29:36
【问题描述】:

如何在 DOM 和列之间创建空间,我的文本太靠近 DOM 端。

<template>

    <div>

<md-layout md-row md-md-columns>

        <md-layout md-column = "5" class = "mdcolor"> 
        <p class = "md-display-1"> Connect Soft documents </p>

          <p class = "">Allow documents that feed into each other to provide a consistent, untainted view of what your institution is doing.</p>

      </md-layout>
</md-layout>

 </div>

</template>

【问题讨论】:

    标签: vue.js vue-material


    【解决方案1】:

    只需添加 CSS 填充:https://codepen.io/aprouja1/pen/gRjPgB

    #app{
      padding-left:10px;
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-11-01
      • 1970-01-01
      • 2011-02-14
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多