Fixed :[顧問管理預約單] - 約訪紀錄 -內文超過畫面 強制換行
| | |
| | | .text--break-all { |
| | | word-break: break-all |
| | | } |
| | | |
| | | .line-height { |
| | | line-height: 1.2; |
| | | } |
| | |
| | | </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> |
| | |
| | | <div class="p mt-5"> |
| | | <UiDateFormat |
| | | class="mt-5 line-space time" |
| | | style="display:flex;" |
| | | :date="item.interviewDate" |
| | | onlyShowSection="DATE" /> |
| | | </div> |
| | |
| | | <div class="mb-3 mt-2"> |
| | | <UiDateFormat |
| | | class=" date" |
| | | style="display:flex;" |
| | | :date="item.interviewDate" |
| | | onlyShowSection="YEAR" /> |
| | | </div> |