@lambo-design/shared 1.0.0-beta.31 → 1.0.0-beta.310

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.
Files changed (235) hide show
  1. package/config/config.js +20 -3
  2. package/config/index.js +7 -2
  3. package/config/locale.js +61 -0
  4. package/config/themes/atrovirens/atrovirens.css +589 -0
  5. package/config/themes/atrovirens/atrovirens.css.map +1 -0
  6. package/config/themes/atrovirens/atrovirens.less +680 -0
  7. package/config/themes/atrovirens/var.less +688 -0
  8. package/config/themes/blue/blue.css +589 -0
  9. package/config/themes/blue/blue.css.map +1 -0
  10. package/config/themes/blue/blue.less +683 -0
  11. package/config/themes/blue/var.less +691 -0
  12. package/config/themes/blue-white/blue-white.css +589 -0
  13. package/config/themes/blue-white/blue-white.css.map +1 -0
  14. package/config/themes/blue-white/blue-white.less +684 -0
  15. package/config/themes/blue-white/var.less +690 -0
  16. package/config/themes/blue-white-big/blue-white-big.css +589 -0
  17. package/config/themes/blue-white-big/blue-white-big.css.map +1 -0
  18. package/config/themes/blue-white-big/blue-white-big.less +684 -0
  19. package/config/themes/blue-white-big/var.less +690 -0
  20. package/config/themes/blue-white-tight/blue-white-tight.css +590 -0
  21. package/config/themes/blue-white-tight/blue-white-tight.css.map +1 -0
  22. package/config/themes/blue-white-tight/blue-white-tight.less +684 -0
  23. package/config/themes/blue-white-tight/var.less +692 -0
  24. package/config/themes/canglan/canglan.css +588 -0
  25. package/config/themes/canglan/canglan.css.map +1 -0
  26. package/config/themes/canglan/canglan.less +681 -0
  27. package/config/themes/canglan/var.less +692 -0
  28. package/config/themes/cuiwei/cuiwei.css +589 -0
  29. package/config/themes/cuiwei/cuiwei.css.map +1 -0
  30. package/config/themes/cuiwei/cuiwei.less +681 -0
  31. package/config/themes/cuiwei/var.less +690 -0
  32. package/config/themes/danqing/danqing.css +589 -0
  33. package/config/themes/danqing/danqing.css.map +1 -0
  34. package/config/themes/danqing/danqing.less +681 -0
  35. package/config/themes/danqing/danqing.wxss +576 -0
  36. package/config/themes/danqing/var.less +695 -0
  37. package/config/themes/deep/deep.css +589 -0
  38. package/config/themes/deep/deep.css.map +1 -0
  39. package/config/themes/deep/deep.less +681 -0
  40. package/config/themes/deep/var.less +693 -0
  41. package/config/themes/default/default.css +403 -57
  42. package/config/themes/default/default.css.map +1 -1
  43. package/config/themes/default/default.less +380 -16
  44. package/config/themes/default/var.less +389 -11
  45. package/config/themes/eap/eap.css +589 -0
  46. package/config/themes/eap/eap.css.map +1 -0
  47. package/config/themes/eap/eap.less +684 -0
  48. package/config/themes/eap/var.less +692 -0
  49. package/config/themes/gold/gold.css +589 -0
  50. package/config/themes/gold/gold.css.map +1 -0
  51. package/config/themes/gold/gold.less +684 -0
  52. package/config/themes/gold/var.less +385 -5
  53. package/config/themes/index.js +26 -4
  54. package/config/themes/lime/lime.css +589 -0
  55. package/config/themes/lime/lime.css.map +1 -0
  56. package/config/themes/lime/lime.less +684 -0
  57. package/config/themes/lime/var.less +384 -5
  58. package/config/themes/orange/orange.css +353 -7
  59. package/config/themes/orange/orange.css.map +1 -1
  60. package/config/themes/orange/orange.less +365 -0
  61. package/config/themes/orange/var.less +385 -5
  62. package/config/themes/red/red.css +353 -7
  63. package/config/themes/red/red.css.map +1 -1
  64. package/config/themes/red/red.less +365 -0
  65. package/config/themes/red/var.less +385 -5
  66. package/config/themes/sichuan/sichuan.css +589 -0
  67. package/config/themes/sichuan/sichuan.css.map +1 -0
  68. package/config/themes/sichuan/sichuan.less +684 -0
  69. package/config/themes/sichuan/var.less +690 -0
  70. package/config/themes/theme-atrovirens.js +571 -0
  71. package/config/themes/theme-blue.js +571 -0
  72. package/config/themes/theme-bw.js +571 -0
  73. package/config/themes/theme-bwb.js +571 -0
  74. package/config/themes/theme-bwt.js +572 -0
  75. package/config/themes/theme-canglan.js +573 -0
  76. package/config/themes/theme-cuiwei.js +573 -0
  77. package/config/themes/theme-danqing.js +574 -0
  78. package/config/themes/theme-deep.js +571 -0
  79. package/config/themes/theme-default.js +378 -60
  80. package/config/themes/theme-eap.js +571 -0
  81. package/config/themes/theme-gold.js +326 -8
  82. package/config/themes/theme-lime.js +326 -8
  83. package/config/themes/theme-orange.js +560 -29
  84. package/config/themes/theme-red.js +563 -33
  85. package/config/themes/theme-sichuan.js +571 -0
  86. package/config/themes/theme-white.js +571 -0
  87. package/config/themes/white/var.less +691 -0
  88. package/config/themes/white/white.css +589 -0
  89. package/config/themes/white/white.css.map +1 -0
  90. package/config/themes/white/white.less +684 -0
  91. package/directives/module/print.js +1 -0
  92. package/directives/module/vue-print-nb/README.md +63 -0
  93. package/directives/module/vue-print-nb/print.js +94 -0
  94. package/directives/module/vue-print-nb/printarea.js +532 -0
  95. package/index.js +7 -1
  96. package/nstyles/common.less +197 -0
  97. package/nstyles/components/404.less +46 -0
  98. package/nstyles/components/button.less +34 -0
  99. package/nstyles/components/date-picker.less +41 -0
  100. package/nstyles/components/drawer.less +20 -0
  101. package/nstyles/components/dropdown.less +18 -0
  102. package/nstyles/components/excel-flow.less +72 -0
  103. package/nstyles/components/form.less +313 -0
  104. package/nstyles/components/index.less +23 -0
  105. package/nstyles/components/layout/collect.less +10 -0
  106. package/nstyles/components/layout/detail-view.less +107 -0
  107. package/nstyles/components/layout/full-screen.less +7 -0
  108. package/nstyles/components/layout/index.less +7 -0
  109. package/nstyles/components/layout/other-menu.less +142 -0
  110. package/nstyles/components/layout/page-view.less +101 -0
  111. package/nstyles/components/layout/sider-trigger.less +41 -0
  112. package/nstyles/components/layout/tags-nav.less +113 -0
  113. package/nstyles/components/modal.less +90 -0
  114. package/nstyles/components/n-button.less +131 -0
  115. package/nstyles/components/n-image-preview.less +131 -0
  116. package/nstyles/components/n-model/index.less +19 -0
  117. package/nstyles/components/n-model/report-index.less +43 -0
  118. package/nstyles/components/n-panel.less +41 -0
  119. package/nstyles/components/n-picker.less +37 -0
  120. package/nstyles/components/n-sign.less +17 -0
  121. package/nstyles/components/n-tooltip.less +10 -0
  122. package/nstyles/components/panel.less +31 -0
  123. package/nstyles/components/select.less +3 -0
  124. package/nstyles/components/sign.less +27 -0
  125. package/nstyles/components/table.less +412 -0
  126. package/nstyles/components/tree.less +166 -0
  127. package/nstyles/components/upload.less +174 -0
  128. package/nstyles/index.less +5 -0
  129. package/nstyles/reset.less +73 -0
  130. package/nstyles/third/ag.less +206 -0
  131. package/nstyles/third/icons/sort-desc.svg +1 -0
  132. package/nstyles/third/icons/sort-up.svg +1 -0
  133. package/nstyles/third/icons/sorting.svg +1 -0
  134. package/nstyles/third/index.less +11 -0
  135. package/nstyles/third/view-design.less +378 -0
  136. package/nstyles/variables/base.less +143 -0
  137. package/nstyles/variables/index.less +4 -0
  138. package/nstyles/variables/theme/default/button.less +7 -0
  139. package/nstyles/variables/theme/default/common.less +60 -0
  140. package/nstyles/variables/theme/default/index.less +7 -0
  141. package/nstyles/variables/theme/default/layout.less +40 -0
  142. package/nstyles/variables/theme/default/table.less +37 -0
  143. package/nstyles/variables/theme/default/tag.less +3 -0
  144. package/nstyles/variables/theme/default/upload.less +3 -0
  145. package/nstyles/variables/theme/index.less +13 -0
  146. package/nstyles/variables/theme/lsv/button.less +7 -0
  147. package/nstyles/variables/theme/lsv/common.less +39 -0
  148. package/nstyles/variables/theme/lsv/index.less +5 -0
  149. package/nstyles/variables/theme/lsv/layout.less +21 -0
  150. package/nstyles/variables/theme/lsv/table.less +20 -0
  151. package/nstyles/variables/theme/lsv/tag.less +3 -0
  152. package/nstyles/variables/theme/small/button.less +7 -0
  153. package/nstyles/variables/theme/small/common.less +41 -0
  154. package/nstyles/variables/theme/small/index.less +5 -0
  155. package/nstyles/variables/theme/small/layout.less +21 -0
  156. package/nstyles/variables/theme/small/table.less +17 -0
  157. package/nstyles/variables/theme/small/tag.less +3 -0
  158. package/package.json +28 -7
  159. package/plugin/index.js +12 -0
  160. package/plugin/module/date-format.js +30 -0
  161. package/plugin/module/loading.js +26 -0
  162. package/plugin/module/warn-handler.js +11 -0
  163. package/styles/image/indicator-card-header.png +0 -0
  164. package/styles/image/inspur.png +0 -0
  165. package/styles/image/lan_navigator.png +0 -0
  166. package/styles/image/layout-header-bg-canglan.png +0 -0
  167. package/styles/image/layout-header-bg-cuiwei.png +0 -0
  168. package/styles/image/lv_navigator.png +0 -0
  169. package/utils/ajax/abort-controller.js +68 -0
  170. package/utils/ajax/cancel-token.js +69 -0
  171. package/utils/ajax/content-type.js +30 -0
  172. package/utils/ajax/headers.js +11 -0
  173. package/utils/ajax/interceptors.js +30 -5
  174. package/utils/ajax/sseFetchUtil.js +118 -0
  175. package/utils/ajax/throttle.js +46 -0
  176. package/utils/assist.js +155 -27
  177. package/utils/base64.js +126 -0
  178. package/utils/blob.js +47 -0
  179. package/utils/context-menu.js +65 -0
  180. package/utils/crypto/aes.js +23 -0
  181. package/utils/crypto/index.js +10 -0
  182. package/utils/crypto/rsa.js +23 -0
  183. package/utils/date.js +334 -305
  184. package/utils/dict/built-in-dict.js +20 -0
  185. package/utils/dict/index.js +191 -0
  186. package/utils/event.js +72 -0
  187. package/utils/excel.js +373 -241
  188. package/utils/file.js +19 -0
  189. package/utils/form/validate.js +29 -0
  190. package/utils/half-year.js +68 -0
  191. package/utils/index.js +37 -0
  192. package/utils/json.js +44 -0
  193. package/utils/locale/en-US.js +172 -0
  194. package/utils/locale/zh-CN.js +172 -0
  195. package/utils/lodop.js +5 -0
  196. package/utils/menu/index.js +292 -15
  197. package/utils/mime_type.js +67 -0
  198. package/utils/modelerUtil.js +4 -1
  199. package/utils/n/api.js +38 -0
  200. package/utils/n/date.js +57 -0
  201. package/utils/n/index.js +10 -0
  202. package/utils/n/is-type.js +176 -0
  203. package/utils/n/number.js +144 -0
  204. package/utils/n/permission-cache.js +11 -0
  205. package/utils/n/reuqest/axiosN.js +17 -0
  206. package/utils/n/reuqest/content-type.js +19 -0
  207. package/utils/n/reuqest/interceptors.js +95 -0
  208. package/utils/n/reuqest/url-params.js +12 -0
  209. package/utils/n/storage.js +51 -0
  210. package/utils/n/token.js +51 -0
  211. package/utils/n/user-cache.js +11 -0
  212. package/utils/n/user.js +34 -0
  213. package/utils/n/uuid.js +16 -0
  214. package/utils/n-generator-routers.js +208 -0
  215. package/utils/n-router.js +205 -0
  216. package/utils/n-theme.js +30 -0
  217. package/utils/number.js +72 -15
  218. package/utils/oss.js +57 -0
  219. package/utils/platform.js +824 -33
  220. package/utils/quarter.js +58 -0
  221. package/utils/storage.js +198 -0
  222. package/utils/style.js +24 -0
  223. package/utils/theme.js +98 -3
  224. package/utils/transfer-queue.js +7 -0
  225. package/utils/transform.js +205 -0
  226. package/utils/type.js +102 -0
  227. package/utils/util.js +795 -0
  228. package/utils/vForm.js +349 -0
  229. package/utils/validator.js +181 -0
  230. package/config/themes/gold/default.css +0 -243
  231. package/config/themes/gold/default.css.map +0 -1
  232. package/config/themes/gold/default.less +0 -320
  233. package/config/themes/lime/default.css +0 -243
  234. package/config/themes/lime/default.css.map +0 -1
  235. package/config/themes/lime/default.less +0 -320
package/index.js CHANGED
@@ -1,4 +1,10 @@
1
+ export * from "./config";
2
+ export * from "./utils";
3
+ export * from "./directives"
4
+ export * from "./plugin"
5
+
1
6
  import * as config from "./config";
2
7
  import * as utils from "./utils";
3
8
  import importDirective from "./directives"
4
- export { config, utils, importDirective };
9
+ import * as Plugin from "./plugin"
10
+ export { config, utils, importDirective, Plugin};
@@ -0,0 +1,197 @@
1
+ /*
2
+ * 一些常用样式类
3
+ *
4
+ * @Author: huxuetong
5
+ * @Date: 2024-03-12 20:12:54
6
+ * @Last Modified by: huxuetong
7
+ * @Last Modified time: 2024-04-05 11:18:52
8
+ */
9
+
10
+ // 布局
11
+ .ind-panel {
12
+ padding: var(--ind-padding-xs) var(--ind-padding-sm);
13
+ padding-top: var(--ind-sc-padding-top);
14
+ background-color: var(--ind-bg-color-light);
15
+ border-radius: var(--ind-border-radius-sm);
16
+ }
17
+
18
+ .ind-flex {
19
+ display: flex;
20
+ &.center {
21
+ align-items: center;
22
+ }
23
+ &.baseline {
24
+ align-items: baseline;
25
+ }
26
+ &.end {
27
+ align-items: flex-end;
28
+ }
29
+ }
30
+
31
+ .ind-flex-column {
32
+ display: flex;
33
+ flex-direction: column;
34
+ }
35
+
36
+ .height100 {
37
+ height: 100%;
38
+ }
39
+
40
+ .ind-flex-no-shrink {
41
+ flex-shrink: 0;
42
+ }
43
+
44
+ .ind-flex-grow {
45
+ flex-grow: 1 !important;
46
+ }
47
+
48
+ .ind-mt {
49
+ margin-top: var(--ind-padding-xs);
50
+ }
51
+
52
+ .ind-mr {
53
+ margin-right: var(--ind-padding-xs);
54
+ }
55
+
56
+ .ind-mb {
57
+ margin-bottom: var(--ind-padding-xs);
58
+ }
59
+
60
+ .ind-ml {
61
+ margin-left: var(--ind-padding-xs);
62
+ }
63
+
64
+ .no-border-left-top {
65
+ border-top: none !important;
66
+ border-left: none !important;
67
+ }
68
+
69
+ // 颜色
70
+ .ind-primary {
71
+ color: var(--ind-primary-color) !important;
72
+ }
73
+
74
+ .ind-red,
75
+ .ind-down,
76
+ .ind-up.reverse {
77
+ color: var(--ind-red) !important;
78
+ }
79
+
80
+ .ind-green,
81
+ .ind-up,
82
+ .ind-down.reverse {
83
+ color: var(--ind-green) !important;
84
+ }
85
+
86
+ .ind-orange {
87
+ color: var(--ind-orange) !important;
88
+ }
89
+
90
+ .ind-yellow {
91
+ color: #fff600 !important;
92
+ }
93
+
94
+ .ind-blue {
95
+ color: var(--ind-blue) !important;
96
+ }
97
+
98
+ .ind-bg-primary {
99
+ background-color: var(--ind-primary-color) !important;
100
+ }
101
+
102
+ .ind-bg-red,
103
+ .ind-bg-down,
104
+ .ind-bg-up.reverse {
105
+ background-color: var(--ind-red) !important;
106
+ }
107
+
108
+ .ind-bg-green,
109
+ .ind-bg-up,
110
+ .ind-bg-down.reverse {
111
+ background-color: var(--ind-green) !important;
112
+ }
113
+
114
+ .ind-bg-orange {
115
+ background-color: var(--ind-orange) !important;
116
+ }
117
+
118
+ .ind-bg-yellow {
119
+ background-color: #fff600 !important;
120
+ }
121
+
122
+ .ind-bg-blue {
123
+ background-color: var(--ind-blue) !important;
124
+ }
125
+
126
+ .ind-sm {
127
+ font-size: var(--ind-font-size-sm);
128
+ }
129
+
130
+ .ind-lg {
131
+ font-size: var(--ind-font-size-lg);
132
+ }
133
+
134
+ .ind-xl {
135
+ font-size: var(--ind-font-size-xl);
136
+ }
137
+
138
+ .ind-xxl {
139
+ font-size: var(--ind-font-size-xxl);
140
+ }
141
+
142
+ .ind-font-bold {
143
+ font-weight: var(--ind-font-weight-bold);
144
+ }
145
+
146
+ .ind-font-bolder {
147
+ font-weight: var(--ind-font-weight-bolder);
148
+ }
149
+
150
+ // 特殊场景
151
+ .no-content {
152
+ text-align: center;
153
+ display: flex;
154
+ flex-direction: column;
155
+ justify-content: center;
156
+ height: 100%;
157
+ .noImgUrl {
158
+ margin-left: calc(50% - 175px);
159
+ width: fit-content;
160
+ }
161
+ }
162
+
163
+ .tooltip-ellipsis {
164
+ width: 100%;
165
+
166
+ .ellipsis-div {
167
+ text-overflow: ellipsis;
168
+ white-space: nowrap;
169
+ overflow: hidden;
170
+ }
171
+ }
172
+
173
+ .ind-card-title-tag {
174
+ display: inline-block;
175
+ padding: 0 var(--ind-padding-xs);
176
+ color: var(--ind-white);
177
+ border-radius: var(--ind-border-radius-sm);
178
+ transform: skew(-20deg);
179
+
180
+ &.blue {
181
+ background: var(--ind-gradient-blue-linear);
182
+ }
183
+ &.green {
184
+ background: var(--ind-gradient-green-linear);
185
+ }
186
+ &.orange {
187
+ background: var(--ind-gradient-orange-linear);
188
+ }
189
+ &.red {
190
+ background: var(--ind-gradient-red-linear);
191
+ }
192
+
193
+ &__name {
194
+ display: inline-block;
195
+ transform: skew(20deg);
196
+ }
197
+ }
@@ -0,0 +1,46 @@
1
+ .ind-error-page {
2
+ width: 100%;
3
+ height: 100%;
4
+ position: relative;
5
+ background: #f8f8f9;
6
+ .content-con {
7
+ width: 700px;
8
+ height: 600px;
9
+ position: absolute;
10
+ left: 50%;
11
+ top: 50%;
12
+ transform: translate(-50%, -60%);
13
+ img {
14
+ display: block;
15
+ width: 100%;
16
+ height: 100%;
17
+ }
18
+ .text-con {
19
+ position: absolute;
20
+ left: 0px;
21
+ top: 0px;
22
+ h4 {
23
+ position: absolute;
24
+ left: 0px;
25
+ top: 0px;
26
+ font-size: 80px;
27
+ font-weight: 700;
28
+ color: #348eed;
29
+ }
30
+ h5 {
31
+ position: absolute;
32
+ width: 700px;
33
+ left: 0px;
34
+ top: 100px;
35
+ font-size: 20px;
36
+ font-weight: 700;
37
+ color: #67647d;
38
+ }
39
+ }
40
+ .back-btn-group {
41
+ position: absolute;
42
+ right: 0px;
43
+ bottom: 20px;
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,34 @@
1
+ .ind-button-group {
2
+ display: flex;
3
+ align-items: center;
4
+ flex-wrap: wrap;
5
+
6
+ & > *:not(:last-child) {
7
+ margin-right: var(--ind-padding-base);
8
+ }
9
+
10
+ &--mt > * {
11
+ margin-top: var(--ind-padding-base);
12
+ }
13
+
14
+ &--mb > * {
15
+ margin-bottom: var(--ind-padding-base);
16
+ }
17
+
18
+ &--center {
19
+ justify-content: center;
20
+ }
21
+
22
+ &--right {
23
+ justify-content: flex-end;
24
+ }
25
+
26
+ &--vertical {
27
+ flex-direction: column;
28
+
29
+ & > *:not(:last-child) {
30
+ margin-right: 0;
31
+ margin-bottom: var(--ind-padding-base);
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,41 @@
1
+ .ind-date-picker {
2
+ .ivu-date-picker {
3
+ width: -webkit-fill-available;
4
+ }
5
+
6
+ .ind-range-date-picker {
7
+ display: flex;
8
+ align-items: center;
9
+
10
+ .range-sep {
11
+ margin: 0 var(--ind-padding-base);
12
+ }
13
+ }
14
+ }
15
+
16
+ .ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:first-child {
17
+ width: 50% !important;
18
+ }
19
+
20
+ .ind-picker-drop {
21
+ .ivu-date-picker-cells-month.quarter,
22
+ .ivu-date-picker-cells-month.half-year {
23
+ span {
24
+ margin-left: 0;
25
+ margin-right: 0;
26
+ width: 50%;
27
+ text-align: center;
28
+
29
+ em {
30
+ width: auto;
31
+ padding: 0 10px;
32
+ }
33
+ }
34
+ }
35
+ .ivu-date-picker-cells-month.half-year {
36
+ display: flex;
37
+ span {
38
+ flex: 50% 1 1;
39
+ }
40
+ }
41
+ }
@@ -0,0 +1,20 @@
1
+ .ind-drawer {
2
+ .ivu-drawer-body {
3
+ display: flex;
4
+ flex-direction: column;
5
+ padding: 0;
6
+ background-color: var(--ind-bg-color-dark) !important;
7
+ }
8
+ .ind-drawer-content {
9
+ flex-grow: 1;
10
+ padding: var(--ind-drawer-content-padding);
11
+ overflow: auto;
12
+ }
13
+ .ind-drawer-footer {
14
+ flex-shrink: 0;
15
+ padding: var(--ind-drawer-footer-padding);
16
+ width: 100%;
17
+ background: #fff;
18
+ border-top: 1px solid var(--ind-border-color);
19
+ }
20
+ }
@@ -0,0 +1,18 @@
1
+ .ivu-select-dropdown.ivu-dropdown-transfer {
2
+ max-height: none !important;
3
+
4
+ .ind-dropdown-list {
5
+ .ivu-dropdown-menu {
6
+ max-height: 400px;
7
+ overflow-y: auto;
8
+ }
9
+
10
+ .ind-button-group {
11
+ margin: var(--ind-padding-xs) var(--ind-padding-xs) 0;
12
+ }
13
+
14
+ .ivu-dropdown-item {
15
+ user-select: none;
16
+ }
17
+ }
18
+ }
@@ -0,0 +1,72 @@
1
+ .excel-flow-wrap {
2
+ width: 100%;
3
+ height: 60vh;
4
+ display: flex;
5
+ flex-direction: column;
6
+ justify-content: space-between;
7
+
8
+ // 步骤条的样式, 按理说不应该自己定义的,先写个版本出来吧
9
+ .ivu-steps .ivu-steps-head,
10
+ .ivu-steps .ivu-steps-main {
11
+ vertical-align: middle;
12
+ }
13
+ .ivu-steps .ivu-steps-title {
14
+ margin-bottom: 0;
15
+ }
16
+
17
+ .content-wrap {
18
+ height: 100%;
19
+ padding: 20px 50px;
20
+ display: flex;
21
+ flex-direction: column;
22
+ justify-content: flex-start;
23
+ overflow: auto;
24
+
25
+ .download-btn,
26
+ .import-btn {
27
+ margin-top: 20px;
28
+ border: 1px solid var(--ind-border-color);
29
+ border-radius: 4px;
30
+
31
+ display: flex;
32
+ justify-content: space-between;
33
+ .icon {
34
+ width: 120px;
35
+ flex-shrink: 0;
36
+ border-right: 1px solid var(--ind-border-color);
37
+ background-color: var(--ind-bg-color-dark);
38
+ text-align: center;
39
+ display: flex;
40
+ flex-direction: column;
41
+ justify-content: space-around;
42
+ }
43
+ .text-panel {
44
+ margin: 20px;
45
+ width: 100%;
46
+ .title {
47
+ font-size: 16px;
48
+ color: var(--ind-black);
49
+ }
50
+ .desc {
51
+ color: var(--ind-gray-5);
52
+ }
53
+ .link {
54
+ color: var(--ind-blue);
55
+ cursor: pointer;
56
+ }
57
+ }
58
+ }
59
+
60
+ .done-wrap {
61
+ text-align: center;
62
+ .success-title {
63
+ font-weight: bold;
64
+ font-size: 18px;
65
+ }
66
+ }
67
+ }
68
+ .bottom-btn-area {
69
+ display: flex;
70
+ justify-content: center;
71
+ }
72
+ }