@gct-paas/core-web 0.1.6-dev.7 → 0.1.6-dev.9

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 (20) hide show
  1. package/dist/{ColorPicker-DFKXqgaG.js → ColorPicker-BDeYRWA2.js} +1 -1
  2. package/dist/index.min.css +1 -1
  3. package/dist/loader.esm.min.js +1 -1
  4. package/dist/{template-CXn8oAg5.js → template-Dt6RJclf.js} +1 -1
  5. package/es/components/label-design/modal/index.d.ts +1 -1
  6. package/es/components/label-design/modal/index.mjs +3 -3
  7. package/es/components/serial-number/serial-number-item.vue.mjs +2 -2
  8. package/es/components/serial-number/serial-number-item.vue_vue_type_script_setup_true_lang.mjs +1 -1
  9. package/es/components/serial-number/serial-number-item.vue_vue_type_style_index_0_scoped_f992d0b8_lang.css +67 -0
  10. package/es/locale/sys/model.d.ts +4 -0
  11. package/es/modules/category/hooks/useCategory.mjs +1 -1
  12. package/es/modules/gct-table/editor/gct-table-date/gct-table-date.mjs +1 -1
  13. package/es/modules/gct-table/editor/gct-table-text/gct-table-text.mjs +1 -1
  14. package/es/modules/print-tmpl/print-tmpl-modal.vue.mjs +2 -2
  15. package/es/modules/print-tmpl/print-tmpl-modal.vue_vue_type_script_setup_true_name_print-tmpl-modal_lang.mjs +1 -1
  16. package/es/modules/print-tmpl/{print-tmpl-modal.vue_vue_type_style_index_0_scoped_c60841b8_lang.css → print-tmpl-modal.vue_vue_type_style_index_0_scoped_d94551a9_lang.css} +36 -36
  17. package/es/styles/index.css +263 -0
  18. package/package.json +7 -7
  19. package/es/components/serial-number/serial-number-item.vue_vue_type_style_index_0_scoped_7baf8e25_lang.css +0 -67
  20. /package/es/modules/gct-table/editor/{gct-table-date/gct-table-date.css → gct-table-text/gct-table-text.css} +0 -0
@@ -1,67 +0,0 @@
1
- .series-item-wrapper[data-v-7baf8e25] {
2
- display: flex;
3
- position: relative;
4
- align-items: center;
5
- justify-content: space-between;
6
- margin-bottom: 8px;
7
- padding: 6px 8px 6px 6px;
8
- border-radius: 4px;
9
- background: #f2f4f7;
10
- user-select: none;
11
- }
12
- .series-item-wrapper.series-disable[data-v-7baf8e25] {
13
- pointer-events: none;
14
- }
15
- .series-item-wrapper .mover[data-v-7baf8e25] {
16
- position: absolute;
17
- bottom: 10px;
18
- left: 6px;
19
- color: #96a0b5;
20
- font-size: 16px;
21
- cursor: pointer;
22
- }
23
- .series-item-wrapper .field-name[data-v-7baf8e25] {
24
- padding-left: 20px;
25
- color: #333;
26
- }
27
- .series-item-wrapper .serial-item-container[data-v-7baf8e25] {
28
- width: 100%;
29
- padding-left: 24px;
30
- }
31
- .series-item-wrapper .serial-item-container .tit[data-v-7baf8e25] {
32
- padding-left: 6px;
33
- color: #c3c3c3;
34
- font-size: 12px;
35
- line-height: 18px;
36
- }
37
- .series-item-wrapper .serial-item-container .tip[data-v-7baf8e25] {
38
- color: #c3c3c3;
39
- }
40
- .series-item-wrapper .action[data-v-7baf8e25] {
41
- margin-right: 2px;
42
- }
43
- .series-item-wrapper .action[data-v-7baf8e25] .ant-btn {
44
- border: none;
45
- background-color: transparent;
46
- color: #8b8b8b;
47
- }
48
- .series-item-wrapper .action[data-v-7baf8e25] .ant-btn:hover {
49
- background-color: #e8eaee;
50
- color: #000;
51
- }
52
- .series-item-wrapper[data-v-7baf8e25]:hover {
53
- border-color: var(--ant-primary-color);
54
- }
55
- .series-item-wrapper:hover .field-name[data-v-7baf8e25],
56
- .series-item-wrapper:hover .mover[data-v-7baf8e25] {
57
- color: var(--ant-primary-color);
58
- }
59
- [data-v-7baf8e25] .ant-input-number {
60
- background: #fff !important;
61
- }
62
- [data-v-7baf8e25] .ant-input-affix-wrapper {
63
- background: #fff !important;
64
- }
65
- [data-v-7baf8e25] .ant-select .ant-select-selector {
66
- background: #fff !important;
67
- }