Browse Source

【脚本执行】在脚本列表页手动执行脚本后,切到项目列表页中,过一会脚本执行完成以后,项目列表显示报错信息。但是如果一直停留在脚本列表页面就没有这条报错信息

洪海涛 4 năm trước cách đây
mục cha
commit
5c7d40f1f2

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@didi/platformui",
-  "version": "0.1.82",
+  "version": "0.1.83",
   "description": "A platformui",
   "main": "dist/bundle.js",
   "author": "wenbobowen",

+ 0 - 1
src/components/fromChooseItem/style.module.less

@@ -15,7 +15,6 @@
       border: 1px dashed var(--gray-3);
       border-radius: 4px;
       line-height: 1;
-      overflow: scroll;
     }
   }
 }

+ 1 - 0
src/components/searchInput/style.module.less

@@ -3,6 +3,7 @@
   width: 100%;
   color: var(--font-1);
   text-align: left;
+  overflow: scroll;
   // max-height: 32px;
   .text {
     color: var(--font-1);