@zkwq/business 0.0.12 → 0.0.13
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/index.css +0 -161
- package/dist/css/index.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.min.css +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.min.cjs +6 -6
- package/package.json +1 -1
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
|
}
|