@zkwq/business 0.0.41 → 0.0.43

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,6 +1,4 @@
1
1
 
2
- .avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
3
-
4
2
 
5
3
 
6
4
 
@@ -114,4 +112,5 @@
114
112
  .avatar[data-v-086ca00a] {
115
113
  width: 314px;
116
114
  height: 130px;
117
- }
115
+ }
116
+ .avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
@@ -1 +1 @@
1
- .avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[data-v-086ca00a]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-086ca00a]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-086ca00a]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.avatar-uploader .FileMask__actions i[data-v-086ca00a]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-086ca00a]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-086ca00a]{opacity:1}.avatar-uploader-icon[data-v-086ca00a]{font-size:30px}.avatar[data-v-086ca00a]{width:314px;height:130px}
1
+ [data-v-086ca00a]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-086ca00a]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-086ca00a]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.avatar-uploader .FileMask__actions i[data-v-086ca00a]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-086ca00a]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-086ca00a]{opacity:1}.avatar-uploader-icon[data-v-086ca00a]{font-size:30px}.avatar[data-v-086ca00a]{width:314px;height:130px}.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
@@ -43883,6 +43883,198 @@
43883
43883
  margin-top: 20px;
43884
43884
  }
43885
43885
 
43886
+
43887
+
43888
+
43889
+
43890
+
43891
+
43892
+
43893
+
43894
+
43895
+
43896
+ :export {
43897
+ primary: #2F3A91;
43898
+ success: #67C23A;
43899
+ warning: #FF791A;
43900
+ danger: #F1403C;
43901
+ info: #8590a6;
43902
+ }
43903
+
43904
+
43905
+
43906
+
43907
+
43908
+
43909
+
43910
+
43911
+
43912
+
43913
+
43914
+
43915
+
43916
+
43917
+
43918
+
43919
+
43920
+
43921
+
43922
+
43923
+
43924
+
43925
+
43926
+
43927
+
43928
+
43929
+
43930
+
43931
+
43932
+
43933
+
43934
+
43935
+
43936
+
43937
+
43938
+
43939
+
43940
+
43941
+
43942
+
43943
+
43944
+
43945
+
43946
+
43947
+
43948
+
43949
+
43950
+
43951
+
43952
+
43953
+
43954
+
43955
+
43956
+
43957
+
43958
+
43959
+
43960
+
43961
+
43962
+
43963
+
43964
+
43965
+
43966
+
43967
+
43968
+
43969
+
43970
+
43971
+
43972
+
43973
+
43974
+ :export {
43975
+ primary: #2F3A91;
43976
+ success: #67C23A;
43977
+ warning: #FF791A;
43978
+ danger: #F1403C;
43979
+ info: #8590a6;
43980
+ }
43981
+
43982
+
43983
+
43984
+
43985
+
43986
+
43987
+
43988
+
43989
+
43990
+
43991
+
43992
+
43993
+
43994
+
43995
+
43996
+
43997
+
43998
+
43999
+
44000
+
44001
+
44002
+
44003
+
44004
+
44005
+
44006
+
44007
+
44008
+
44009
+
44010
+
44011
+
44012
+
44013
+
44014
+
44015
+
44016
+
44017
+
44018
+
44019
+
44020
+
44021
+
44022
+
44023
+
44024
+
44025
+
44026
+
44027
+
44028
+
44029
+
44030
+
44031
+
44032
+
44033
+
44034
+
44035
+
44036
+
44037
+ .base-rate {
44038
+ height: 20px;
44039
+ line-height: 1;
44040
+ }
44041
+ .base-rate:focus, .base-rate:active {
44042
+ outline-width: 0;
44043
+ }
44044
+ .base-rate__item {
44045
+ display: inline-block;
44046
+ position: relative;
44047
+ font-size: 0;
44048
+ vertical-align: middle;
44049
+ }
44050
+ .base-rate__icon {
44051
+ position: relative;
44052
+ display: inline-block;
44053
+ font-size: 18px;
44054
+ margin-right: 6px;
44055
+ color: #8590a6;
44056
+ transition: 0.3s;
44057
+ }
44058
+ .base-rate__icon.hover {
44059
+ transform: scale(1.15);
44060
+ }
44061
+ .base-rate__icon .path2 {
44062
+ position: absolute;
44063
+ left: 0;
44064
+ top: 0;
44065
+ }
44066
+ .base-rate__decimal {
44067
+ position: absolute;
44068
+ top: 0;
44069
+ left: 0;
44070
+ display: inline-block;
44071
+ overflow: hidden;
44072
+ }
44073
+ .base-rate__text {
44074
+ font-size: 14px;
44075
+ vertical-align: middle;
44076
+ }
44077
+
43886
44078
  body {
43887
44079
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
43888
44080
  font-size: 14px;