@lambo-design/shared 1.0.0-beta.38 → 1.0.0-beta.382

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 (260) hide show
  1. package/config/config.js +24 -3
  2. package/config/index.js +7 -2
  3. package/config/locale.js +61 -0
  4. package/config/themes/atrovirens/atrovirens.css +590 -0
  5. package/config/themes/atrovirens/atrovirens.css.map +1 -0
  6. package/config/themes/atrovirens/atrovirens.less +681 -0
  7. package/config/themes/atrovirens/var.less +689 -0
  8. package/config/themes/blue/blue.css +590 -0
  9. package/config/themes/blue/blue.css.map +1 -0
  10. package/config/themes/blue/blue.less +684 -0
  11. package/config/themes/blue/var.less +692 -0
  12. package/config/themes/blue-208/blue-208.css +590 -0
  13. package/config/themes/blue-208/blue-208.css.map +1 -0
  14. package/config/themes/blue-208/blue-208.less +685 -0
  15. package/config/themes/blue-208/var.less +691 -0
  16. package/config/themes/blue-digital/blue-digital.css +590 -0
  17. package/config/themes/blue-digital/blue-digital.css.map +1 -0
  18. package/config/themes/blue-digital/blue-digital.less +684 -0
  19. package/config/themes/blue-digital/var.less +692 -0
  20. package/config/themes/blue-leaf/blue-leaf.css +590 -0
  21. package/config/themes/blue-leaf/blue-leaf.css.map +1 -0
  22. package/config/themes/blue-leaf/blue-leaf.less +685 -0
  23. package/config/themes/blue-leaf/var.less +691 -0
  24. package/config/themes/blue-white/blue-white.css +590 -0
  25. package/config/themes/blue-white/blue-white.css.map +1 -0
  26. package/config/themes/blue-white/blue-white.less +685 -0
  27. package/config/themes/blue-white/var.less +691 -0
  28. package/config/themes/blue-white-big/blue-white-big.css +590 -0
  29. package/config/themes/blue-white-big/blue-white-big.css.map +1 -0
  30. package/config/themes/blue-white-big/blue-white-big.less +685 -0
  31. package/config/themes/blue-white-big/var.less +691 -0
  32. package/config/themes/blue-white-tight/blue-white-tight.css +591 -0
  33. package/config/themes/blue-white-tight/blue-white-tight.css.map +1 -0
  34. package/config/themes/blue-white-tight/blue-white-tight.less +685 -0
  35. package/config/themes/blue-white-tight/var.less +693 -0
  36. package/config/themes/canglan/canglan.css +590 -0
  37. package/config/themes/canglan/canglan.css.map +1 -0
  38. package/config/themes/canglan/canglan.less +682 -0
  39. package/config/themes/canglan/var.less +693 -0
  40. package/config/themes/cuiwei/cuiwei.css +590 -0
  41. package/config/themes/cuiwei/cuiwei.css.map +1 -0
  42. package/config/themes/cuiwei/cuiwei.less +682 -0
  43. package/config/themes/cuiwei/var.less +691 -0
  44. package/config/themes/danqing/danqing.css +590 -0
  45. package/config/themes/danqing/danqing.css.map +1 -0
  46. package/config/themes/danqing/danqing.less +682 -0
  47. package/config/themes/danqing/danqing.wxss +576 -0
  48. package/config/themes/danqing/var.less +696 -0
  49. package/config/themes/deep/deep.css +590 -0
  50. package/config/themes/deep/deep.css.map +1 -0
  51. package/config/themes/deep/deep.less +682 -0
  52. package/config/themes/deep/var.less +694 -0
  53. package/config/themes/default/default.css +404 -57
  54. package/config/themes/default/default.css.map +1 -1
  55. package/config/themes/default/default.less +381 -16
  56. package/config/themes/default/var.less +390 -11
  57. package/config/themes/eap/eap.css +590 -0
  58. package/config/themes/eap/eap.css.map +1 -0
  59. package/config/themes/eap/eap.less +685 -0
  60. package/config/themes/eap/var.less +693 -0
  61. package/config/themes/gold/gold.css +590 -0
  62. package/config/themes/gold/gold.css.map +1 -0
  63. package/config/themes/gold/gold.less +685 -0
  64. package/config/themes/gold/var.less +386 -5
  65. package/config/themes/hubei/hubei.css +591 -0
  66. package/config/themes/hubei/hubei.css.map +1 -0
  67. package/config/themes/hubei/hubei.less +685 -0
  68. package/config/themes/hubei/var.less +693 -0
  69. package/config/themes/index.js +34 -4
  70. package/config/themes/lime/lime.css +590 -0
  71. package/config/themes/lime/lime.css.map +1 -0
  72. package/config/themes/lime/lime.less +685 -0
  73. package/config/themes/lime/var.less +385 -5
  74. package/config/themes/orange/orange.css +354 -7
  75. package/config/themes/orange/orange.css.map +1 -1
  76. package/config/themes/orange/orange.less +366 -0
  77. package/config/themes/orange/var.less +386 -5
  78. package/config/themes/red/red.css +354 -7
  79. package/config/themes/red/red.css.map +1 -1
  80. package/config/themes/red/red.less +366 -0
  81. package/config/themes/red/var.less +386 -5
  82. package/config/themes/sichuan/sichuan.css +590 -0
  83. package/config/themes/sichuan/sichuan.css.map +1 -0
  84. package/config/themes/sichuan/sichuan.less +685 -0
  85. package/config/themes/sichuan/var.less +691 -0
  86. package/config/themes/theme-atrovirens.js +572 -0
  87. package/config/themes/theme-b208.js +572 -0
  88. package/config/themes/theme-bd.js +572 -0
  89. package/config/themes/theme-bl.js +572 -0
  90. package/config/themes/theme-blue.js +572 -0
  91. package/config/themes/theme-bw.js +572 -0
  92. package/config/themes/theme-bwb.js +572 -0
  93. package/config/themes/theme-bwt.js +573 -0
  94. package/config/themes/theme-canglan.js +574 -0
  95. package/config/themes/theme-cuiwei.js +574 -0
  96. package/config/themes/theme-danqing.js +575 -0
  97. package/config/themes/theme-deep.js +572 -0
  98. package/config/themes/theme-default.js +378 -56
  99. package/config/themes/theme-eap.js +572 -0
  100. package/config/themes/theme-gold.js +327 -5
  101. package/config/themes/theme-hubei.js +574 -0
  102. package/config/themes/theme-lime.js +327 -5
  103. package/config/themes/theme-orange.js +561 -29
  104. package/config/themes/theme-red.js +564 -33
  105. package/config/themes/theme-sichuan.js +572 -0
  106. package/config/themes/theme-white.js +572 -0
  107. package/config/themes/white/var.less +692 -0
  108. package/config/themes/white/white.css +590 -0
  109. package/config/themes/white/white.css.map +1 -0
  110. package/config/themes/white/white.less +685 -0
  111. package/directives/module/draggable-menu.js +94 -0
  112. package/directives/module/print.js +1 -0
  113. package/directives/module/vue-print-nb/README.md +63 -0
  114. package/directives/module/vue-print-nb/print.js +94 -0
  115. package/directives/module/vue-print-nb/printarea.js +532 -0
  116. package/index.js +7 -1
  117. package/nstyles/common.less +197 -0
  118. package/nstyles/components/404.less +46 -0
  119. package/nstyles/components/button.less +34 -0
  120. package/nstyles/components/date-picker.less +41 -0
  121. package/nstyles/components/drawer.less +20 -0
  122. package/nstyles/components/dropdown.less +18 -0
  123. package/nstyles/components/excel-flow.less +72 -0
  124. package/nstyles/components/form.less +314 -0
  125. package/nstyles/components/index.less +23 -0
  126. package/nstyles/components/layout/collect.less +10 -0
  127. package/nstyles/components/layout/detail-view.less +107 -0
  128. package/nstyles/components/layout/full-screen.less +7 -0
  129. package/nstyles/components/layout/index.less +7 -0
  130. package/nstyles/components/layout/other-menu.less +142 -0
  131. package/nstyles/components/layout/page-view.less +101 -0
  132. package/nstyles/components/layout/sider-trigger.less +41 -0
  133. package/nstyles/components/layout/tags-nav.less +113 -0
  134. package/nstyles/components/modal.less +90 -0
  135. package/nstyles/components/n-button.less +131 -0
  136. package/nstyles/components/n-image-preview.less +131 -0
  137. package/nstyles/components/n-model/index.less +19 -0
  138. package/nstyles/components/n-model/report-index.less +43 -0
  139. package/nstyles/components/n-panel.less +41 -0
  140. package/nstyles/components/n-picker.less +37 -0
  141. package/nstyles/components/n-sign.less +17 -0
  142. package/nstyles/components/n-tooltip.less +10 -0
  143. package/nstyles/components/panel.less +31 -0
  144. package/nstyles/components/select.less +3 -0
  145. package/nstyles/components/sign.less +27 -0
  146. package/nstyles/components/table.less +526 -0
  147. package/nstyles/components/tree.less +260 -0
  148. package/nstyles/components/upload.less +174 -0
  149. package/nstyles/index.less +5 -0
  150. package/nstyles/reset.less +73 -0
  151. package/nstyles/third/ag.less +226 -0
  152. package/nstyles/third/icons/sort-desc.svg +1 -0
  153. package/nstyles/third/icons/sort-up.svg +1 -0
  154. package/nstyles/third/icons/sorting.svg +1 -0
  155. package/nstyles/third/index.less +11 -0
  156. package/nstyles/third/view-design.less +402 -0
  157. package/nstyles/variables/base.less +143 -0
  158. package/nstyles/variables/index.less +4 -0
  159. package/nstyles/variables/theme/default/button.less +7 -0
  160. package/nstyles/variables/theme/default/common.less +60 -0
  161. package/nstyles/variables/theme/default/index.less +7 -0
  162. package/nstyles/variables/theme/default/layout.less +40 -0
  163. package/nstyles/variables/theme/default/table.less +37 -0
  164. package/nstyles/variables/theme/default/tag.less +3 -0
  165. package/nstyles/variables/theme/default/upload.less +3 -0
  166. package/nstyles/variables/theme/index.less +13 -0
  167. package/nstyles/variables/theme/lsv/button.less +7 -0
  168. package/nstyles/variables/theme/lsv/common.less +39 -0
  169. package/nstyles/variables/theme/lsv/index.less +5 -0
  170. package/nstyles/variables/theme/lsv/layout.less +21 -0
  171. package/nstyles/variables/theme/lsv/table.less +20 -0
  172. package/nstyles/variables/theme/lsv/tag.less +3 -0
  173. package/nstyles/variables/theme/small/button.less +7 -0
  174. package/nstyles/variables/theme/small/common.less +41 -0
  175. package/nstyles/variables/theme/small/index.less +5 -0
  176. package/nstyles/variables/theme/small/layout.less +21 -0
  177. package/nstyles/variables/theme/small/table.less +17 -0
  178. package/nstyles/variables/theme/small/tag.less +3 -0
  179. package/package.json +28 -7
  180. package/plugin/index.js +12 -0
  181. package/plugin/module/date-format.js +30 -0
  182. package/plugin/module/loading.js +26 -0
  183. package/plugin/module/warn-handler.js +11 -0
  184. package/styles/image/indicator-card-header.png +0 -0
  185. package/styles/image/inspur.png +0 -0
  186. package/styles/image/lan_navigator.png +0 -0
  187. package/styles/image/layout-header-bg-canglan.png +0 -0
  188. package/styles/image/layout-header-bg-cuiwei.png +0 -0
  189. package/styles/image/layout-header-bg-gold.png +0 -0
  190. package/styles/image/lv_navigator.png +0 -0
  191. package/utils/ajax/abort-controller.js +70 -0
  192. package/utils/ajax/cancel-reason.js +25 -0
  193. package/utils/ajax/cancel-token.js +83 -0
  194. package/utils/ajax/content-type.js +30 -0
  195. package/utils/ajax/headers.js +16 -0
  196. package/utils/ajax/interceptors.js +49 -10
  197. package/utils/ajax/sseFetchUtil.js +127 -0
  198. package/utils/ajax/throttle.js +49 -0
  199. package/utils/assist.js +155 -27
  200. package/utils/base64.js +126 -0
  201. package/utils/blob.js +47 -0
  202. package/utils/context-menu.js +264 -0
  203. package/utils/crypto/aes.js +23 -0
  204. package/utils/crypto/index.js +10 -0
  205. package/utils/crypto/rsa.js +23 -0
  206. package/utils/date.js +334 -305
  207. package/utils/dict/built-in-dict.js +20 -0
  208. package/utils/dict/index.js +191 -0
  209. package/utils/event.js +72 -0
  210. package/utils/excel.js +504 -290
  211. package/utils/file.js +19 -0
  212. package/utils/form/validate.js +29 -0
  213. package/utils/getChild.js +87 -0
  214. package/utils/half-year.js +68 -0
  215. package/utils/index.js +37 -0
  216. package/utils/json.js +44 -0
  217. package/utils/locale/en-US.js +180 -0
  218. package/utils/locale/zh-CN.js +184 -0
  219. package/utils/lodop.js +5 -0
  220. package/utils/menu/generatorDynamicRouter.js +304 -0
  221. package/utils/menu/index.js +482 -15
  222. package/utils/mime_type.js +67 -0
  223. package/utils/modelerUtil.js +4 -1
  224. package/utils/n/api.js +42 -0
  225. package/utils/n/date.js +57 -0
  226. package/utils/n/index.js +10 -0
  227. package/utils/n/is-type.js +176 -0
  228. package/utils/n/number.js +144 -0
  229. package/utils/n/permission-cache.js +11 -0
  230. package/utils/n/reuqest/axiosN.js +17 -0
  231. package/utils/n/reuqest/content-type.js +19 -0
  232. package/utils/n/reuqest/interceptors.js +95 -0
  233. package/utils/n/reuqest/url-params.js +12 -0
  234. package/utils/n/storage.js +51 -0
  235. package/utils/n/token.js +51 -0
  236. package/utils/n/user-cache.js +11 -0
  237. package/utils/n/user.js +34 -0
  238. package/utils/n/uuid.js +16 -0
  239. package/utils/n-generator-routers.js +208 -0
  240. package/utils/n-router.js +205 -0
  241. package/utils/n-theme.js +30 -0
  242. package/utils/number.js +72 -15
  243. package/utils/oss.js +57 -0
  244. package/utils/platform.js +971 -31
  245. package/utils/quarter.js +58 -0
  246. package/utils/storage.js +198 -0
  247. package/utils/style.js +24 -0
  248. package/utils/theme.js +98 -3
  249. package/utils/transfer-queue.js +7 -0
  250. package/utils/transform.js +205 -0
  251. package/utils/type.js +102 -0
  252. package/utils/util.js +795 -0
  253. package/utils/vForm.js +349 -0
  254. package/utils/validator.js +181 -0
  255. package/config/themes/gold/default.css +0 -243
  256. package/config/themes/gold/default.css.map +0 -1
  257. package/config/themes/gold/default.less +0 -320
  258. package/config/themes/lime/default.css +0 -243
  259. package/config/themes/lime/default.css.map +0 -1
  260. package/config/themes/lime/default.less +0 -320
@@ -0,0 +1,27 @@
1
+ :root,
2
+ :host {
3
+ --ind-sign-padding: var(--ind-padding-xs);
4
+ --ind-sign-content-height: 200px;
5
+ --ind-sign-content-background: var(--ind-white);
6
+ --ind-sign-content-border: 1px solid var(--ind-border-color);
7
+ }
8
+
9
+ .ind-sign {
10
+ padding: var(--ind-sign-padding);
11
+
12
+ &__content {
13
+ display: flex;
14
+ justify-content: center;
15
+ align-items: center;
16
+ height: var(--ind-sign-content-height);
17
+ background-color: var(--ind-sign-content-background);
18
+ border: var(--ind-sign-content-border);
19
+ border-radius: var(--ind-border-radius-md);
20
+ overflow: hidden;
21
+
22
+ canvas {
23
+ width: 100%;
24
+ height: 100%;
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,526 @@
1
+ .lambo-grid-table {
2
+ display: flex;
3
+ flex-direction: column;
4
+ justify-content: flex-start;
5
+ width: 100%;
6
+ height: 100%;
7
+ border-radius: 4px;
8
+ background: #ffffff;
9
+ &.mini-theme {
10
+ --input-height-table-self: 18px;
11
+ .ag-button {
12
+ .ivu-btn-small {
13
+ line-height: var(--input-height-table-self) !important;
14
+ height: var(--input-height-table-self) !important;
15
+ }
16
+ }
17
+ .ag-date {
18
+ input,
19
+ .ivu-input-suffix,
20
+ .ivu-input-prefix i,
21
+ .ivu-input-suffix i {
22
+ height: calc(var(--input-height-table-self) - 1px) !important;
23
+ line-height: calc(var(--input-height-table-self) - 1px) !important;
24
+ // top: -2px !important;
25
+ }
26
+ }
27
+ .ag-input {
28
+ input {
29
+ // text-align: right;
30
+ height: calc(var(--input-height-table-self) - 1px) !important;
31
+ line-height: calc(var(--input-height-table-self) - 1px) !important;
32
+ background-color: #dae8ff;
33
+ // top: -2px !important;
34
+ }
35
+ }
36
+ .ag-ind-select {
37
+ width: 100%;
38
+ .ivu-select-single,
39
+ .ivu-select-input,
40
+ .ivu-select-selection,
41
+ .ivu-select-selected-value,
42
+ .ivu-select-placeholder,
43
+ .ivu-select-default.ivu-select-multiple .ivu-select-selection {
44
+ width: 100%;
45
+ height: calc(var(--input-height-table-self) - 1px) !important;
46
+ min-height: calc(var(--input-height-table-self) - 1px) !important;
47
+ line-height: calc(var(--input-height-table-self) - 1px) !important;
48
+ // top: -2px !important;
49
+ }
50
+ .ivu-tag {
51
+ height: calc(var(--input-height-table-self) - 4px) !important;
52
+ line-height: calc(var(--input-height-table-self) - 4px) !important;
53
+ }
54
+ .ivu-select-selection > div .ivu-tag {
55
+ margin-top: 0 !important;
56
+ }
57
+ }
58
+ .ag-tree-select {
59
+ width: 100%;
60
+ .ivu-input-wrapper {
61
+ // top: -2px;
62
+ }
63
+ input {
64
+ width: 100%;
65
+ }
66
+ input,
67
+ .ivu-input-icon {
68
+ height: calc(var(--input-height-table-self) - 1px) !important;
69
+ min-height: calc(var(--input-height-table-self) - 1px) !important;
70
+ line-height: calc(var(--input-height-table-self) - 1px) !important;
71
+ // top: -2px !important;
72
+ }
73
+ }
74
+ }
75
+
76
+ &.ind-ag-replicate-pattern {
77
+ .ag-row-selected::before {
78
+ display: none !important;
79
+ background-color: unset !important;
80
+ }
81
+ .cell-span {
82
+ z-index: 2 !important;
83
+ }
84
+ .ag-row.replicate-selected-row {
85
+ // 当 .ag-row 包含 .replicate-selected-row 子元素时,为 .ag-row 添加 ::before
86
+ &::after {
87
+ content: "";
88
+ background-color: var(--ag-selected-row-background-color);
89
+ display: block;
90
+ position: absolute;
91
+ top: 0;
92
+ left: 0;
93
+ right: 0;
94
+ bottom: 0;
95
+ }
96
+ .ag-cell {
97
+ z-index: 1;
98
+ }
99
+ }
100
+ }
101
+
102
+ // 新主题样式
103
+ &.new-theme {
104
+ .new-theme-search {
105
+ border: 2px solid var(--ind-search-border-color, #bd444c);
106
+ //border-radius: 4px;
107
+ margin-bottom: 10px;
108
+ padding: 10px;
109
+
110
+ // 添加横条样式
111
+ &::before {
112
+ content: "查询条件";
113
+ display: block;
114
+ height: var(--ind-search-header-height, 30px);
115
+ line-height: var(--ind-search-header-height, 30px);
116
+ background-color: var(--ind-search-border-color, #bd444c);
117
+ color: white;
118
+ padding: 0 10px;
119
+ margin: -10px -10px 10px -10px;
120
+ //border-radius: 4px 4px 0 0;
121
+ font-size: var(--ind-search-header-font-size, 16px);
122
+ font-weight: bold;
123
+ }
124
+ }
125
+
126
+ .black-table-wrapper {
127
+ .ag-header,
128
+ .ag-header-cell {
129
+ background-color: black !important;
130
+ color: white !important;
131
+ }
132
+
133
+ .ag-header-cell-text,
134
+ .ag-header-group-text {
135
+ color: white !important;
136
+ }
137
+
138
+ .ag-root-wrapper {
139
+ background-color: black !important;
140
+ }
141
+
142
+ .ag-row {
143
+ background-color: black !important;
144
+ color: white !important;
145
+ }
146
+
147
+ .ag-row-even {
148
+ background-color: #1a1a1a !important;
149
+ }
150
+
151
+ .ag-row-odd {
152
+ background-color: black !important;
153
+ }
154
+ }
155
+
156
+ .new-theme-table-wrapper {
157
+ border: 2px solid var(--ind-table-border-color, #1048af);
158
+ //border-radius: 4px;
159
+ padding: 0;
160
+ height: 100%;
161
+ display: flex;
162
+ flex-direction: column;
163
+
164
+ // 添加横条样式
165
+ &::before {
166
+ content: attr(table-bar-text, "数据列表");
167
+ display: block;
168
+ height: var(--ind-table-header-height, 30px);
169
+ line-height: var(--ind-table-header-height, 30px);
170
+ background-color: var(--ind-table-border-color, #1048af);
171
+ color: white;
172
+ padding: 0 10px;
173
+ //border-radius: 4px 4px 0 0;
174
+ font-size: var(--ind-table-header-font-size, 16px);
175
+ font-weight: bold;
176
+ }
177
+
178
+ // 添加内容容器
179
+ & > div {
180
+ flex: 1;
181
+ // 减去横条高度和边框
182
+ height: calc(
183
+ 100% - (var(--ind-table-header-height, 30px) + 4px)
184
+ ); // 横条高度 + 边框
185
+ }
186
+ }
187
+
188
+ .new-theme-buttons {
189
+ margin-bottom: 10px;
190
+ }
191
+ }
192
+
193
+ &.fullscreen-fixed {
194
+ padding: var(--ind-table-padding);
195
+ }
196
+
197
+ .ind-loading-panel {
198
+ height: 100% !important;
199
+ }
200
+
201
+ .other-button {
202
+ margin-top: var(
203
+ --ind-other-button-top
204
+ ); // var(--ind-unit-switch-bottom); // 10px;
205
+ .ivu-btn-small {
206
+ height: var(--ind-button-height-md);
207
+ }
208
+ }
209
+
210
+ .ind-button-group--mb > * {
211
+ margin-bottom: var(--ind-table-button-padding);
212
+ }
213
+
214
+ .ag-cell {
215
+ user-select: text;
216
+ // overflow: unset;
217
+ }
218
+
219
+ // .ag-cell-value:has('.ivu-select') {
220
+ // overflow: unset;
221
+ // }
222
+ // .ag-cell.ag-wrap-cell {
223
+ // overflow: visible;
224
+ // }
225
+
226
+ .ag-theme-balham
227
+ .ag-ltr
228
+ .ag-has-focus
229
+ .ag-cell-focus:not(.ag-cell-range-selected),
230
+ .ag-theme-balham
231
+ .ag-ltr
232
+ .ag-context-menu-open
233
+ .ag-cell-focus:not(.ag-cell-range-selected),
234
+ .ag-theme-balham
235
+ .ag-ltr
236
+ .ag-has-focus
237
+ .ag-full-width-row.ag-row-focus
238
+ .ag-cell-wrapper.ag-row-group,
239
+ .ag-theme-balham .ag-ltr .ag-cell-range-single-cell,
240
+ .ag-theme-balham .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,
241
+ .ag-theme-balham
242
+ .ag-rtl
243
+ .ag-has-focus
244
+ .ag-cell-focus:not(.ag-cell-range-selected),
245
+ .ag-theme-balham
246
+ .ag-rtl
247
+ .ag-context-menu-open
248
+ .ag-cell-focus:not(.ag-cell-range-selected),
249
+ .ag-theme-balham
250
+ .ag-rtl
251
+ .ag-has-focus
252
+ .ag-full-width-row.ag-row-focus
253
+ .ag-cell-wrapper.ag-row-group,
254
+ .ag-theme-balham .ag-rtl .ag-cell-range-single-cell,
255
+ .ag-theme-balham .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
256
+ border-right: 1px solid
257
+ var(
258
+ --ag-range-selection-border-color,
259
+ var(--ag-balham-active-color, #0091ea)
260
+ ) !important;
261
+ }
262
+
263
+ .ag-theme-balham .ag-ltr .ag-cell {
264
+ border-right-color: var(--ag-row-border-color, #d9dcde) !important;
265
+ }
266
+
267
+ .ag-theme-balham .ag-header-cell::after,
268
+ .ag-theme-balham .ag-header-group-cell::after {
269
+ height: 100% !important;
270
+ top: 0 !important;
271
+ }
272
+
273
+ .ag-header-group-cell-label,
274
+ .ag-header-cell-label {
275
+ justify-content: center !important;
276
+ }
277
+
278
+ .buttons {
279
+ /deep/ .ivu-btn {
280
+ margin-right: 5px;
281
+ }
282
+ }
283
+
284
+ /deep/ .ivu-checkbox-inner {
285
+ border: 1px solid var(--check-border);
286
+ }
287
+
288
+ /deep/ .ivu-form-item {
289
+ margin-bottom: 0;
290
+ }
291
+ .i-crud-toolbar-btn,
292
+ .i-crud-toolbar-btn:hover,
293
+ .i-crud-toolbar-btn:focus {
294
+ border-color: transparent !important;
295
+ box-shadow: unset !important;
296
+ }
297
+ .ag-button {
298
+ .ivu-btn-small,
299
+ .ivu-btn {
300
+ line-height: var(--input-height-table) !important;
301
+ height: var(--input-height-table) !important;
302
+ }
303
+ }
304
+ .ag-date {
305
+ input,
306
+ .ivu-input-suffix,
307
+ .ivu-input-prefix i,
308
+ .ivu-input-suffix i {
309
+ height: calc(var(--input-height-table) - 1px) !important;
310
+ line-height: calc(var(--input-height-table) - 1px) !important;
311
+ // top: -2px !important;
312
+ }
313
+ }
314
+ .ag-right-aligned-cell {
315
+ .ag-input {
316
+ input {
317
+ text-align: right;
318
+ }
319
+ }
320
+ }
321
+ .ag-input {
322
+ input {
323
+ // text-align: right;
324
+ height: calc(var(--input-height-table) - 1px) !important;
325
+ line-height: calc(var(--input-height-table) - 1px) !important;
326
+ background-color: #dae8ff;
327
+ // top: -2px !important;
328
+ }
329
+ }
330
+ .ag-ind-select {
331
+ width: 100%;
332
+ .ivu-select-single,
333
+ .ivu-select-input,
334
+ .ivu-select-selection,
335
+ .ivu-select-selected-value,
336
+ .ivu-select-placeholder,
337
+ .ivu-select-default.ivu-select-multiple .ivu-select-selection {
338
+ width: 100%;
339
+ height: calc(var(--input-height-table) - 1px) !important;
340
+ min-height: calc(var(--input-height-table) - 1px) !important;
341
+ line-height: calc(var(--input-height-table) - 1px) !important;
342
+ // top: -2px !important;
343
+ }
344
+ .ivu-tag {
345
+ height: calc(var(--input-height-table) - 4px) !important;
346
+ line-height: calc(var(--input-height-table) - 4px) !important;
347
+ }
348
+ .ivu-select-selection > div .ivu-tag {
349
+ margin-top: 0 !important;
350
+ }
351
+ }
352
+ .ag-tree-select {
353
+ width: 100%;
354
+ .ivu-input-wrapper {
355
+ // top: -2px;
356
+ }
357
+ input {
358
+ width: 100%;
359
+ }
360
+ input,
361
+ .ivu-input-icon {
362
+ height: calc(var(--input-height-table) - 1px) !important;
363
+ min-height: calc(var(--input-height-table) - 1px) !important;
364
+ line-height: calc(var(--input-height-table) - 1px) !important;
365
+ // top: -2px !important;
366
+ }
367
+ }
368
+ }
369
+
370
+ .cell-span {
371
+ background-color: var(--ind-white);
372
+ border-bottom: 1px solid var(--ag-row-border-color, #d9dcde) !important;
373
+ &:focus-within {
374
+ border-bottom: var(--ag-range-selection-border-style);
375
+ }
376
+ }
377
+
378
+ .fullscreen-fixed {
379
+ position: fixed;
380
+ z-index: 999;
381
+ width: 100vw;
382
+ height: 100vh;
383
+ top: 0;
384
+ left: 0;
385
+ background-color: var(--ind-white);
386
+ }
387
+ .ivu-tabs .ivu-tabs-tabpane .lambo-grid-table.fullscreen-fixed {
388
+ left: auto;
389
+ }
390
+
391
+ .ag-header-select-all {
392
+ width: 100%;
393
+ flex-shrink: 0;
394
+ justify-content: center;
395
+ }
396
+
397
+ .tip {
398
+ flex-shrink: 0;
399
+ margin-top: 5px;
400
+ width: -webkit-fill-available;
401
+ min-height: 24px;
402
+ line-height: 24px;
403
+ background-color: var(--ind-bg-color-dark);
404
+ }
405
+ //全局样式,重要消息提醒区-2022年11月11日
406
+ .important-tip {
407
+ flex-shrink: 0;
408
+ margin-top: 5px;
409
+ width: -webkit-fill-available;
410
+ height: 24px;
411
+ line-height: 24px;
412
+ background-color: var(--ind-bg-color-dark);
413
+ .ivu-icon-md-information-circle {
414
+ float: left;
415
+ margin-right: 5px;
416
+ margin-left: 5px;
417
+ line-height: 24px;
418
+ transform: scale(1.5);
419
+ color: #ff9900;
420
+ }
421
+ }
422
+
423
+ .index-manager-drag-title,
424
+ .index-manager-drag-item {
425
+ .manage-col1 {
426
+ flex-shrink: 0;
427
+ width: 80px;
428
+ cursor: pointer;
429
+ }
430
+ .manage-col2 {
431
+ width: 100%;
432
+ }
433
+ .manage-col3 {
434
+ flex-shrink: 0;
435
+ width: 80px;
436
+ }
437
+ .manage-col4 {
438
+ flex-shrink: 0;
439
+ width: 80px;
440
+ }
441
+ .manage-col5 {
442
+ flex-shrink: 0;
443
+ width: 100px;
444
+ }
445
+ .manage-col6 {
446
+ flex-shrink: 0;
447
+ width: 80px;
448
+ cursor: pointer;
449
+ }
450
+ }
451
+
452
+ .index-manager-drag-title {
453
+ text-align: left;
454
+ padding: 10px 0;
455
+ }
456
+
457
+ .index-manager-drag-item {
458
+ margin-bottom: 5px;
459
+ .manage-col1,
460
+ .manage-col2,
461
+ .manage-col3,
462
+ .manage-col4,
463
+ .manage-col6 {
464
+ padding-top: 6px;
465
+ }
466
+ .manage-col6 {
467
+ text-align: right;
468
+ }
469
+ }
470
+
471
+ .index-manager-preset {
472
+ .ag-wrapper.ag-input-wrapper.ag-checkbox-input-wrapper.ag-disabled:after {
473
+ content: "\f106";
474
+ }
475
+ }
476
+
477
+ .index-manager-height100-card {
478
+ .ivu-card-body {
479
+ height: calc(100% - 49px);
480
+ }
481
+ }
482
+
483
+ .detail-view-table() {
484
+ .lambo-grid-table {
485
+ & > .ivu-row {
486
+ margin-top: 0 !important;
487
+ }
488
+ // .other-button {
489
+ // margin-top: 0;
490
+ // }
491
+ }
492
+ }
493
+
494
+ .ind-detail-view {
495
+ .content {
496
+ .detail-view-table;
497
+ }
498
+ }
499
+
500
+ .ivu-drawer {
501
+ .ivu-drawer-content {
502
+ .detail-view-table;
503
+ }
504
+ }
505
+
506
+ .ag-layout-auto-height .ag-center-cols-viewport,
507
+ .ag-layout-auto-height .ag-center-cols-container,
508
+ .ag-layout-print .ag-center-cols-viewport,
509
+ .ag-layout-print .ag-center-cols-container {
510
+ min-height: unset !important;
511
+ }
512
+
513
+ .ag-ltr .ag-header-cell:after,
514
+ .ag-ltr .ag-header-group-cell:after {
515
+ width: 0 !important;
516
+ border-right: 1px solid var(--ag-header-column-separator-color) !important;
517
+ }
518
+
519
+ .ag-tooltip {
520
+ background-color: rgb(232, 233, 234) !important;
521
+ color: #333 !important;
522
+ border: var(--ag-borders) var(--ag-border-color) !important;
523
+ border-radius: 4px;
524
+ padding: 4px 8px;
525
+ white-space: pre-wrap;
526
+ }