n20-common-lib 2.22.4 → 2.22.5
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.
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
</symbol>
|
|
18
18
|
</svg>
|
|
19
19
|
<div ref="activiti-svg-wrap" class="activiti-svg-wrap"></div>
|
|
20
|
-
<div class="flex-box activiti-svg-zoom">
|
|
20
|
+
<div class="flex-box activiti-svg-zoom flex-v">
|
|
21
21
|
<el-button type="text" icon="el-icon-zoom-out" style="font-size: 18px" @click="scaleMinus" />
|
|
22
22
|
<el-slider
|
|
23
23
|
v-model="zoomValue"
|
|
@@ -32,7 +32,27 @@
|
|
|
32
32
|
<span class="m-l-s m-r-s" style="display: inline-block; width: 38px; line-height: 38px">{{
|
|
33
33
|
zoomValue | zoomFormat
|
|
34
34
|
}}</span>
|
|
35
|
-
<
|
|
35
|
+
<svg
|
|
36
|
+
style="font-size: 16px; width: 20px; height: 20px"
|
|
37
|
+
@click="scaleReset"
|
|
38
|
+
t="1773296357916"
|
|
39
|
+
class="icon pointer"
|
|
40
|
+
viewBox="0 0 1024 1024"
|
|
41
|
+
version="1.1"
|
|
42
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
43
|
+
p-id="39626"
|
|
44
|
+
width="200"
|
|
45
|
+
height="200"
|
|
46
|
+
>
|
|
47
|
+
<path
|
|
48
|
+
d="M896 85.333333a42.666667 42.666667 0 0 1 42.666667 42.666667v768a42.666667 42.666667 0 0 1-42.666667 42.666667H128a42.666667 42.666667 0 0 1-42.666667-42.666667V128a42.666667 42.666667 0 0 1 42.666667-42.666667h768z m-42.666667 85.333334H170.666667v682.666666h682.666666V170.666667z"
|
|
49
|
+
p-id="39627"
|
|
50
|
+
></path>
|
|
51
|
+
<path
|
|
52
|
+
d="M751.125333 667.242667h-64.384v-176.234667l0.64-28.970667 1.045334-31.658666c-10.709333 10.688-18.133333 17.706667-22.293334 21.034666l-35.008 28.138667-31.04-38.762667 98.133334-78.122666h52.906666v304.576zM477.589333 637.44c0-11.648 3.114667-20.48 9.386667-26.453333 6.229333-5.973333 15.338667-8.96 27.264-8.96 11.52 0 20.416 3.072 26.666667 9.173333 6.4 6.122667 9.6 14.869333 9.6 26.24 0 10.986667-3.2 19.669333-9.6 26.069333-6.378667 6.250667-15.274667 9.365333-26.666667 9.365334-11.648 0-20.693333-3.050667-27.093333-9.173334-6.378667-6.250667-9.557333-14.997333-9.557334-26.24z m0-172.074667c0-11.648 3.114667-20.48 9.386667-26.453333 6.229333-5.973333 15.338667-8.96 27.264-8.96 11.52 0 20.416 3.050667 26.666667 9.173333 6.4 6.101333 9.6 14.869333 9.6 26.24 0 11.264-3.264 20.010667-9.813334 26.24-6.378667 6.122667-15.189333 9.173333-26.453333 9.173334-11.648 0-20.693333-3.050667-27.093333-9.173334-6.378667-6.08-9.557333-14.848-9.557334-26.24zM385.706667 667.242667h-64.362667v-176.234667l0.618667-28.970667 1.045333-31.658666c-10.709333 10.688-18.133333 17.706667-22.293333 21.034666l-34.986667 28.138667L234.666667 440.789333 332.8 362.666667h52.906667v304.576z"
|
|
53
|
+
p-id="39628"
|
|
54
|
+
></path>
|
|
55
|
+
</svg>
|
|
36
56
|
</div>
|
|
37
57
|
<el-popover ref="title-pop" v-model="msgV" trigger="hover" placement="top">
|
|
38
58
|
<div class="activiti-msg">
|