diff --git a/.drone.yml b/.drone.yml
index ff45f09..5606aa1 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -25,7 +25,7 @@ steps:
- export NODE_MODULES_PATH=`pwd`/node_modules
#- npm config set registry https://registry.npm.taobao.org
#- set NODE_OPTIONS=--openssl-legacy-provider
- - npm install
+# - npm install
- npm run build
- ls /app/build/$DRONE_REPO_NAME/
- echo $NODE_MODULES_PATH
diff --git a/src/views/workflow/process/nodes/Node.vue b/src/views/workflow/process/nodes/Node.vue
index a8c8610..98b9fa5 100644
--- a/src/views/workflow/process/nodes/Node.vue
+++ b/src/views/workflow/process/nodes/Node.vue
@@ -6,7 +6,7 @@
-
+
@@ -201,7 +201,7 @@ const init = () => {
}
.node-body {
- cursor: pointer;
+
min-height: 63px;
position: relative;
border-radius: 5px;
@@ -240,6 +240,7 @@ const init = () => {
}
.node-body-content {
+ cursor: pointer;
padding: 18px;
color: #656363;
font-size: 14px;