浏览代码

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

洪海涛 4 年之前
父节点
当前提交
5c7d40f1f2
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      package.json
  2. 0 1
      src/components/fromChooseItem/style.module.less
  3. 1 0
      src/components/searchInput/style.module.less

+ 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);