保誠-保戶業務員媒合平台
Tomas
2022-01-13 cef61a78de14401d7af7f4def01fb26ae867cc3e
update: add pam-link-button--lg style class
修改3個檔案
15 ■■■■ 已變更過的檔案
PAMapp/assets/scss/utilities/_heading.scss 9 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/Appointment/AppointmentInterviewList.vue 4 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/Appointment/AppointmentRecordList.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/assets/scss/utilities/_heading.scss
@@ -126,3 +126,12 @@
  @extend .cursor--pointer;
  @extend .text--underline;
}
.pam-link-button--lg {
  @extend .fix-chrome-click--issue;
  @extend .mdTxt;
  @extend .text--bold;
  @extend .text--primary;
  @extend .cursor--pointer;
  @extend .text--underline;
}
PAMapp/components/Appointment/AppointmentInterviewList.vue
@@ -2,7 +2,7 @@
    <div>
      <div class="interview__header">
          <div class="mdTxt">約訪紀錄</div>
          <div class="mdTxt text--underline text--primary"
          <div class="pam-link-button--lg"
          @click="addInterview">+新增</div>
      </div>
@@ -39,7 +39,7 @@
        </section>
        <section class="more-log-action">
                <div class="mdTxt text--primary text--underline">展開看更多</div>
                <div class="pam-link-button--lg">展開看更多</div>
        </section>
      </template>
    </div>
PAMapp/components/Appointment/AppointmentRecordList.vue
@@ -27,7 +27,7 @@
            <div class="time-line"></div>
            <section class="more-log-action">
                <div class="mdTxt text--primary text--underline">展開看更多</div>
                <div class="pam-link-button--lg">展開看更多</div>
            </section>
    </div>
</template>