| | |
| | | :key="index" |
| | | >連絡時段{{index + 1 | formatNumber}}:<span>{{ item | formatHopeContactTime}}</span></p> |
| | | </div> |
| | | <div class="memoStyle"> |
| | | <div class="header"> |
| | | <div class="mt-30"> |
| | | <div class="memoTitleStyle"> |
| | | <div class="mdTxt">內容描述</div> |
| | | <div |
| | | class="smTxt text--bold text--primary edit cursor--pointer text--underline" |
| | | class="smTxt text--bold text--primary cursor--pointer text--underline edit" |
| | | @click='isEdit = !isEdit' |
| | | >編輯</div> |
| | | </div> |
| | |
| | | height: 400px; |
| | | } |
| | | } |
| | | .memoStyle { |
| | | margin-top: 30px; |
| | | .header { |
| | | display: flex; |
| | | flex-direction: row; |
| | | justify-content: space-between; |
| | | align-items: flex-end; |
| | | .memoTitleStyle { |
| | | display: flex; |
| | | flex-direction: row; |
| | | justify-content: space-between; |
| | | |
| | | .edit { |
| | | align-self: flex-end; |
| | | } |
| | | } |
| | | .fixed-Height { |