[update]顧問端 -預約細節 dialog加上 scroll bar
| | |
| | | <p>職業:{{client.job}}</p> |
| | | <p>需求:{{client.requirement.replace(',', '、')}}</p> |
| | | <p v-for="(item, index) in hopeContactTime" :key="index">連絡時段{{index + 1 | formatNumber}}:{{item}}</p> |
| | | </div> |
| | | <div class="mt-30 text--center" v-if="isReserved"> |
| | | <el-button @click="markAppointment">標註為已連絡</el-button> |
| | | </div> |
| | | |
| | | </div> |
| | | </Ui-Dialog> |
| | | </div> |
| | | </template> |
| | |
| | | |
| | | .dialogTxt { |
| | | font-size: 20px; |
| | | overflow:scroll; |
| | | height:400px; |
| | | } |
| | | |
| | | |
| | | .text-right { |
| | | text-align: right; |
| | |
| | | |
| | | .dialogInfo { |
| | | font-size: 20px; |
| | | overflow:scroll; |
| | | height: 400px; |
| | | } |
| | | |
| | | </style> |