diff --git a/src/views/Design/components/Questions/Choice.vue b/src/views/Design/components/Questions/Choice.vue
index f671f27..0723a69 100644
--- a/src/views/Design/components/Questions/Choice.vue
+++ b/src/views/Design/components/Questions/Choice.vue
@@ -167,17 +167,13 @@ const emitValue = () => {
& .other-input {
width: 100%;
- height: 89px;
- background: #ffffff;
- padding: 3px 5px;
- border: 1px solid #ccc;
- border-radius: 8px;
+ min-height: 89px;
+ margin-top: 4px;
+ margin-bottom: 10px;
+ padding: 12px;
+ border: 1px solid #f4f4f4;
+ border-radius: 5px;
outline: none;
- // 禁止拖动
- -webkit-user-select: none;
- -moz-user-select: none;
- //textarea禁止扩大
- resize: none;
}
}
diff --git a/src/views/Design/components/Questions/Completion.vue b/src/views/Design/components/Questions/Completion.vue
index 90f102a..6f50df2 100644
--- a/src/views/Design/components/Questions/Completion.vue
+++ b/src/views/Design/components/Questions/Completion.vue
@@ -70,8 +70,8 @@ const emitValue = () => {
.cont {
.other_input {
width: 100%;
- min-height: 40px;
- margin-top: 12px;
+ height: 89px;
+ margin-top: 10px;
margin-bottom: 10px;
padding: 12px;
border: 1px solid #f4f4f4;
diff --git a/src/views/Design/components/Questions/FileUpload.vue b/src/views/Design/components/Questions/FileUpload.vue
index 1938982..8c1ca62 100644
--- a/src/views/Design/components/Questions/FileUpload.vue
+++ b/src/views/Design/components/Questions/FileUpload.vue
@@ -93,7 +93,7 @@ const emitValue = () => {