保誠-保戶業務員媒合平台
HelenHuang
2022-03-15 d82fa23746944125df63c310b34e38b4979bb1ca
Fixed :[顧問管理預約單] - 約訪紀錄 -內文超過畫面 強制換行
修改3個檔案
8 ■■■■ 已變更過的檔案
PAMapp/assets/scss/utilities/_utilities.scss 4 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/Interview/InterviewAdd.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/Interview/InterviewCard.vue 2 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/assets/scss/utilities/_utilities.scss
@@ -112,3 +112,7 @@
.text--break-all {
  word-break: break-all
}
.line-height {
  line-height: 1.2;
}
PAMapp/components/Interview/InterviewAdd.vue
@@ -45,7 +45,7 @@
        </el-input>
      </template>
      <template v-else>
          <div class="fs-20 mt-20">
          <div class="fs-20 mt-20 text--break-all line-height">
              {{content}}
          </div>
      </template>
PAMapp/components/Interview/InterviewCard.vue
@@ -26,6 +26,7 @@
              <div class="p mt-5">
                <UiDateFormat
                            class="mt-5 line-space time"
                            style="display:flex;"
                            :date="item.interviewDate"
                            onlyShowSection="DATE" />
              </div>
@@ -57,6 +58,7 @@
                    <div class="mb-3 mt-2">
                      <UiDateFormat
                            class=" date"
                            style="display:flex;"
                            :date="item.interviewDate"
                            onlyShowSection="YEAR" />
                    </div>