afn-basic-components 1.1.6 → 1.1.7

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "afn-basic-components",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "基础公共组件库 - 包含GlobalDrawer、MessagePopUp、ProTable等组件和样式",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -0,0 +1,41 @@
1
+ <template>
2
+ <svg
3
+ width="32px"
4
+ height="32px"
5
+ viewBox="0 0 32 32"
6
+ version="1.1"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:xlink="http://www.w3.org/1999/xlink"
9
+ >
10
+ <title>关闭-蓝色</title>
11
+ <g
12
+ id="页面-1"
13
+ stroke="none"
14
+ stroke-width="1"
15
+ fill="none"
16
+ fill-rule="evenodd"
17
+ >
18
+ <g
19
+ id="问答管理-问答配置-模拟问答测试"
20
+ transform="translate(-1864.000000, -19.000000)"
21
+ fill="#333333"
22
+ >
23
+ <g id="编组-17" transform="translate(1120.000000, 0.000000)">
24
+ <g id="关闭-蓝色" transform="translate(744.000000, 19.000000)">
25
+ <path
26
+ d="M16,7 C16.5522847,7 17,7.44771525 17,8 L17,14.999 L24,15 C24.5522847,15 25,15.4477153 25,16 C25,16.5522847 24.5522847,17 24,17 L17,16.999 L17,24 C17,24.5522847 16.5522847,25 16,25 C15.4477153,25 15,24.5522847 15,24 L15,16.999 L8,17 C7.44771525,17 7,16.5522847 7,16 C7,15.4477153 7.44771525,15 8,15 L15,14.999 L15,8 C15,7.44771525 15.4477153,7 16,7 Z"
27
+ id="形状结合"
28
+ transform="translate(16.000000, 16.000000) rotate(-45.000000) translate(-16.000000, -16.000000) "
29
+ ></path>
30
+ </g>
31
+ </g>
32
+ </g>
33
+ </g>
34
+ </svg>
35
+ </template>
36
+
37
+ <script>
38
+ export default {
39
+ name: 'IconSimulationClose'
40
+ }
41
+ </script>
@@ -1,5 +1,4 @@
1
1
  @import "./variables.scss";
2
-
3
2
  #app {
4
3
  .main-container {
5
4
  height: 100%;