cloud-web-corejs 1.0.54-dev.360 → 1.0.54-dev.362

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.
@@ -1,199 +0,0 @@
1
- .vxe-table--cell-area {
2
- position: initial;
3
- }
4
-
5
- .vxe-header--column {
6
- &.col--cell-active {
7
- position: relative;
8
- &:not(.col--group) {
9
- &::after {
10
- border-bottom: var(--vxe-ui-table-cell-area-status-border-width, 1px) solid var(--vxe-ui-font-primary-color, #409eff);
11
- }
12
- }
13
- &::after {
14
- content: "";
15
- position: absolute;
16
- bottom: 0;
17
- left: 0;
18
- height: 100%;
19
- width: 100%;
20
- background: var(--vxe-ui-table-header-active-area-background-color, rgba(64,158,255,0.1));
21
- user-select: none;
22
- pointer-events: none;
23
- pointer-events: none;
24
- z-index: 1;
25
- }
26
- }
27
- }
28
- .vxe-table {
29
- .vxe-body--column {
30
- &.col--to-row {
31
- background-color: var(--vxe-ui-table-header-background-color, #f8f8f9);
32
- }
33
- }
34
- }
35
-
36
- .vxe-table--fnr {
37
- &.vxe-modal--wrapper {
38
- .vxe-modal--content {
39
- padding: 0;
40
- }
41
- .vxe-modal--content {
42
- display: flex;
43
- flex-direction: column;
44
- }
45
- }
46
- }
47
-
48
- .vxe-table--fnr {
49
- .vxe-table--fnr-tabs {
50
- flex-shrink: 0;
51
- border-bottom: 1px solid var(--vxe-ui-table-border-color, #e8eaec);
52
- background-color: var(--vxe-ui-tabs-card-header-background-color);
53
- user-select: none;
54
- & > span {
55
- position: relative;
56
- display: inline-block;
57
- padding: 0 1em;
58
- height: 2.4em;
59
- line-height: 2.4em;
60
- text-align: center;
61
- border-right: 1px solid var(--vxe-ui-table-border-color, #e8eaec);
62
- background-color: var(--vxe-ui-table-header-background-color, #f8f8f8);
63
- vertical-align: bottom;
64
- cursor: pointer;
65
- &.is--active {
66
- background-color: var(--vxe-ui-layout-background-color, #ffffff);
67
- &:after {
68
- content: "";
69
- position: absolute;
70
- left: 0;
71
- bottom: -1px;
72
- width: 100%;
73
- height: 1px;
74
- background-color: var(--vxe-ui-layout-background-color, #ffffff);
75
- z-index: 1;
76
- }
77
- }
78
- }
79
- }
80
- .vxe-table--fnr-body {
81
- flex-shrink: 0;
82
- padding: 0.3em 1em 0 1em;
83
- }
84
- .vxe-table--fnr-form {
85
- width: 100%;
86
- border: 0;
87
- border-spacing: 0;
88
- border-collapse: separate;
89
- tr {
90
- visibility: hidden;
91
- &.is--visible {
92
- visibility: visible;
93
- }
94
- }
95
- }
96
- .vxe-table--fnr-form-title {
97
- white-space: nowrap;
98
- padding-right: 0.8em;
99
- }
100
- .vxe-table--fnr-form-content,
101
- .vxe-table--fnr-form-input {
102
- width: 100%;
103
- }
104
- .vxe-table--fnr-form-content {
105
- padding: 0.3em 0;
106
- }
107
- .vxe-table--fnr-form-filter {
108
- padding-left: 1.8em;
109
- vertical-align: top;
110
- & > .vxe-checkbox {
111
- display: block;
112
- margin: 0.6em 0 0 0;
113
- }
114
- }
115
- .vxe-table--fnr-footer {
116
- flex-shrink: 0;
117
- padding: 0.8em 1em;
118
- overflow: hidden;
119
- text-align: right;
120
- }
121
- .vxe-table--fnr-search {
122
- display: flex;
123
- flex-direction: column;
124
- flex-grow: 1;
125
- border-top: 1px solid var(--vxe-ui-table-border-color, #e8eaec);
126
- border-bottom: 1px solid var(--vxe-ui-table-border-color, #e8eaec);
127
- overflow: hidden;
128
- .vxe-table--fnr-search-list,
129
- .vxe-list--virtual-wrapper {
130
- height: 100%;
131
- }
132
- }
133
- .vxe-table--fnr-search-header {
134
- flex-shrink: 0;
135
- height: 2.5em;
136
- line-height: 2.5em;
137
- padding: 0 0.8em;
138
- font-weight: 700;
139
- background-color: var(--vxe-ui-table-header-background-color, #f8f8f8);
140
- }
141
- .vxe-table--fnr-search-header,
142
- .vxe-table--fnr-find-item {
143
- display: flex;
144
- & > div {
145
- user-select: none;
146
- overflow: hidden;
147
- text-overflow: ellipsis;
148
- white-space: nowrap;
149
- &:nth-child(1) {
150
- width: 100px;
151
- flex-shrink: 0;
152
- }
153
- &:nth-child(2) {
154
- width: 160px;
155
- flex-shrink: 0;
156
- }
157
- &:nth-child(3) {
158
- flex-grow: 1;
159
- }
160
- }
161
- }
162
- .vxe-table--fnr-search-body {
163
- flex-grow: 1;
164
- overflow: hidden;
165
- border-top: 1px solid var(--vxe-ui-table-border-color, #e8eaec);
166
- border-bottom: 1px solid var(--vxe-ui-table-border-color, #e8eaec);
167
- }
168
- .vxe-table--fnr-find-item {
169
- height: 2em;
170
- line-height: 2em;
171
- padding: 0 0.8em;
172
- cursor: pointer;
173
- &.is--active {
174
- color: var(--vxe-ui-font-primary-color, #409eff);
175
- background-color: var(--vxe-ui-table-row-current-background-color,#e6f7ff);
176
- }
177
- &:hover {
178
- &.is--active {
179
- background-color: var(--vxe-ui-table-row-hover-current-background-color, #d7effb);
180
- }
181
- & > div {
182
- text-decoration: underline;
183
- }
184
- }
185
- }
186
- .vxe-table--fnr-search-footer {
187
- flex-shrink: 0;
188
- height: 2em;
189
- line-height: 2em;
190
- padding: 0 0.8em;
191
- visibility: hidden;
192
- &.is--error {
193
- color: var(--vxe-ui-status-error-color, #f56c6c);
194
- }
195
- &.is--visible {
196
- visibility: visible;
197
- }
198
- }
199
- }