@delon/theme 21.2.0 → 21.3.0

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/compact.css CHANGED
@@ -33029,6 +33029,9 @@ fieldset {
33029
33029
  font-weight: 700;
33030
33030
  text-align: left;
33031
33031
  }
33032
+ .sf__collapse .sf__collapse-item {
33033
+ display: none !important;
33034
+ }
33032
33035
  .sf__object-card .ant-card-body {
33033
33036
  padding-left: 0;
33034
33037
  }
@@ -38003,377 +38006,3 @@ ellipsis {
38003
38006
  .cell__disabled[data-type='link'] > a {
38004
38007
  color: rgba(0, 0, 0, 0.85);
38005
38008
  }
38006
- g2-chart,
38007
- g2-bar,
38008
- g2-gauge,
38009
- g2-mini-area,
38010
- g2-mini-bar,
38011
- g2-single-bar,
38012
- g2-tag-cloud,
38013
- g2-timeline,
38014
- g2,
38015
- g2-custom {
38016
- display: block;
38017
- }
38018
- g2-bar,
38019
- g2-tag-cloud {
38020
- width: 100%;
38021
- }
38022
- .g2-card {
38023
- position: relative;
38024
- }
38025
- .g2-card__top {
38026
- position: relative;
38027
- overflow: hidden;
38028
- width: 100%;
38029
- }
38030
- .g2-card__top-margin {
38031
- margin-bottom: 12px;
38032
- }
38033
- .g2-card__top-has-margin {
38034
- margin-bottom: 20px;
38035
- }
38036
- .g2-card__meta {
38037
- height: 22px;
38038
- font-size: 12px;
38039
- line-height: 22px;
38040
- color: rgba(0, 0, 0, 0.45);
38041
- }
38042
- .g2-card__meta-wrap {
38043
- float: left;
38044
- }
38045
- .g2-card__meta-action {
38046
- cursor: pointer;
38047
- position: absolute;
38048
- top: 4px;
38049
- right: 0;
38050
- line-height: 1;
38051
- }
38052
- .g2-card__avatar {
38053
- position: relative;
38054
- top: 4px;
38055
- float: left;
38056
- margin-right: 20px;
38057
- }
38058
- .g2-card__avatar img {
38059
- border-radius: 100%;
38060
- }
38061
- .g2-card__total {
38062
- overflow: hidden;
38063
- height: 38px;
38064
- margin-top: 4px;
38065
- margin-bottom: 0;
38066
- font-size: 30px;
38067
- line-height: 38px;
38068
- color: rgba(0, 0, 0, 0.85);
38069
- text-overflow: ellipsis;
38070
- word-break: break-all;
38071
- white-space: nowrap;
38072
- }
38073
- .g2-card__desc {
38074
- width: 100%;
38075
- margin-bottom: 12px;
38076
- }
38077
- .g2-card__footer {
38078
- margin-top: 8px;
38079
- padding-top: 9px;
38080
- border-top: 1px solid #f0f0f0;
38081
- }
38082
- .g2-card__footer > * {
38083
- position: relative;
38084
- }
38085
- .g2-mini-progress {
38086
- position: relative;
38087
- display: block;
38088
- width: 100%;
38089
- padding: 5px 0;
38090
- }
38091
- .g2-mini-progress__wrap {
38092
- position: relative;
38093
- background-color: #f5f5f5;
38094
- }
38095
- .g2-mini-progress__value {
38096
- width: 0;
38097
- height: 100%;
38098
- border-radius: 1px 0 0 1px;
38099
- background-color: #1890ff;
38100
- transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
38101
- }
38102
- .g2-mini-progress__target {
38103
- position: absolute;
38104
- top: 0;
38105
- bottom: 0;
38106
- }
38107
- .g2-mini-progress__target-item {
38108
- position: absolute;
38109
- top: 0;
38110
- left: 0;
38111
- width: 2px;
38112
- height: 4px;
38113
- border-radius: 100px;
38114
- }
38115
- .g2-mini-progress__target-item:last-child {
38116
- top: auto;
38117
- bottom: 0;
38118
- }
38119
- .g2-pie {
38120
- position: relative;
38121
- display: block;
38122
- }
38123
- .g2-pie__chart {
38124
- position: relative;
38125
- }
38126
- .g2-pie__legend {
38127
- position: absolute;
38128
- top: 50%;
38129
- right: 0;
38130
- transform: translateY(-50%);
38131
- min-width: 250px;
38132
- margin: 0 20px;
38133
- padding: 0;
38134
- list-style: none;
38135
- }
38136
- .g2-pie__legend-item {
38137
- cursor: pointer;
38138
- height: 22px;
38139
- margin-bottom: 16px;
38140
- line-height: 22px;
38141
- }
38142
- .g2-pie__legend-item:last-child {
38143
- margin-bottom: 0;
38144
- }
38145
- .g2-pie__legend-title {
38146
- color: rgba(0, 0, 0, 0.85);
38147
- }
38148
- .g2-pie__legend-dot {
38149
- position: relative;
38150
- top: -1px;
38151
- display: inline-block;
38152
- width: 8px;
38153
- height: 8px;
38154
- margin-right: 8px;
38155
- border-radius: 8px;
38156
- }
38157
- .g2-pie__legend-percent {
38158
- color: rgba(0, 0, 0, 0.45);
38159
- }
38160
- .g2-pie__legend-value {
38161
- position: absolute;
38162
- right: 0;
38163
- }
38164
- .g2-pie__legend-has .g2-pie__chart {
38165
- width: calc(100% - 240px);
38166
- }
38167
- .g2-pie__legend-block .g2-pie__chart {
38168
- width: 100%;
38169
- margin: 0 0 32px;
38170
- }
38171
- .g2-pie__legend-block .g2-pie__legend {
38172
- position: relative;
38173
- transform: none;
38174
- min-width: auto;
38175
- }
38176
- .g2-pie__total {
38177
- position: absolute;
38178
- top: 50%;
38179
- left: 50%;
38180
- transform: translate(-50%, -50%);
38181
- height: 62px;
38182
- text-align: center;
38183
- }
38184
- .g2-pie__total-title {
38185
- height: 22px;
38186
- margin-bottom: 8px;
38187
- font-size: 14px;
38188
- font-weight: normal;
38189
- line-height: 22px;
38190
- color: rgba(0, 0, 0, 0.45);
38191
- }
38192
- .g2-pie__total-stat {
38193
- display: block;
38194
- height: 32px;
38195
- font-size: 1.2em;
38196
- line-height: 32px;
38197
- color: rgba(0, 0, 0, 0.85);
38198
- white-space: nowrap;
38199
- }
38200
- .g2-pie__mini .g2-pie__total-title {
38201
- margin-top: 4px;
38202
- margin-bottom: 0;
38203
- }
38204
- .g2-radar {
38205
- display: block;
38206
- }
38207
- .g2-radar__legend {
38208
- margin-top: 16px;
38209
- }
38210
- .g2-radar__legend-item {
38211
- cursor: pointer;
38212
- position: relative;
38213
- line-height: 22px;
38214
- color: rgba(0, 0, 0, 0.45);
38215
- text-align: center;
38216
- }
38217
- .g2-radar__legend-item::after {
38218
- content: '';
38219
- position: absolute;
38220
- top: 8px;
38221
- right: 0;
38222
- width: 1px;
38223
- height: 40px;
38224
- background-color: #f0f0f0;
38225
- }
38226
- .g2-radar__legend-item:last-child::after {
38227
- display: none;
38228
- }
38229
- .g2-radar__legend-title {
38230
- margin-top: 4px;
38231
- margin-bottom: 0;
38232
- padding-left: 16px;
38233
- font-size: 24px;
38234
- line-height: 32px;
38235
- color: rgba(0, 0, 0, 0.85);
38236
- }
38237
- .g2-radar__legend-dot {
38238
- position: relative;
38239
- top: -1px;
38240
- display: inline-block;
38241
- width: 6px;
38242
- height: 6px;
38243
- margin-right: 6px;
38244
- border-radius: 6px;
38245
- }
38246
- .g2-water-wave {
38247
- position: relative;
38248
- transform-origin: left;
38249
- display: inline-block;
38250
- }
38251
- .g2-water-wave__desc {
38252
- position: absolute;
38253
- top: 32px;
38254
- left: 0;
38255
- width: 100%;
38256
- text-align: center;
38257
- }
38258
- .g2-water-wave__desc-title {
38259
- font-size: 14px;
38260
- line-height: 22px;
38261
- color: rgba(0, 0, 0, 0.45);
38262
- }
38263
- .g2-water-wave__desc-percent {
38264
- font-size: 24px;
38265
- line-height: 32px;
38266
- color: rgba(0, 0, 0, 0.85);
38267
- }
38268
- .g2-water-wave__canvas {
38269
- transform-origin: 0 0;
38270
- transform: scale(0.5);
38271
- }
38272
- .number-info {
38273
- display: inline-block;
38274
- }
38275
- .number-info__title {
38276
- margin-bottom: 16px;
38277
- font-size: 14px;
38278
- color: rgba(0, 0, 0, 0.85);
38279
- transition: all 0.3s;
38280
- }
38281
- .number-info__title-sub {
38282
- overflow: hidden;
38283
- height: 22px;
38284
- font-size: 12px;
38285
- line-height: 22px;
38286
- color: rgba(0, 0, 0, 0.45);
38287
- text-overflow: ellipsis;
38288
- word-break: break-all;
38289
- white-space: nowrap;
38290
- }
38291
- .number-info__value {
38292
- overflow: hidden;
38293
- margin-top: 4px;
38294
- font-size: 0;
38295
- text-overflow: ellipsis;
38296
- word-break: break-all;
38297
- white-space: nowrap;
38298
- }
38299
- .number-info__value-suffix {
38300
- margin-left: 4px;
38301
- font-size: 16px;
38302
- font-style: normal;
38303
- color: rgba(0, 0, 0, 0.85);
38304
- }
38305
- .number-info__value-text {
38306
- display: inline-block;
38307
- height: 32px;
38308
- font-size: 24px;
38309
- line-height: 32px;
38310
- color: rgba(0, 0, 0, 0.85);
38311
- }
38312
- .number-info__value-sub {
38313
- margin-left: 32px;
38314
- font-size: 14px;
38315
- color: rgba(0, 0, 0, 0.45);
38316
- vertical-align: top;
38317
- }
38318
- .number-info__value-sub .anticon {
38319
- transform: scale(0.82);
38320
- margin-left: 4px;
38321
- font-size: 12px;
38322
- }
38323
- .number-info__value-sub .anticon-caret-up {
38324
- color: #f5222d;
38325
- }
38326
- .number-info__value-sub .anticon-caret-down {
38327
- color: #52c41a;
38328
- }
38329
- .number-info__light .number-info__value-text {
38330
- color: rgba(0, 0, 0, 0.85);
38331
- }
38332
- .number-info:not(:first-child) {
38333
- position: relative;
38334
- margin-left: 32px;
38335
- padding-left: 32px;
38336
- }
38337
- .number-info:not(:first-child)::after {
38338
- content: '';
38339
- position: absolute;
38340
- top: 0;
38341
- bottom: 0;
38342
- left: 0;
38343
- width: 1px;
38344
- margin: 8px 0;
38345
- background-color: #f0f0f0;
38346
- }
38347
- .trend {
38348
- display: inline-block;
38349
- font-size: 12px;
38350
- line-height: 22px;
38351
- }
38352
- .trend__up,
38353
- .trend__down {
38354
- position: relative;
38355
- top: 1px;
38356
- margin-left: 4px;
38357
- }
38358
- .trend__up i,
38359
- .trend__down i {
38360
- transform: scale(0.83);
38361
- font-size: 12px;
38362
- }
38363
- .trend__up {
38364
- color: #f5222d;
38365
- }
38366
- .trend__down {
38367
- top: -1px;
38368
- color: #52c41a;
38369
- }
38370
- .trend__grey .trend__up,
38371
- .trend__grey .trend__down {
38372
- color: rgba(0, 0, 0, 0.85);
38373
- }
38374
- .trend__reverse .trend__up {
38375
- color: #52c41a;
38376
- }
38377
- .trend__reverse .trend__down {
38378
- color: #f5222d;
38379
- }