File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 2929
3030< body >
3131 < div id ="app " class ="container ">
32- < h1 > Прямая связь</ h1 >
33-
3432 < div class ="row ">
3533 < div class ="col-sm ">
3634 < div class ="card ">
35+ < div class ="card-header "> Прямая связь</ div >
3736 < div class ="card-body ">
3837 < label > Номер телефона:</ label >
3938 < div class ="input-group mb-3 ">
@@ -43,15 +42,14 @@ <h1>Прямая связь</h1>
4342 </ div >
4443 </ div >
4544
46- < label > Сообщение (необязательно):</ label >
47- < div class ="input-group mb-3 ">
48- < input class ="form-control " v-model ="message " v-on:input ="saveMessage() ">
49- < div class ="input-group-append ">
50- < button class ="btn btn-outline-secondary " type ="button " v-on:click ="clearMessage() "> X</ button >
51- </ div >
45+ < div class ="form-group ">
46+ < label for ="comment "> Сообщение (необязательно):</ label >
47+ < textarea class ="form-control " rows ="5 " v-model ="message " v-on:input ="saveMessage() "> </ textarea >
5248 </ div >
5349
54- < button type ="button " class ="btn btn-outline-primary btn-block " v-on:click ="send ">
50+ < button type ="button " class ="btn btn-block btn-outline-primary " v-on:click ="clearMessage() "> Очистить текст сообщения</ button >
51+
52+ < button type ="button " class ="btn btn-block btn-success " v-on:click ="send ">
5553 Открыть в WhatsApp
5654 </ button >
5755 </ div >
You can’t perform that action at this time.
0 commit comments