自定义图标 

      <div class="top">
        <mt-button type="default" size="large">
          <img src="../../../../static/img/fellowIssues/add.png" height="20" width="20" slot="icon">添加跟进事项
        </mt-button>
      </div>

样式 

  .content {
    .top {
      text-align: center;
      padding: 20px 0 0 0;
      button {
        display: inline-block;
        font-size: 30px;
        font-family: SourceHanSansCN-Regular;
        font-weight: 400;
        color: rgba(60, 134, 241, 1);
        width: 690px;
        height: 70px;
        background: #ffffff;
        border: 2px solid rgba(60, 134, 241, 1);
        border-radius: 15px;
      }
    }

效果 

Logo

前往低代码交流专区

更多推荐