Browse Source

版本状态

Zn 1 year ago
parent
commit
064cbba0b8
1 changed files with 6 additions and 1 deletions
  1. 6 1
      ruoyi-ui/src/views/bpmprocess/index.vue

+ 6 - 1
ruoyi-ui/src/views/bpmprocess/index.vue

@@ -737,4 +737,9 @@ export default {
   },
 };
 </script>
-
+<style lang="scss" scoped>
+.process_name {
+  color: #337ab7;
+  cursor: pointer;
+}
+</style>