@zkwq/business 0.0.12 → 0.0.14
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/dist/css/AppDialog.css +44 -44
- package/dist/css/AppDialog.min.css +1 -1
- package/dist/css/index.css +0 -161
- package/dist/css/index.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1769 -1774
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +5 -5
- package/dist/index.umd.cjs +6 -6
- package/dist/index.umd.min.cjs +6 -6
- package/package.json +1 -1
package/dist/css/AppDialog.css
CHANGED
|
@@ -1,47 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
justify-content: center;
|
|
5
|
-
overflow-x: hidden;
|
|
6
|
-
overflow-y: auto;
|
|
7
|
-
}
|
|
8
|
-
.AppDialog {
|
|
9
|
-
max-height: 100vh;
|
|
10
|
-
transition: max-height 0.8s ease, height 0.8s ease;
|
|
11
|
-
}
|
|
12
|
-
.AppDialog.base-dialog {
|
|
13
|
-
margin-top: 0 !important;
|
|
14
|
-
margin-bottom: 0 !important;
|
|
15
|
-
}
|
|
16
|
-
.AppDialog .base-dialog__header {
|
|
17
|
-
padding: 0;
|
|
18
|
-
}
|
|
19
|
-
.AppDialog .base-dialog__body {
|
|
20
|
-
padding: 0;
|
|
21
|
-
}
|
|
22
|
-
.AppDialog--fullPage {
|
|
23
|
-
height: 100vh;
|
|
24
|
-
}
|
|
25
|
-
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
26
|
-
height: 100%;
|
|
27
|
-
}
|
|
28
|
-
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
29
|
-
height: 100vh;
|
|
30
|
-
overflow: visible;
|
|
31
|
-
}
|
|
32
|
-
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
33
|
-
height: 100%;
|
|
34
|
-
}
|
|
35
|
-
.Modal__closeButton {
|
|
36
|
-
position: absolute;
|
|
37
|
-
top: 8px;
|
|
38
|
-
right: -60px;
|
|
39
|
-
padding: 12px;
|
|
40
|
-
}
|
|
41
|
-
.Modal__closeIcon {
|
|
42
|
-
vertical-align: top;
|
|
43
|
-
fill: #FFF;
|
|
44
|
-
}
|
|
1
|
+
|
|
45
2
|
|
|
46
3
|
|
|
47
4
|
|
|
@@ -158,4 +115,47 @@
|
|
|
158
115
|
.AppDialog__subtitle--left[data-v-742105f1] {
|
|
159
116
|
padding: 0 16px;
|
|
160
117
|
}
|
|
118
|
+
}.AppDialog__wrapper.base-dialog__wrapper {
|
|
119
|
+
display: flex;
|
|
120
|
+
flex-direction: column;
|
|
121
|
+
justify-content: center;
|
|
122
|
+
overflow-x: hidden;
|
|
123
|
+
overflow-y: auto;
|
|
124
|
+
}
|
|
125
|
+
.AppDialog {
|
|
126
|
+
max-height: 100vh;
|
|
127
|
+
transition: max-height 0.8s ease, height 0.8s ease;
|
|
128
|
+
}
|
|
129
|
+
.AppDialog.base-dialog {
|
|
130
|
+
margin-top: 0 !important;
|
|
131
|
+
margin-bottom: 0 !important;
|
|
132
|
+
}
|
|
133
|
+
.AppDialog .base-dialog__header {
|
|
134
|
+
padding: 0;
|
|
135
|
+
}
|
|
136
|
+
.AppDialog .base-dialog__body {
|
|
137
|
+
padding: 0;
|
|
138
|
+
}
|
|
139
|
+
.AppDialog--fullPage {
|
|
140
|
+
height: 100vh;
|
|
141
|
+
}
|
|
142
|
+
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
143
|
+
height: 100%;
|
|
144
|
+
}
|
|
145
|
+
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
146
|
+
height: 100vh;
|
|
147
|
+
overflow: visible;
|
|
148
|
+
}
|
|
149
|
+
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
150
|
+
height: 100%;
|
|
151
|
+
}
|
|
152
|
+
.Modal__closeButton {
|
|
153
|
+
position: absolute;
|
|
154
|
+
top: 8px;
|
|
155
|
+
right: -60px;
|
|
156
|
+
padding: 12px;
|
|
157
|
+
}
|
|
158
|
+
.Modal__closeIcon {
|
|
159
|
+
vertical-align: top;
|
|
160
|
+
fill: #FFF;
|
|
161
161
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-742105f1]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-742105f1]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-742105f1]{padding:10px 20px 50px}.AppDialog__title[data-v-742105f1]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-742105f1]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-742105f1]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-742105f1]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-742105f1]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-742105f1]{padding:0 16px}}.AppDialog__wrapper.base-dialog__wrapper{display:flex;flex-direction:column;justify-content:center;overflow-x:hidden;overflow-y:auto}.AppDialog{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog.base-dialog{margin-top:0!important;margin-bottom:0!important}.AppDialog .base-dialog__header{padding:0}.AppDialog .base-dialog__body{padding:0}.AppDialog--fullPage{height:100vh}.AppDialog--fullPage.AppDialog .base-dialog__body{height:100%}.AppDialog--fullPage.AppDialog .AppDialog__inner{height:100vh;overflow:visible}.AppDialog--fullPage.AppDialog .AppDialog__content{height:100%}.Modal__closeButton{position:absolute;top:8px;right:-60px;padding:12px}.Modal__closeIcon{vertical-align:top;fill:#FFF}
|
package/dist/css/index.css
CHANGED
|
@@ -38801,167 +38801,6 @@ button {
|
|
|
38801
38801
|
background: white;
|
|
38802
38802
|
color: red;
|
|
38803
38803
|
}
|
|
38804
|
-
.ProfileEdit__form .ProfileEdit__icon.el-icon-question.el-popover__reference {
|
|
38805
|
-
position: absolute;
|
|
38806
|
-
right: 32px;
|
|
38807
|
-
top: 19px;
|
|
38808
|
-
}
|
|
38809
|
-
.ProfileEdit__form .EmptyState {
|
|
38810
|
-
padding-right: 220px;
|
|
38811
|
-
}
|
|
38812
|
-
.ProfileEdit__form .base-tabs--left {
|
|
38813
|
-
overflow: visible;
|
|
38814
|
-
display: flex;
|
|
38815
|
-
}
|
|
38816
|
-
.ProfileEdit__form .base-tabs--left .base-tabs__header.is-left {
|
|
38817
|
-
float: none;
|
|
38818
|
-
}
|
|
38819
|
-
.ProfileEdit__form .base-tabs__nav-scroll {
|
|
38820
|
-
overflow: visible;
|
|
38821
|
-
}
|
|
38822
|
-
.ProfileEdit__form .base-tabs--left .base-tabs__nav-wrap.is-left {
|
|
38823
|
-
overflow: visible;
|
|
38824
|
-
}
|
|
38825
|
-
.ProfileEdit__form .base-tabs__content {
|
|
38826
|
-
padding: 0 0 0 40px;
|
|
38827
|
-
overflow: visible;
|
|
38828
|
-
flex: 1 1;
|
|
38829
|
-
}
|
|
38830
|
-
.ProfileEdit__form .el-form-item__label {
|
|
38831
|
-
position: relative;
|
|
38832
|
-
}
|
|
38833
|
-
.ProfileEdit__form .el-form-item__label .el-icon-lock {
|
|
38834
|
-
margin-right: 5px;
|
|
38835
|
-
}
|
|
38836
|
-
.ProfileEdit__form .el-form-item__label .Label__icon {
|
|
38837
|
-
color: #8590a6;
|
|
38838
|
-
position: absolute;
|
|
38839
|
-
left: -18px;
|
|
38840
|
-
top: 13px;
|
|
38841
|
-
}
|
|
38842
|
-
.ProfileEdit__form .el-form-item__content {
|
|
38843
|
-
line-height: 40px !important;
|
|
38844
|
-
}
|
|
38845
|
-
.ProfileEdit__form .Width--100 .el-form-item__content {
|
|
38846
|
-
margin-left: 0px !important;
|
|
38847
|
-
}
|
|
38848
|
-
.ProfileEdit__form .el-input__inner {
|
|
38849
|
-
background-color: #FFFFFF;
|
|
38850
|
-
}
|
|
38851
|
-
.ProfileEdit__form .el-input__inner:hover {
|
|
38852
|
-
border-color: #c0c4cc;
|
|
38853
|
-
}
|
|
38854
|
-
.ProfileEdit__form .el-input__inner:focus {
|
|
38855
|
-
border-color: #2F3A91;
|
|
38856
|
-
}
|
|
38857
|
-
.ProfileEdit__form .el-textarea__inner {
|
|
38858
|
-
background-color: #FFFFFF;
|
|
38859
|
-
}
|
|
38860
|
-
.ProfileEdit__form .el-textarea__inner:hover {
|
|
38861
|
-
border-color: #c0c4cc;
|
|
38862
|
-
}
|
|
38863
|
-
.ProfileEdit__form .el-textarea__inner:focus {
|
|
38864
|
-
border-color: #2F3A91;
|
|
38865
|
-
}
|
|
38866
|
-
.ProfileEdit__form .el-radio__input.is-checked .el-radio__inner {
|
|
38867
|
-
border-color: #0066FF;
|
|
38868
|
-
background: #0066FF;
|
|
38869
|
-
}
|
|
38870
|
-
.ProfileEdit__form .el-form-item:last-child {
|
|
38871
|
-
margin-bottom: 22px;
|
|
38872
|
-
}
|
|
38873
|
-
.ProfileEdit__form .el-date-editor .el-input__inner {
|
|
38874
|
-
cursor: pointer;
|
|
38875
|
-
}
|
|
38876
|
-
.ProfileEdit__form .el-date-editor.el-input--prefix .el-input__prefix {
|
|
38877
|
-
display: none;
|
|
38878
|
-
}
|
|
38879
|
-
.ProfileEdit__form .el-date-editor.el-input--prefix .el-input__inner {
|
|
38880
|
-
padding-left: 15px;
|
|
38881
|
-
}
|
|
38882
|
-
.ProfileEdit__form .el-date-editor.el-input--prefix .el-input__inner:hover {
|
|
38883
|
-
border-color: #c0c4cc;
|
|
38884
|
-
}
|
|
38885
|
-
.ProfileEdit__form .el-date-editor.el-input--prefix .el-input__inner:focus {
|
|
38886
|
-
border-color: #2F3A91;
|
|
38887
|
-
}
|
|
38888
|
-
.ProfileEdit__form .el-select .el-input.is-focus .el-input__inner {
|
|
38889
|
-
border-color: #2F3A91;
|
|
38890
|
-
}
|
|
38891
|
-
.ProfileEdit__form .el-select:hover .el-input__inner {
|
|
38892
|
-
border-color: #c0c4cc;
|
|
38893
|
-
}
|
|
38894
|
-
.ProfileEdit__form .base-tabs__nav.is-left {
|
|
38895
|
-
border-top: 1px solid #DCDFE6;
|
|
38896
|
-
border-bottom: 1px solid #DCDFE6;
|
|
38897
|
-
}
|
|
38898
|
-
.ProfileEdit__form .is-left .base-tabs__item {
|
|
38899
|
-
width: 180px;
|
|
38900
|
-
height: 54px;
|
|
38901
|
-
line-height: 54px;
|
|
38902
|
-
font-size: 16px;
|
|
38903
|
-
text-align: center;
|
|
38904
|
-
border-left: 1px solid #DCDFE6;
|
|
38905
|
-
border-right: 1px solid #DCDFE6;
|
|
38906
|
-
}
|
|
38907
|
-
.ProfileEdit__form .is-left .base-tabs__item .base-tabs__item + .base-tabs__item {
|
|
38908
|
-
border-top: 1px solid #ebeef5;
|
|
38909
|
-
}
|
|
38910
|
-
.ProfileEdit__form .is-left .base-tabs__item.is-active {
|
|
38911
|
-
background: transparent;
|
|
38912
|
-
color: #FFFFFF;
|
|
38913
|
-
font-weight: 600;
|
|
38914
|
-
z-index: 1000;
|
|
38915
|
-
border: none;
|
|
38916
|
-
}
|
|
38917
|
-
.ProfileEdit__form .base-tabs--left .base-tabs__item.is-left {
|
|
38918
|
-
text-align: center;
|
|
38919
|
-
}
|
|
38920
|
-
.ProfileEdit__form .base-tabs--left .base-tabs__item.is-left.is-disabled {
|
|
38921
|
-
cursor: not-allowed;
|
|
38922
|
-
}
|
|
38923
|
-
.ProfileEdit__form .base-tabs__active-bar.is-left {
|
|
38924
|
-
left: 0 !important;
|
|
38925
|
-
width: 194px !important;
|
|
38926
|
-
background: transparent;
|
|
38927
|
-
}
|
|
38928
|
-
.ProfileEdit__form .base-tabs__active-bar.is-left:after {
|
|
38929
|
-
content: "";
|
|
38930
|
-
position: absolute;
|
|
38931
|
-
left: 0;
|
|
38932
|
-
width: 194px;
|
|
38933
|
-
height: 54px;
|
|
38934
|
-
background: url(../assets/profile_edit_tab_bg.png) no-repeat;
|
|
38935
|
-
background-size: cover;
|
|
38936
|
-
}
|
|
38937
|
-
.ProfileEdit__form .base-tabs__nav-wrap::after {
|
|
38938
|
-
display: none;
|
|
38939
|
-
}
|
|
38940
|
-
.ProfileEdit__form .el-timeline {
|
|
38941
|
-
overflow: visible;
|
|
38942
|
-
}
|
|
38943
|
-
.ProfileEdit__form .el-timeline-item__content {
|
|
38944
|
-
position: relative;
|
|
38945
|
-
}
|
|
38946
|
-
.ProfileEdit__form .el-input__suffix {
|
|
38947
|
-
height: 40px;
|
|
38948
|
-
}
|
|
38949
|
-
.ProfileEdit__form .el-timeline-item {
|
|
38950
|
-
height: 108px;
|
|
38951
|
-
}
|
|
38952
|
-
.ProfileEdit__form .Field__list--big .el-timeline-item {
|
|
38953
|
-
height: 136px;
|
|
38954
|
-
}
|
|
38955
|
-
.ProfileEdit__form .el-form--label-top .el-form-item__label {
|
|
38956
|
-
line-height: 1;
|
|
38957
|
-
}
|
|
38958
|
-
.ProfileEdit__form .el-select .el-tag--info {
|
|
38959
|
-
line-height: 23px;
|
|
38960
|
-
}
|
|
38961
|
-
.ProfileEdit__form .el-select .el-tag__close.el-icon-close {
|
|
38962
|
-
top: 0.5px;
|
|
38963
|
-
right: -6px;
|
|
38964
|
-
}
|
|
38965
38804
|
.groupData .base-tabs__content {
|
|
38966
38805
|
padding: 0 0 0 10px !important;
|
|
38967
38806
|
}
|