@flatbiz/antd 3.2.0 → 4.0.2

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/cjs/index.css CHANGED
@@ -88,67 +88,6 @@ ul {
88
88
  overflow: scroll;
89
89
  }
90
90
 
91
- .drawer-wraper .ant-drawer-header {
92
- padding: 12px 14px;
93
- }
94
- .drawer-wraper .ant-drawer-body {
95
- display: flex;
96
- flex-direction: column;
97
- position: relative;
98
- }
99
- .drawer-wraper .ant-drawer-content-wrapper {
100
- max-width: 80%;
101
- }
102
- .drawer-wraper-content {
103
- position: relative;
104
- flex: 1;
105
- overflow-y: auto;
106
- overflow-x: hidden;
107
- height: 100%;
108
- }
109
- .drawer-wraper-loader {
110
- background-color: #ffffff;
111
- position: absolute;
112
- top: 0;
113
- bottom: 0;
114
- left: 0;
115
- right: 0;
116
- z-index: 100000;
117
- display: flex;
118
- justify-content: center;
119
- align-items: center;
120
- opacity: 1;
121
- text-align: center;
122
- }
123
- .drawer-wraper-loader .loader-wrapper {
124
- width: 100px;
125
- height: 100px;
126
- display: inline-flex;
127
- flex-direction: column;
128
- justify-content: space-around;
129
- }
130
- .drawer-wraper-loader .loader-inner {
131
- width: 30px;
132
- height: 30px;
133
- margin: 0 auto;
134
- text-indent: -12345px;
135
- border-top: 2px solid rgba(0, 128, 227, 0.08);
136
- border-right: 2px solid rgba(0, 128, 227, 0.08);
137
- border-bottom: 2px solid rgba(0, 128, 227, 0.08);
138
- border-left: 2px solid rgba(0, 84, 153, 0.7);
139
- border-radius: 50%;
140
- z-index: 100001;
141
- animation: spinner 600ms infinite linear;
142
- }
143
- .drawer-wraper-loader .loader-text {
144
- width: 100px;
145
- height: 20px;
146
- text-align: center;
147
- font-size: 12px;
148
- letter-spacing: 4px;
149
- color: #0080e3;
150
- }
151
-
152
91
  .drawer-wrapper .ant-drawer-header {
153
92
  padding: 12px 14px;
154
93
  }
@@ -242,10 +181,6 @@ ul {
242
181
  height: 100%;
243
182
  }
244
183
 
245
- .v-file-upload .ant-upload-span {
246
- cursor: pointer;
247
- }
248
-
249
184
  .v-flex-layout {
250
185
  display: flex;
251
186
  }
@@ -357,63 +292,6 @@ ul {
357
292
  border-radius: 5px;
358
293
  }
359
294
 
360
- .modal-wraper .ant-modal-body {
361
- position: relative;
362
- padding: 0;
363
- }
364
- .modal-wraper-content {
365
- padding: 24px;
366
- position: relative;
367
- }
368
- .modal-wraper-content-footer {
369
- padding: 10px 16px;
370
- text-align: right;
371
- border-top: 1px solid #f0f0f0;
372
- border-radius: 0px 0px 2px 2px;
373
- }
374
- .modal-wraper-loader {
375
- background-color: #ffffff;
376
- position: absolute;
377
- top: 0;
378
- bottom: 0;
379
- left: 0;
380
- right: 0;
381
- z-index: 100000;
382
- display: flex;
383
- justify-content: center;
384
- align-items: center;
385
- opacity: 1;
386
- text-align: center;
387
- }
388
- .modal-wraper-loader .loader-wrapper {
389
- width: 100px;
390
- height: 100px;
391
- display: inline-flex;
392
- flex-direction: column;
393
- justify-content: space-around;
394
- }
395
- .modal-wraper-loader .loader-inner {
396
- width: 30px;
397
- height: 30px;
398
- margin: 0 auto;
399
- text-indent: -12345px;
400
- border-top: 2px solid rgba(0, 128, 227, 0.08);
401
- border-right: 2px solid rgba(0, 128, 227, 0.08);
402
- border-bottom: 2px solid rgba(0, 128, 227, 0.08);
403
- border-left: 2px solid rgba(0, 84, 153, 0.7);
404
- border-radius: 50%;
405
- z-index: 100001;
406
- animation: spinner 600ms infinite linear;
407
- }
408
- .modal-wraper-loader .loader-text {
409
- width: 100px;
410
- height: 20px;
411
- text-align: center;
412
- font-size: 12px;
413
- letter-spacing: 4px;
414
- color: #0080e3;
415
- }
416
-
417
295
  .modal-wrapper .ant-modal-body {
418
296
  position: relative;
419
297
  padding: 0;
@@ -817,6 +695,9 @@ ul {
817
695
  border-radius: 3px;
818
696
  margin-top: -7px;
819
697
  }
698
+ .v-rule-describe .v-rule-describe .v-rule-describe-item-title {
699
+ opacity: 0.9;
700
+ }
820
701
 
821
702
  .simple-layout {
822
703
  background-color: #fff;