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