张涛 hace 1 año
padre
commit
1317ab8799
Se han modificado 1 ficheros con 6 adiciones y 5 borrados
  1. 6
    5
      src/pages/issue/components/Issue/index.jsx

+ 6
- 5
src/pages/issue/components/Issue/index.jsx Ver fichero

@@ -213,14 +213,15 @@ export default (props) => {
213 213
         />
214 214
         <Cell title="问题描述" border={false} />
215 215
 
216
-        <Textarea 
216
+        <Textarea
217 217
           // type="textarea"
218 218
           placeholder="请输入问题描述"
219
-          disabled={readOnly}
219
+          readonly={readOnly}
220 220
           autosize={{ minHeight: "120px" }}
221
-          value={formData.content}
222
-          onInput={(e) => setFieldChange("content", e.detail.value)}
223
-        />
221
+          style={{ marginLeft: "20px" }}
222
+          // value={formData.content}
223
+          // onChange={(e) => setFieldChange("content", e.detail)}
224
+        ></Textarea>
224 225
       </CellGroup>
225 226
 
226 227
       <CellGroup style={{ marginTop: "20px" }}>