Browse Source

光标插入图片

李富豪 4 months ago
parent
commit
f94db11c57
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/pages/takai/questionAnswer/info/index.tsx

+ 1 - 0
src/pages/takai/questionAnswer/info/index.tsx

@@ -416,6 +416,7 @@ const QuestionAnswerInfo: React.FC = () => {
                                 style={{ width: '300px', height: '48px' }}
                                 placeholder='请选应用类型'
                                 onChange={handleAppChange}
+                                allowClear={true}
                             >
                                 {
                                     appTypeList.map((item, index) => {