@zkwq/business 0.0.51 → 0.0.52

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.
@@ -44075,6 +44075,199 @@
44075
44075
  vertical-align: middle;
44076
44076
  }
44077
44077
 
44078
+
44079
+
44080
+
44081
+
44082
+
44083
+
44084
+
44085
+
44086
+
44087
+
44088
+ :export {
44089
+ primary: #2F3A91;
44090
+ success: #67C23A;
44091
+ warning: #FF791A;
44092
+ danger: #F1403C;
44093
+ info: #8590a6;
44094
+ }
44095
+
44096
+
44097
+
44098
+
44099
+
44100
+
44101
+
44102
+
44103
+
44104
+
44105
+
44106
+
44107
+
44108
+
44109
+
44110
+
44111
+
44112
+
44113
+
44114
+
44115
+
44116
+
44117
+
44118
+
44119
+
44120
+
44121
+
44122
+
44123
+
44124
+
44125
+
44126
+
44127
+
44128
+
44129
+
44130
+
44131
+
44132
+
44133
+
44134
+
44135
+
44136
+
44137
+
44138
+
44139
+
44140
+
44141
+
44142
+
44143
+
44144
+
44145
+
44146
+
44147
+
44148
+
44149
+
44150
+
44151
+
44152
+
44153
+
44154
+
44155
+
44156
+
44157
+
44158
+
44159
+
44160
+
44161
+
44162
+
44163
+
44164
+
44165
+
44166
+ :export {
44167
+ primary: #2F3A91;
44168
+ success: #67C23A;
44169
+ warning: #FF791A;
44170
+ danger: #F1403C;
44171
+ info: #8590a6;
44172
+ }
44173
+
44174
+
44175
+
44176
+
44177
+
44178
+
44179
+
44180
+
44181
+
44182
+
44183
+
44184
+
44185
+
44186
+
44187
+
44188
+
44189
+
44190
+
44191
+
44192
+
44193
+
44194
+
44195
+
44196
+
44197
+
44198
+
44199
+
44200
+
44201
+
44202
+
44203
+
44204
+
44205
+
44206
+
44207
+
44208
+
44209
+
44210
+
44211
+
44212
+
44213
+
44214
+
44215
+
44216
+
44217
+
44218
+
44219
+
44220
+
44221
+
44222
+
44223
+
44224
+
44225
+
44226
+
44227
+
44228
+
44229
+ .base-avatar {
44230
+ display: inline-block;
44231
+ box-sizing: border-box;
44232
+ text-align: center;
44233
+ overflow: hidden;
44234
+ color: #fff;
44235
+ background: #C0C4CC;
44236
+ width: 40px;
44237
+ height: 40px;
44238
+ line-height: 40px;
44239
+ font-size: 14px;
44240
+ }
44241
+ .base-avatar > img {
44242
+ display: block;
44243
+ height: 100%;
44244
+ vertical-align: middle;
44245
+ }
44246
+ .base-avatar--circle {
44247
+ border-radius: 50%;
44248
+ }
44249
+ .base-avatar--square {
44250
+ border-radius: 4px;
44251
+ }
44252
+ .base-avatar--icon {
44253
+ font-size: 18px;
44254
+ }
44255
+ .base-avatar--large {
44256
+ width: 40px;
44257
+ height: 40px;
44258
+ line-height: 40px;
44259
+ }
44260
+ .base-avatar--medium {
44261
+ width: 36px;
44262
+ height: 36px;
44263
+ line-height: 36px;
44264
+ }
44265
+ .base-avatar--small {
44266
+ width: 28px;
44267
+ height: 28px;
44268
+ line-height: 28px;
44269
+ }
44270
+
44078
44271
  body {
44079
44272
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
44080
44273
  font-size: 14px;