@lambo-design/workflow-approve 1.0.0-beta.83 → 1.0.0-beta.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -237,8 +237,16 @@
237
237
  color: #808695;
238
238
  }
239
239
 
240
+ .operating-instructions {
241
+ float: left;
242
+ font-size: 12px;
243
+ text-align: left;
244
+ color: #808695
245
+ }
246
+
240
247
  .notes-div {
241
248
  text-align: right;
249
+ float: right;
242
250
  }
243
251
 
244
252
  .notes-done-task {
@@ -5,6 +5,7 @@
5
5
  <Panel name="0">
6
6
  流程跟踪图
7
7
  <div slot="content">
8
+ <span class="operating-instructions">提示:Ctrl+鼠标滚轮可缩放;按住鼠标左键拖动可平移</span>
8
9
  <div class="notes-div">
9
10
  <span class="notes-done-task">已办节点</span>
10
11
  <span class="notes-todo-task">在办节点</span>