| | |
| | | </ul> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="bottom bottomBox flex justify-between items-center w-full fixed bottom-0 borderTop px-4 box-border bgBottom"> |
| | | <div class="bottom bottomBox flex justify-between items-center w-full fixed bottom-0 borderTop px-4 box-border "> |
| | | <van-uploader :max-size="10000 * 1024" @oversize="onOversize" :after-read="afterRead"> |
| | | <img src="@/assets/image/service/photo2.png" class="w-12 h-12" /> |
| | | </van-uploader> |
| | | <input type="text" v-model="message" :placeholder="$t('entryYouMessage')" |
| | | class="flex-1 mx-3 h-full border-none bgBottom textColor chatBg" maxlength="500"/> |
| | | class="flex-1 mx-3 h-full border-none textColor chatBg" maxlength="500" /> |
| | | <img src="@/assets/image/service/send2.png" class="w-12 h-12" @click="throttleSend(message)" /> |
| | | </div> |
| | | </div> |
| | |
| | | font-size: 14px; |
| | | width: 100%; |
| | | box-sizing: border-box; |
| | | background: $mainBgColor; |
| | | // background: $mainBgColor; |
| | | overflow: hidden; |
| | | padding-bottom: 70px; |
| | | |
| | | :deep(.van-hairline--bottom::after) { |
| | | border-color: $mainBgColor; |
| | | } |
| | | // :deep(.van-hairline--bottom::after) { |
| | | // border-color: $mainBgColor; |
| | | // } |
| | | } |
| | | |
| | | .break-word { |