@aplus-frontend/ui 0.5.2 → 0.5.4
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/es/index.mjs +37 -33
- package/es/src/ap-field/text/index.vue2.mjs +13 -13
- package/es/src/ap-grid/editable/form-item.vue.d.ts +16 -0
- package/es/src/ap-grid/editable/form-item.vue.mjs +257 -0
- package/es/src/ap-grid/editable/form-item.vue2.mjs +4 -0
- package/es/src/ap-grid/editable/index.vue.d.ts +18 -0
- package/es/src/ap-grid/editable/index.vue.mjs +288 -0
- package/es/src/ap-grid/editable/index.vue2.mjs +4 -0
- package/es/src/ap-grid/editable/interface.d.ts +95 -0
- package/es/src/ap-grid/editable/interface.mjs +1 -0
- package/es/src/ap-grid/editable/style/css.d.ts +0 -0
- package/es/src/ap-grid/editable/style/css.js +1 -0
- package/es/src/ap-grid/editable/style/index.d.ts +0 -0
- package/es/src/ap-grid/editable/style/index.js +1 -0
- package/es/src/ap-grid/hooks/use-editable-columns.d.ts +6 -0
- package/es/src/ap-grid/hooks/use-editable-columns.mjs +68 -0
- package/es/src/ap-grid/index.d.ts +4 -1
- package/es/src/ap-grid/index.mjs +3 -0
- package/es/src/ap-grid/index.vue.mjs +114 -104
- package/es/src/ap-grid/interface.d.ts +15 -0
- package/es/src/ap-grid/utils/col.mjs +39 -39
- package/es/src/ap-grid/utils/editable.d.ts +3 -0
- package/es/src/ap-grid/utils/editable.mjs +27 -0
- package/es/src/ap-grid/utils/table.mjs +24 -17
- package/es/src/business/batch-input-group/index.vue.mjs +6 -5
- package/es/src/config-provider/config-provider-props.mjs +1 -1
- package/es/src/editable-table/utils.d.ts +3 -2
- package/es/src/index.mjs +24 -20
- package/es/src/path-map.mjs +3 -1
- package/lib/index.js +1 -1
- package/lib/src/ap-field/text/index.vue2.js +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.d.ts +16 -0
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -0
- package/lib/src/ap-grid/editable/form-item.vue2.js +1 -0
- package/lib/src/ap-grid/editable/index.vue.d.ts +18 -0
- package/lib/src/ap-grid/editable/index.vue.js +1 -0
- package/lib/src/ap-grid/editable/index.vue2.js +1 -0
- package/lib/src/ap-grid/editable/interface.d.ts +95 -0
- package/lib/src/ap-grid/editable/interface.js +1 -0
- package/lib/src/ap-grid/editable/style/css.cjs +1 -0
- package/lib/src/ap-grid/editable/style/css.d.ts +0 -0
- package/lib/src/ap-grid/editable/style/index.cjs +1 -0
- package/lib/src/ap-grid/editable/style/index.d.ts +0 -0
- package/lib/src/ap-grid/hooks/use-editable-columns.d.ts +6 -0
- package/lib/src/ap-grid/hooks/use-editable-columns.js +1 -0
- package/lib/src/ap-grid/index.d.ts +4 -1
- package/lib/src/ap-grid/index.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +15 -0
- package/lib/src/ap-grid/utils/col.js +1 -1
- package/lib/src/ap-grid/utils/editable.d.ts +3 -0
- package/lib/src/ap-grid/utils/editable.js +1 -0
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/business/batch-input-group/index.vue.js +2 -2
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/editable-table/utils.d.ts +3 -2
- package/lib/src/index.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/package.json +1 -1
- package/theme/antd-global-overwrite/admin/index.css +54 -54
- package/theme/antd-global-overwrite/admin/table.css +54 -54
- package/theme/antd-global-overwrite/admin/table.less +4 -3
- package/theme/antd-global-overwrite/aplus/index.css +54 -54
- package/theme/antd-global-overwrite/aplus/table.css +54 -54
- package/theme/antd-global-overwrite/aplus/table.less +4 -3
- package/theme/ap-grid/editable.css +22 -0
- package/theme/ap-grid/editable.less +28 -0
- package/theme/index.css +22 -0
- package/theme/index.less +1 -0
- package/es/src/theme/antd-global-overwrite/admin/alert.css +0 -50
- package/es/src/theme/antd-global-overwrite/admin/button.css +0 -27
- package/es/src/theme/antd-global-overwrite/admin/form.css +0 -60
- package/es/src/theme/antd-global-overwrite/admin/index.css +0 -838
- package/es/src/theme/antd-global-overwrite/admin/message.css +0 -17
- package/es/src/theme/antd-global-overwrite/admin/modal.css +0 -117
- package/es/src/theme/antd-global-overwrite/admin/pagination.css +0 -122
- package/es/src/theme/antd-global-overwrite/admin/steps.css +0 -127
- package/es/src/theme/antd-global-overwrite/admin/table.css +0 -318
- package/es/src/theme/antd-global-overwrite/aplus/alert.css +0 -50
- package/es/src/theme/antd-global-overwrite/aplus/button.css +0 -27
- package/es/src/theme/antd-global-overwrite/aplus/form.css +0 -93
- package/es/src/theme/antd-global-overwrite/aplus/index.css +0 -873
- package/es/src/theme/antd-global-overwrite/aplus/message.css +0 -17
- package/es/src/theme/antd-global-overwrite/aplus/modal.css +0 -111
- package/es/src/theme/antd-global-overwrite/aplus/pagination.css +0 -147
- package/es/src/theme/antd-global-overwrite/aplus/steps.css +0 -125
- package/es/src/theme/antd-global-overwrite/aplus/table.css +0 -303
- package/es/src/theme/reset.css +0 -257
- package/lib/src/theme/antd-global-overwrite/admin/alert.css +0 -50
- package/lib/src/theme/antd-global-overwrite/admin/button.css +0 -27
- package/lib/src/theme/antd-global-overwrite/admin/form.css +0 -60
- package/lib/src/theme/antd-global-overwrite/admin/index.css +0 -838
- package/lib/src/theme/antd-global-overwrite/admin/message.css +0 -17
- package/lib/src/theme/antd-global-overwrite/admin/modal.css +0 -117
- package/lib/src/theme/antd-global-overwrite/admin/pagination.css +0 -122
- package/lib/src/theme/antd-global-overwrite/admin/steps.css +0 -127
- package/lib/src/theme/antd-global-overwrite/admin/table.css +0 -318
- package/lib/src/theme/antd-global-overwrite/aplus/alert.css +0 -50
- package/lib/src/theme/antd-global-overwrite/aplus/button.css +0 -27
- package/lib/src/theme/antd-global-overwrite/aplus/form.css +0 -93
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +0 -873
- package/lib/src/theme/antd-global-overwrite/aplus/message.css +0 -17
- package/lib/src/theme/antd-global-overwrite/aplus/modal.css +0 -111
- package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +0 -147
- package/lib/src/theme/antd-global-overwrite/aplus/steps.css +0 -125
- package/lib/src/theme/antd-global-overwrite/aplus/table.css +0 -303
- package/lib/src/theme/reset.css +0 -257
|
@@ -1,303 +0,0 @@
|
|
|
1
|
-
[class$='-basic-table'],
|
|
2
|
-
[class$='-basic-table-form-container'],
|
|
3
|
-
[class$='-basic-table ap-table--sticky'],
|
|
4
|
-
[class$='-basic-table-form-container ap-table--sticky'] {
|
|
5
|
-
width: 100%;
|
|
6
|
-
height: 100%;
|
|
7
|
-
}
|
|
8
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table.ant-table-small .ant-table-title,
|
|
9
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table.ant-table-small .ant-table-title,
|
|
10
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table.ant-table-small .ant-table-title,
|
|
11
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table.ant-table-small .ant-table-title,
|
|
12
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table.ant-table-middle .ant-table-title,
|
|
13
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table.ant-table-middle .ant-table-title,
|
|
14
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table.ant-table-middle .ant-table-title,
|
|
15
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table.ant-table-middle .ant-table-title {
|
|
16
|
-
display: flex;
|
|
17
|
-
align-items: center;
|
|
18
|
-
justify-content: space-between;
|
|
19
|
-
min-height: 40px;
|
|
20
|
-
padding: 0 0 10px;
|
|
21
|
-
border: none;
|
|
22
|
-
}
|
|
23
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table,
|
|
24
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table,
|
|
25
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table,
|
|
26
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table {
|
|
27
|
-
width: 100%;
|
|
28
|
-
overflow-x: hidden;
|
|
29
|
-
border-radius: 0;
|
|
30
|
-
}
|
|
31
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
32
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
33
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
34
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
|
|
35
|
-
border-radius: 0;
|
|
36
|
-
}
|
|
37
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th,
|
|
38
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th,
|
|
39
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th,
|
|
40
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th {
|
|
41
|
-
color: #182948;
|
|
42
|
-
font-weight: 700;
|
|
43
|
-
font-size: 14px;
|
|
44
|
-
font-style: normal;
|
|
45
|
-
text-align: left;
|
|
46
|
-
text-transform: none;
|
|
47
|
-
background: #f2f6f9;
|
|
48
|
-
}
|
|
49
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th::before,
|
|
50
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th::before,
|
|
51
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th::before,
|
|
52
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th::before {
|
|
53
|
-
display: none;
|
|
54
|
-
width: 0;
|
|
55
|
-
visibility: hidden;
|
|
56
|
-
}
|
|
57
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover,
|
|
58
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover,
|
|
59
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover,
|
|
60
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover {
|
|
61
|
-
background: #f6f9fa;
|
|
62
|
-
}
|
|
63
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover > td,
|
|
64
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover > td,
|
|
65
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover > td,
|
|
66
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover > td {
|
|
67
|
-
background: #f6f9fa;
|
|
68
|
-
}
|
|
69
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row > td,
|
|
70
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row > td,
|
|
71
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row > td,
|
|
72
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row > td {
|
|
73
|
-
color: #182948;
|
|
74
|
-
font-weight: 400;
|
|
75
|
-
font-size: 14px;
|
|
76
|
-
font-style: normal;
|
|
77
|
-
text-align: left;
|
|
78
|
-
text-transform: none;
|
|
79
|
-
transition: unset;
|
|
80
|
-
}
|
|
81
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th,
|
|
82
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th,
|
|
83
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th,
|
|
84
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th {
|
|
85
|
-
padding: 12px 16px;
|
|
86
|
-
line-height: 22px;
|
|
87
|
-
}
|
|
88
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td,
|
|
89
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td,
|
|
90
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td,
|
|
91
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td {
|
|
92
|
-
border-top: 1px solid;
|
|
93
|
-
border-top-color: transparent;
|
|
94
|
-
}
|
|
95
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr > .ant-table-cell,
|
|
96
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr > .ant-table-cell,
|
|
97
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr > .ant-table-cell,
|
|
98
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr > .ant-table-cell {
|
|
99
|
-
padding: 12px 16px;
|
|
100
|
-
line-height: 22px;
|
|
101
|
-
}
|
|
102
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-thead tr > th,
|
|
103
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-thead tr > th,
|
|
104
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-thead tr > th,
|
|
105
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-thead tr > th {
|
|
106
|
-
padding: 10.5px 16px;
|
|
107
|
-
line-height: 18px;
|
|
108
|
-
}
|
|
109
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td,
|
|
110
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td,
|
|
111
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td,
|
|
112
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td {
|
|
113
|
-
border-top: 1px solid;
|
|
114
|
-
border-top-color: transparent;
|
|
115
|
-
}
|
|
116
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr > .ant-table-cell,
|
|
117
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr > .ant-table-cell,
|
|
118
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr > .ant-table-cell,
|
|
119
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr > .ant-table-cell {
|
|
120
|
-
padding: 10.5px 16px;
|
|
121
|
-
line-height: 18px;
|
|
122
|
-
}
|
|
123
|
-
[class$='-basic-table-row__striped'] td {
|
|
124
|
-
background-color: #f6f9fa;
|
|
125
|
-
}
|
|
126
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
127
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
128
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
129
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination),
|
|
130
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination),
|
|
131
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
|
|
132
|
-
padding-bottom: 0;
|
|
133
|
-
}
|
|
134
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
135
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
136
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
137
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
138
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
139
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
140
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
141
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
142
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
143
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper,
|
|
144
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
|
|
145
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper,
|
|
146
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
147
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
148
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
149
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
150
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
151
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
152
|
-
overflow: visible;
|
|
153
|
-
}
|
|
154
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
155
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
156
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
157
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
158
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
159
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
160
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
161
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
162
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
163
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
164
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
165
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
166
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
167
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
168
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
169
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
170
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
171
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
172
|
-
overflow: visible;
|
|
173
|
-
}
|
|
174
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
175
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
176
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
177
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
178
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
179
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
180
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
181
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
182
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
183
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
184
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
185
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
186
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
187
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
188
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
189
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
190
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
191
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
192
|
-
overflow: visible;
|
|
193
|
-
}
|
|
194
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
195
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
196
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
197
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
198
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
199
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
200
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
201
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
202
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
203
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
204
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
205
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
206
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
207
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
208
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
209
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
210
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
211
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
212
|
-
position: sticky;
|
|
213
|
-
top: 0;
|
|
214
|
-
z-index: 90;
|
|
215
|
-
border-top: 4px solid #ffffff;
|
|
216
|
-
}
|
|
217
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
218
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
219
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
220
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
221
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
222
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
223
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .'aplus'-scroll-bar,
|
|
224
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .'aplus'-scroll-bar,
|
|
225
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .'aplus'-scroll-bar,
|
|
226
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .'aplus'-scroll-bar,
|
|
227
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .'aplus'-scroll-bar,
|
|
228
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .'aplus'-scroll-bar,
|
|
229
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
230
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
231
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
232
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
233
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
|
|
234
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar {
|
|
235
|
-
position: sticky;
|
|
236
|
-
bottom: -1px;
|
|
237
|
-
z-index: 90;
|
|
238
|
-
}
|
|
239
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
240
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
241
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
242
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
243
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
244
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
245
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
246
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
247
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
248
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
249
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
250
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
251
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
252
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
253
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
254
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
255
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
|
|
256
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar {
|
|
257
|
-
bottom: 56px;
|
|
258
|
-
}
|
|
259
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
260
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
261
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
262
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
263
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
264
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
265
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
266
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
267
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
268
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
269
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
270
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
271
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
272
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
273
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
274
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
275
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
276
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
277
|
-
position: sticky;
|
|
278
|
-
bottom: 0;
|
|
279
|
-
z-index: 90;
|
|
280
|
-
margin: 0;
|
|
281
|
-
padding: 16px 0;
|
|
282
|
-
background-color: #ffffff;
|
|
283
|
-
}
|
|
284
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
285
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
286
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
287
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
288
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
289
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
290
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
291
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
292
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
293
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
294
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
295
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
296
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
297
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
298
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
299
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
300
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination,
|
|
301
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.'aplus'-scroll-bar) ul.ant-pagination {
|
|
302
|
-
padding-top: 8px;
|
|
303
|
-
}
|
package/lib/src/theme/reset.css
DELETED
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable */
|
|
2
|
-
html,
|
|
3
|
-
body {
|
|
4
|
-
width: 100%;
|
|
5
|
-
height: 100%;
|
|
6
|
-
}
|
|
7
|
-
input::-ms-clear,
|
|
8
|
-
input::-ms-reveal {
|
|
9
|
-
display: none;
|
|
10
|
-
}
|
|
11
|
-
*,
|
|
12
|
-
*::before,
|
|
13
|
-
*::after {
|
|
14
|
-
box-sizing: border-box;
|
|
15
|
-
}
|
|
16
|
-
html {
|
|
17
|
-
font-family: sans-serif;
|
|
18
|
-
line-height: 1.15;
|
|
19
|
-
-webkit-text-size-adjust: 100%;
|
|
20
|
-
-ms-text-size-adjust: 100%;
|
|
21
|
-
-ms-overflow-style: scrollbar;
|
|
22
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
23
|
-
}
|
|
24
|
-
body {
|
|
25
|
-
margin: 0;
|
|
26
|
-
}
|
|
27
|
-
[tabindex='-1']:focus {
|
|
28
|
-
outline: none;
|
|
29
|
-
}
|
|
30
|
-
hr {
|
|
31
|
-
box-sizing: content-box;
|
|
32
|
-
height: 0;
|
|
33
|
-
overflow: visible;
|
|
34
|
-
}
|
|
35
|
-
h1,
|
|
36
|
-
h2,
|
|
37
|
-
h3,
|
|
38
|
-
h4,
|
|
39
|
-
h5,
|
|
40
|
-
h6 {
|
|
41
|
-
margin-top: 0;
|
|
42
|
-
margin-bottom: 0.5em;
|
|
43
|
-
font-weight: 500;
|
|
44
|
-
}
|
|
45
|
-
p {
|
|
46
|
-
margin-top: 0;
|
|
47
|
-
margin-bottom: 1em;
|
|
48
|
-
}
|
|
49
|
-
abbr[title],
|
|
50
|
-
abbr[data-original-title] {
|
|
51
|
-
-webkit-text-decoration: underline dotted;
|
|
52
|
-
text-decoration: underline dotted;
|
|
53
|
-
border-bottom: 0;
|
|
54
|
-
cursor: help;
|
|
55
|
-
}
|
|
56
|
-
address {
|
|
57
|
-
margin-bottom: 1em;
|
|
58
|
-
font-style: normal;
|
|
59
|
-
line-height: inherit;
|
|
60
|
-
}
|
|
61
|
-
input[type='text'],
|
|
62
|
-
input[type='password'],
|
|
63
|
-
input[type='number'],
|
|
64
|
-
textarea {
|
|
65
|
-
-moz-appearance: none;
|
|
66
|
-
appearance: none;
|
|
67
|
-
-webkit-appearance: none;
|
|
68
|
-
}
|
|
69
|
-
ol,
|
|
70
|
-
ul,
|
|
71
|
-
dl {
|
|
72
|
-
margin-top: 0;
|
|
73
|
-
margin-bottom: 1em;
|
|
74
|
-
}
|
|
75
|
-
ol ol,
|
|
76
|
-
ul ul,
|
|
77
|
-
ol ul,
|
|
78
|
-
ul ol {
|
|
79
|
-
margin-bottom: 0;
|
|
80
|
-
}
|
|
81
|
-
dt {
|
|
82
|
-
font-weight: 500;
|
|
83
|
-
}
|
|
84
|
-
dd {
|
|
85
|
-
margin-bottom: 0.5em;
|
|
86
|
-
margin-left: 0;
|
|
87
|
-
}
|
|
88
|
-
blockquote {
|
|
89
|
-
margin: 0 0 1em;
|
|
90
|
-
}
|
|
91
|
-
dfn {
|
|
92
|
-
font-style: italic;
|
|
93
|
-
}
|
|
94
|
-
b,
|
|
95
|
-
strong {
|
|
96
|
-
font-weight: bolder;
|
|
97
|
-
}
|
|
98
|
-
small {
|
|
99
|
-
font-size: 80%;
|
|
100
|
-
}
|
|
101
|
-
sub,
|
|
102
|
-
sup {
|
|
103
|
-
position: relative;
|
|
104
|
-
font-size: 75%;
|
|
105
|
-
line-height: 0;
|
|
106
|
-
vertical-align: baseline;
|
|
107
|
-
}
|
|
108
|
-
sub {
|
|
109
|
-
bottom: -0.25em;
|
|
110
|
-
}
|
|
111
|
-
sup {
|
|
112
|
-
top: -0.5em;
|
|
113
|
-
}
|
|
114
|
-
pre,
|
|
115
|
-
code,
|
|
116
|
-
kbd,
|
|
117
|
-
samp {
|
|
118
|
-
font-size: 1em;
|
|
119
|
-
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
|
120
|
-
}
|
|
121
|
-
pre {
|
|
122
|
-
margin-top: 0;
|
|
123
|
-
margin-bottom: 1em;
|
|
124
|
-
overflow: auto;
|
|
125
|
-
}
|
|
126
|
-
figure {
|
|
127
|
-
margin: 0 0 1em;
|
|
128
|
-
}
|
|
129
|
-
img {
|
|
130
|
-
vertical-align: middle;
|
|
131
|
-
border-style: none;
|
|
132
|
-
}
|
|
133
|
-
a,
|
|
134
|
-
area,
|
|
135
|
-
button,
|
|
136
|
-
[role='button'],
|
|
137
|
-
input:not([type='range']),
|
|
138
|
-
label,
|
|
139
|
-
select,
|
|
140
|
-
summary,
|
|
141
|
-
textarea {
|
|
142
|
-
touch-action: manipulation;
|
|
143
|
-
}
|
|
144
|
-
table {
|
|
145
|
-
border-collapse: collapse;
|
|
146
|
-
}
|
|
147
|
-
caption {
|
|
148
|
-
padding-top: 0.75em;
|
|
149
|
-
padding-bottom: 0.3em;
|
|
150
|
-
text-align: left;
|
|
151
|
-
caption-side: bottom;
|
|
152
|
-
}
|
|
153
|
-
input,
|
|
154
|
-
button,
|
|
155
|
-
select,
|
|
156
|
-
optgroup,
|
|
157
|
-
textarea {
|
|
158
|
-
margin: 0;
|
|
159
|
-
color: inherit;
|
|
160
|
-
font-size: inherit;
|
|
161
|
-
font-family: inherit;
|
|
162
|
-
line-height: inherit;
|
|
163
|
-
}
|
|
164
|
-
button,
|
|
165
|
-
input {
|
|
166
|
-
overflow: visible;
|
|
167
|
-
}
|
|
168
|
-
button,
|
|
169
|
-
select {
|
|
170
|
-
text-transform: none;
|
|
171
|
-
}
|
|
172
|
-
button,
|
|
173
|
-
html [type='button'],
|
|
174
|
-
[type='reset'],
|
|
175
|
-
[type='submit'] {
|
|
176
|
-
-moz-appearance: button;
|
|
177
|
-
appearance: button;
|
|
178
|
-
-webkit-appearance: button;
|
|
179
|
-
}
|
|
180
|
-
button::-moz-focus-inner,
|
|
181
|
-
[type='button']::-moz-focus-inner,
|
|
182
|
-
[type='reset']::-moz-focus-inner,
|
|
183
|
-
[type='submit']::-moz-focus-inner {
|
|
184
|
-
padding: 0;
|
|
185
|
-
border-style: none;
|
|
186
|
-
}
|
|
187
|
-
input[type='radio'],
|
|
188
|
-
input[type='checkbox'] {
|
|
189
|
-
box-sizing: border-box;
|
|
190
|
-
padding: 0;
|
|
191
|
-
}
|
|
192
|
-
input[type='date'],
|
|
193
|
-
input[type='time'],
|
|
194
|
-
input[type='datetime-local'],
|
|
195
|
-
input[type='month'] {
|
|
196
|
-
-moz-appearance: listbox;
|
|
197
|
-
appearance: listbox;
|
|
198
|
-
-webkit-appearance: listbox;
|
|
199
|
-
}
|
|
200
|
-
textarea {
|
|
201
|
-
overflow: auto;
|
|
202
|
-
resize: vertical;
|
|
203
|
-
}
|
|
204
|
-
fieldset {
|
|
205
|
-
min-width: 0;
|
|
206
|
-
margin: 0;
|
|
207
|
-
padding: 0;
|
|
208
|
-
border: 0;
|
|
209
|
-
}
|
|
210
|
-
legend {
|
|
211
|
-
display: block;
|
|
212
|
-
width: 100%;
|
|
213
|
-
max-width: 100%;
|
|
214
|
-
margin-bottom: 0.5em;
|
|
215
|
-
padding: 0;
|
|
216
|
-
color: inherit;
|
|
217
|
-
font-size: 1.5em;
|
|
218
|
-
line-height: inherit;
|
|
219
|
-
white-space: normal;
|
|
220
|
-
}
|
|
221
|
-
progress {
|
|
222
|
-
vertical-align: baseline;
|
|
223
|
-
}
|
|
224
|
-
[type='number']::-webkit-inner-spin-button,
|
|
225
|
-
[type='number']::-webkit-outer-spin-button {
|
|
226
|
-
height: auto;
|
|
227
|
-
}
|
|
228
|
-
[type='search'] {
|
|
229
|
-
outline-offset: -2px;
|
|
230
|
-
-moz-appearance: none;
|
|
231
|
-
appearance: none;
|
|
232
|
-
-webkit-appearance: none;
|
|
233
|
-
}
|
|
234
|
-
[type='search']::-webkit-search-cancel-button,
|
|
235
|
-
[type='search']::-webkit-search-decoration {
|
|
236
|
-
-webkit-appearance: none;
|
|
237
|
-
}
|
|
238
|
-
::-webkit-file-upload-button {
|
|
239
|
-
font: inherit;
|
|
240
|
-
-webkit-appearance: button;
|
|
241
|
-
}
|
|
242
|
-
output {
|
|
243
|
-
display: inline-block;
|
|
244
|
-
}
|
|
245
|
-
summary {
|
|
246
|
-
display: list-item;
|
|
247
|
-
}
|
|
248
|
-
template {
|
|
249
|
-
display: none;
|
|
250
|
-
}
|
|
251
|
-
[hidden] {
|
|
252
|
-
display: none !important;
|
|
253
|
-
}
|
|
254
|
-
mark {
|
|
255
|
-
padding: 0.2em;
|
|
256
|
-
background-color: #feffe6;
|
|
257
|
-
}
|