소스 검색

版本状态

Zn 1 년 전
부모
커밋
064cbba0b8
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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>