|
@@ -49,7 +49,7 @@
|
|
name=""
|
|
name=""
|
|
id=""
|
|
id=""
|
|
cols="30"
|
|
cols="30"
|
|
- rows="5"
|
|
|
|
|
|
+ rows="1"
|
|
readonly
|
|
readonly
|
|
:value="item.content"
|
|
:value="item.content"
|
|
></textarea>
|
|
></textarea>
|
|
@@ -215,7 +215,7 @@ export default {
|
|
}
|
|
}
|
|
.consult-item-time > input {
|
|
.consult-item-time > input {
|
|
border: none;
|
|
border: none;
|
|
- margin-left: 6%;
|
|
|
|
|
|
+ margin-left: 5%;
|
|
}
|
|
}
|
|
.consult-item-textarea {
|
|
.consult-item-textarea {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -227,7 +227,7 @@ export default {
|
|
}
|
|
}
|
|
.consult-item-textarea > textarea {
|
|
.consult-item-textarea > textarea {
|
|
border: none;
|
|
border: none;
|
|
- margin-left: 6%;
|
|
|
|
|
|
+ margin-left: 5%;
|
|
margin-top: 2%;
|
|
margin-top: 2%;
|
|
}
|
|
}
|
|
.consult-item-textarea img {
|
|
.consult-item-textarea img {
|
|
@@ -238,7 +238,7 @@ export default {
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
.consult-item-textarea > div > input {
|
|
.consult-item-textarea > div > input {
|
|
- margin-top: 6%;
|
|
|
|
|
|
+ margin-top: 5%;
|
|
margin-left: 8%;
|
|
margin-left: 8%;
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|