@zscreate/form-component 1.1.610 → 1.1.612
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/form-component.css +93 -86
- package/dist/form-component.umd.js +73533 -73487
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -3585,25 +3585,32 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3585
3585
|
}
|
|
3586
3586
|
|
|
3587
3587
|
|
|
3588
|
-
[data-v-
|
|
3588
|
+
[data-v-03443d06] .ant-upload-picture-card-wrapper {
|
|
3589
3589
|
display: flex;
|
|
3590
3590
|
align-items: center;
|
|
3591
3591
|
}
|
|
3592
|
-
[data-v-
|
|
3592
|
+
[data-v-03443d06] .ant-upload-list {
|
|
3593
3593
|
display: flex;
|
|
3594
3594
|
}
|
|
3595
|
-
[data-v-
|
|
3595
|
+
[data-v-03443d06] .ant-upload.ant-upload-select-picture-card {
|
|
3596
3596
|
width: var(--img-upload-list-item-width);
|
|
3597
3597
|
height: var(--img-upload-list-item-height);
|
|
3598
3598
|
}
|
|
3599
|
-
[data-v-
|
|
3599
|
+
[data-v-03443d06] .ant-upload-list-item,[data-v-03443d06] .ant-upload-list-picture-card-container {
|
|
3600
3600
|
width: var(--img-upload-list-item-width);
|
|
3601
3601
|
height: var(--img-upload-list-item-height);
|
|
3602
3602
|
}
|
|
3603
|
-
[data-v-
|
|
3603
|
+
[data-v-03443d06] .ant-upload-list-picture-card .ant-upload-list-item,[data-v-03443d06] .ant-upload-list-picture-card-container {
|
|
3604
3604
|
margin: 0 ;
|
|
3605
3605
|
margin-right: 8px;
|
|
3606
3606
|
}
|
|
3607
|
+
[data-v-03443d06] .ant-modal {
|
|
3608
|
+
width: -moz-max-content !important;
|
|
3609
|
+
width: max-content !important;
|
|
3610
|
+
}
|
|
3611
|
+
[data-v-03443d06] .ant-modal .ant-modal-body {
|
|
3612
|
+
padding-top: 35px !important;
|
|
3613
|
+
}
|
|
3607
3614
|
|
|
3608
3615
|
|
|
3609
3616
|
[data-v-812df610] .ant-upload-picture-card-wrapper {
|
|
@@ -4742,12 +4749,12 @@ div {
|
|
|
4742
4749
|
}
|
|
4743
4750
|
|
|
4744
4751
|
/***label对齐方式 */
|
|
4745
|
-
[data-v-
|
|
4752
|
+
[data-v-3d82d3aa] .custom_form_item .break {
|
|
4746
4753
|
white-space: normal;
|
|
4747
4754
|
word-break: break-all;
|
|
4748
4755
|
word-wrap: break-word;
|
|
4749
4756
|
}
|
|
4750
|
-
[data-v-
|
|
4757
|
+
[data-v-3d82d3aa] .custom_form_item .align-between {
|
|
4751
4758
|
white-space: normal;
|
|
4752
4759
|
word-break: break-all;
|
|
4753
4760
|
word-wrap: break-word;
|
|
@@ -4756,28 +4763,28 @@ div {
|
|
|
4756
4763
|
text-align-last: justify;
|
|
4757
4764
|
width: 80%;
|
|
4758
4765
|
}
|
|
4759
|
-
[data-v-
|
|
4766
|
+
[data-v-3d82d3aa] .custom_form_item .align-middle {
|
|
4760
4767
|
white-space: normal;
|
|
4761
4768
|
word-break: break-all;
|
|
4762
4769
|
word-wrap: break-word;
|
|
4763
4770
|
text-align: center;
|
|
4764
4771
|
width: 80%;
|
|
4765
4772
|
}
|
|
4766
|
-
[data-v-
|
|
4773
|
+
[data-v-3d82d3aa] .custom_form_item .align-left {
|
|
4767
4774
|
white-space: normal;
|
|
4768
4775
|
word-break: break-all;
|
|
4769
4776
|
word-wrap: break-word;
|
|
4770
4777
|
text-align: left;
|
|
4771
4778
|
width: 80%;
|
|
4772
4779
|
}
|
|
4773
|
-
[data-v-
|
|
4780
|
+
[data-v-3d82d3aa] .custom_form_item .align-right {
|
|
4774
4781
|
white-space: normal;
|
|
4775
4782
|
word-break: break-all;
|
|
4776
4783
|
word-wrap: break-word;
|
|
4777
4784
|
text-align: right;
|
|
4778
4785
|
width: 80%;
|
|
4779
4786
|
}
|
|
4780
|
-
[data-v-
|
|
4787
|
+
[data-v-3d82d3aa] .custom_form_item .align-center {
|
|
4781
4788
|
white-space: normal;
|
|
4782
4789
|
word-break: break-all;
|
|
4783
4790
|
word-wrap: break-word;
|
|
@@ -4786,15 +4793,15 @@ div {
|
|
|
4786
4793
|
}
|
|
4787
4794
|
/***label对齐方式 */
|
|
4788
4795
|
/*****公共boder ****/
|
|
4789
|
-
[data-v-
|
|
4796
|
+
[data-v-3d82d3aa] .ant-form-item-control-wrapper {
|
|
4790
4797
|
border-right: 1px solid #000;
|
|
4791
4798
|
border-bottom: 1px solid #000;
|
|
4792
4799
|
}
|
|
4793
|
-
[data-v-
|
|
4800
|
+
[data-v-3d82d3aa] .ant-form-item-label {
|
|
4794
4801
|
border-bottom: 1px solid #000;
|
|
4795
4802
|
}
|
|
4796
4803
|
/*****公共boder ****/
|
|
4797
|
-
.correction[data-v-
|
|
4804
|
+
.correction[data-v-3d82d3aa] {
|
|
4798
4805
|
display: block;
|
|
4799
4806
|
position: absolute;
|
|
4800
4807
|
right: 1px;
|
|
@@ -4807,11 +4814,11 @@ div {
|
|
|
4807
4814
|
background-size: 100%;
|
|
4808
4815
|
}
|
|
4809
4816
|
|
|
4810
|
-
.sub-table-col[data-v-
|
|
4817
|
+
.sub-table-col[data-v-5ed3a831] {
|
|
4811
4818
|
display: flex;
|
|
4812
4819
|
box-sizing: border-box;
|
|
4813
4820
|
}
|
|
4814
|
-
.sub-table-col > span[data-v-
|
|
4821
|
+
.sub-table-col > span[data-v-5ed3a831] {
|
|
4815
4822
|
flex: 2;
|
|
4816
4823
|
border-bottom: 1px solid #000;
|
|
4817
4824
|
border-right: 1px solid #000;
|
|
@@ -4819,22 +4826,22 @@ div {
|
|
|
4819
4826
|
line-height: 40px;
|
|
4820
4827
|
text-align: center;
|
|
4821
4828
|
}
|
|
4822
|
-
.sub-table-col > .last-one[data-v-
|
|
4829
|
+
.sub-table-col > .last-one[data-v-5ed3a831] {
|
|
4823
4830
|
width: 87px;
|
|
4824
4831
|
flex: 0 0 87px;
|
|
4825
4832
|
border-right: 1px solid #333;
|
|
4826
4833
|
border-bottom: 1px solid #333;
|
|
4827
4834
|
}
|
|
4828
|
-
.sub-table-col-no-border > span[data-v-
|
|
4835
|
+
.sub-table-col-no-border > span[data-v-5ed3a831] {
|
|
4829
4836
|
border: none;
|
|
4830
4837
|
height: auto;
|
|
4831
4838
|
width: 0;
|
|
4832
4839
|
}
|
|
4833
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
4834
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
4840
|
+
.sub-table-col-no-border > .sub-table-title[data-v-5ed3a831]:last-child,
|
|
4841
|
+
.sub-table-col-no-border > .sub-table-item[data-v-5ed3a831]:last-child {
|
|
4835
4842
|
border-right: none !important;
|
|
4836
4843
|
}
|
|
4837
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
4844
|
+
.sub-table-col-no-border > .last-one[data-v-5ed3a831] {
|
|
4838
4845
|
width: 87px;
|
|
4839
4846
|
flex: 0 0 87px;
|
|
4840
4847
|
display: flex;
|
|
@@ -4842,46 +4849,46 @@ div {
|
|
|
4842
4849
|
align-items: center;
|
|
4843
4850
|
}
|
|
4844
4851
|
|
|
4845
|
-
.t-border[data-v-
|
|
4852
|
+
.t-border[data-v-50e11b06] {
|
|
4846
4853
|
border-right: 1px solid #333;
|
|
4847
4854
|
border-bottom: 1px solid #333;
|
|
4848
4855
|
}
|
|
4849
|
-
[data-v-
|
|
4856
|
+
[data-v-50e11b06] * {
|
|
4850
4857
|
font-size: var(--paperFontSize);
|
|
4851
4858
|
}
|
|
4852
|
-
[data-v-
|
|
4859
|
+
[data-v-50e11b06] .custom_form_item {
|
|
4853
4860
|
height: -moz-fit-content;
|
|
4854
4861
|
height: fit-content;
|
|
4855
4862
|
}
|
|
4856
|
-
.save-pdf[data-v-
|
|
4863
|
+
.save-pdf[data-v-50e11b06] .ant-input {
|
|
4857
4864
|
border: none !important;
|
|
4858
4865
|
}
|
|
4859
|
-
.save-pdf[data-v-
|
|
4866
|
+
.save-pdf[data-v-50e11b06] .ant-select-selection {
|
|
4860
4867
|
border: none !important;
|
|
4861
4868
|
}
|
|
4862
|
-
.save-pdf[data-v-
|
|
4869
|
+
.save-pdf[data-v-50e11b06] .ant-select-arrow svg {
|
|
4863
4870
|
display: none;
|
|
4864
4871
|
}
|
|
4865
|
-
.save-pdf[data-v-
|
|
4872
|
+
.save-pdf[data-v-50e11b06] .ant-upload.ant-upload-select-picture-card {
|
|
4866
4873
|
display: none;
|
|
4867
4874
|
}
|
|
4868
|
-
.save-pdf[data-v-
|
|
4875
|
+
.save-pdf[data-v-50e11b06] .anticon svg {
|
|
4869
4876
|
display: none;
|
|
4870
4877
|
}
|
|
4871
|
-
.save-pdf[data-v-
|
|
4878
|
+
.save-pdf[data-v-50e11b06] .ant-time-picker-input {
|
|
4872
4879
|
border: none !important;
|
|
4873
4880
|
}
|
|
4874
|
-
.save-pdf[data-v-
|
|
4881
|
+
.save-pdf[data-v-50e11b06] .ant-upload.ant-upload-select {
|
|
4875
4882
|
display: none;
|
|
4876
4883
|
}
|
|
4877
4884
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4878
|
-
.computed-wrap[data-v-
|
|
4885
|
+
.computed-wrap[data-v-50e11b06] {
|
|
4879
4886
|
background: #f5f5f5;
|
|
4880
4887
|
}
|
|
4881
|
-
.computed-wrap .item[data-v-
|
|
4888
|
+
.computed-wrap .item[data-v-50e11b06] {
|
|
4882
4889
|
display: flex;
|
|
4883
4890
|
}
|
|
4884
|
-
.computed-wrap .item > div[data-v-
|
|
4891
|
+
.computed-wrap .item > div[data-v-50e11b06] {
|
|
4885
4892
|
height: 35px;
|
|
4886
4893
|
line-height: 35px;
|
|
4887
4894
|
flex: 1;
|
|
@@ -4889,130 +4896,130 @@ div {
|
|
|
4889
4896
|
border-bottom: 1px solid #000;
|
|
4890
4897
|
text-align: center;
|
|
4891
4898
|
}
|
|
4892
|
-
.computed-wrap .item > div + div[data-v-
|
|
4899
|
+
.computed-wrap .item > div + div[data-v-50e11b06] {
|
|
4893
4900
|
flex: 2;
|
|
4894
4901
|
}
|
|
4895
|
-
.layout .paper[data-v-
|
|
4902
|
+
.layout .paper[data-v-50e11b06] {
|
|
4896
4903
|
position: relative;
|
|
4897
4904
|
}
|
|
4898
|
-
.layout .paper .form-title[data-v-
|
|
4905
|
+
.layout .paper .form-title[data-v-50e11b06] {
|
|
4899
4906
|
text-align: center;
|
|
4900
4907
|
font-weight: 600;
|
|
4901
4908
|
font-size: 16px;
|
|
4902
4909
|
min-height: 40px;
|
|
4903
4910
|
line-height: 30px;
|
|
4904
4911
|
}
|
|
4905
|
-
.row-item[data-v-
|
|
4912
|
+
.row-item[data-v-50e11b06] {
|
|
4906
4913
|
height: -moz-fit-content;
|
|
4907
4914
|
height: fit-content;
|
|
4908
4915
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4909
4916
|
}
|
|
4910
|
-
.no-row-item[data-v-
|
|
4917
|
+
.no-row-item[data-v-50e11b06] {
|
|
4911
4918
|
border-right: none;
|
|
4912
4919
|
border-bottom: none;
|
|
4913
4920
|
}
|
|
4914
4921
|
/****page边框内的 ***/
|
|
4915
|
-
.page-border[data-v-
|
|
4922
|
+
.page-border[data-v-50e11b06] {
|
|
4916
4923
|
background: #fff;
|
|
4917
4924
|
box-sizing: border-box;
|
|
4918
4925
|
}
|
|
4919
|
-
.page-border .row-item[data-v-
|
|
4926
|
+
.page-border .row-item[data-v-50e11b06]:first-child {
|
|
4920
4927
|
border-top: 1px solid #000;
|
|
4921
4928
|
}
|
|
4922
|
-
.page-border .row-item[data-v-
|
|
4929
|
+
.page-border .row-item[data-v-50e11b06] {
|
|
4923
4930
|
border-left: 1px solid #000;
|
|
4924
4931
|
}
|
|
4925
|
-
.page-border .item-bottom[data-v-
|
|
4932
|
+
.page-border .item-bottom[data-v-50e11b06] {
|
|
4926
4933
|
border-bottom: 1px solid #000;
|
|
4927
4934
|
}
|
|
4928
|
-
.page-border .row-item[data-v-
|
|
4935
|
+
.page-border .row-item[data-v-50e11b06]:not(:last-child) {
|
|
4929
4936
|
position: relative;
|
|
4930
4937
|
}
|
|
4931
|
-
.page-border li.sortable-chosen[data-v-
|
|
4938
|
+
.page-border li.sortable-chosen[data-v-50e11b06] {
|
|
4932
4939
|
height: 2px !important;
|
|
4933
4940
|
overflow: hidden !important;
|
|
4934
4941
|
background: red !important;
|
|
4935
4942
|
}
|
|
4936
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
4943
|
+
.page-border .ant-time-picker-panel[data-v-50e11b06] {
|
|
4937
4944
|
z-index: 200000 !important;
|
|
4938
4945
|
}
|
|
4939
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
4946
|
+
.page-border .ant-calendar-picker-container[data-v-50e11b06] {
|
|
4940
4947
|
z-index: 200000 !important;
|
|
4941
4948
|
}
|
|
4942
|
-
[data-v-
|
|
4949
|
+
[data-v-50e11b06] .ant-time-picker-panel {
|
|
4943
4950
|
z-index: 9999 !important;
|
|
4944
4951
|
}
|
|
4945
|
-
.ant-calendar-picker-container[data-v-
|
|
4952
|
+
.ant-calendar-picker-container[data-v-50e11b06] {
|
|
4946
4953
|
z-index: 200000 !important;
|
|
4947
4954
|
}
|
|
4948
|
-
[data-v-
|
|
4955
|
+
[data-v-50e11b06] .ant-form-item-children {
|
|
4949
4956
|
display: block;
|
|
4950
4957
|
}
|
|
4951
|
-
[data-v-
|
|
4958
|
+
[data-v-50e11b06] .ant-form-item {
|
|
4952
4959
|
width: 100%;
|
|
4953
4960
|
height: 100%;
|
|
4954
4961
|
margin-bottom: 0;
|
|
4955
4962
|
display: flex;
|
|
4956
4963
|
}
|
|
4957
|
-
[data-v-
|
|
4964
|
+
[data-v-50e11b06] .ant-form-item .is_required::before {
|
|
4958
4965
|
content: "*";
|
|
4959
4966
|
color: #f56c6c;
|
|
4960
4967
|
margin-right: 4px;
|
|
4961
4968
|
}
|
|
4962
|
-
[data-v-
|
|
4969
|
+
[data-v-50e11b06] .ant-form-item .ant-form-item-label {
|
|
4963
4970
|
border-right: 1px solid #000;
|
|
4964
4971
|
}
|
|
4965
|
-
[data-v-
|
|
4972
|
+
[data-v-50e11b06] .ant-form-item .ant-form-item-label label {
|
|
4966
4973
|
display: flex;
|
|
4967
4974
|
justify-content: center;
|
|
4968
4975
|
align-items: center;
|
|
4969
4976
|
height: 100%;
|
|
4970
4977
|
}
|
|
4971
|
-
[data-v-
|
|
4978
|
+
[data-v-50e11b06] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
4972
4979
|
display: none;
|
|
4973
4980
|
}
|
|
4974
|
-
[data-v-
|
|
4981
|
+
[data-v-50e11b06] .ant-form-item .ant-form-item-control-wrapper {
|
|
4975
4982
|
display: flex;
|
|
4976
4983
|
align-items: center;
|
|
4977
4984
|
text-align: left;
|
|
4978
4985
|
}
|
|
4979
|
-
[data-v-
|
|
4986
|
+
[data-v-50e11b06] .ant-form-item .ant-form-item-control {
|
|
4980
4987
|
width: 98%;
|
|
4981
4988
|
margin: 0 auto;
|
|
4982
4989
|
}
|
|
4983
|
-
[data-v-
|
|
4990
|
+
[data-v-50e11b06] .ant-form-item .is_required::before {
|
|
4984
4991
|
content: "*";
|
|
4985
4992
|
color: #f56c6c;
|
|
4986
4993
|
margin-right: 4px;
|
|
4987
4994
|
}
|
|
4988
|
-
.row-table[data-v-
|
|
4995
|
+
.row-table[data-v-50e11b06] {
|
|
4989
4996
|
display: flex;
|
|
4990
4997
|
}
|
|
4991
|
-
.row-table[data-v-
|
|
4992
|
-
.row-table[data-v-
|
|
4998
|
+
.row-table[data-v-50e11b06] .ant-spin-container,
|
|
4999
|
+
.row-table[data-v-50e11b06] {
|
|
4993
5000
|
display: flex;
|
|
4994
5001
|
width: 100%;
|
|
4995
5002
|
}
|
|
4996
|
-
.row-table[data-v-
|
|
4997
|
-
.row-table .table-left[data-v-
|
|
5003
|
+
.row-table[data-v-50e11b06] .ant-spin-container .table-left,
|
|
5004
|
+
.row-table .table-left[data-v-50e11b06] {
|
|
4998
5005
|
width: 100px;
|
|
4999
5006
|
text-align: center;
|
|
5000
5007
|
border-right: 1px solid #333;
|
|
5001
5008
|
border-bottom: 1px solid #333;
|
|
5002
5009
|
position: relative;
|
|
5003
5010
|
}
|
|
5004
|
-
.row-table[data-v-
|
|
5005
|
-
.row-table .table-left p[data-v-
|
|
5011
|
+
.row-table[data-v-50e11b06] .ant-spin-container .table-left p,
|
|
5012
|
+
.row-table .table-left p[data-v-50e11b06] {
|
|
5006
5013
|
position: absolute;
|
|
5007
5014
|
top: 50%;
|
|
5008
5015
|
left: 50%;
|
|
5009
5016
|
transform: translate(-50%, -50%);
|
|
5010
5017
|
}
|
|
5011
|
-
.row-table[data-v-
|
|
5012
|
-
.row-table .table-right[data-v-
|
|
5018
|
+
.row-table[data-v-50e11b06] .ant-spin-container .table-right,
|
|
5019
|
+
.row-table .table-right[data-v-50e11b06] {
|
|
5013
5020
|
flex: 1;
|
|
5014
5021
|
}
|
|
5015
|
-
.table-content[data-v-
|
|
5022
|
+
.table-content[data-v-50e11b06] {
|
|
5016
5023
|
width: 100%;
|
|
5017
5024
|
height: 40px;
|
|
5018
5025
|
line-height: 40px;
|
|
@@ -5021,11 +5028,11 @@ div {
|
|
|
5021
5028
|
border-bottom: 1px solid #333;
|
|
5022
5029
|
border-right: 1px solid #333;
|
|
5023
5030
|
}
|
|
5024
|
-
.sub-table-col[data-v-
|
|
5031
|
+
.sub-table-col[data-v-50e11b06] {
|
|
5025
5032
|
display: flex;
|
|
5026
5033
|
box-sizing: border-box;
|
|
5027
5034
|
}
|
|
5028
|
-
.sub-table-col > span[data-v-
|
|
5035
|
+
.sub-table-col > span[data-v-50e11b06] {
|
|
5029
5036
|
flex: 2;
|
|
5030
5037
|
border-bottom: 1px solid #000;
|
|
5031
5038
|
border-right: 1px solid #000;
|
|
@@ -5033,34 +5040,34 @@ div {
|
|
|
5033
5040
|
line-height: 40px;
|
|
5034
5041
|
text-align: center;
|
|
5035
5042
|
}
|
|
5036
|
-
.sub-table-col > .last-one[data-v-
|
|
5043
|
+
.sub-table-col > .last-one[data-v-50e11b06] {
|
|
5037
5044
|
width: 87px;
|
|
5038
5045
|
flex: 0 0 87px;
|
|
5039
5046
|
border-right: 1px solid #333;
|
|
5040
5047
|
border-bottom: 1px solid #333;
|
|
5041
5048
|
}
|
|
5042
|
-
.sub-table-col-no-border > span[data-v-
|
|
5049
|
+
.sub-table-col-no-border > span[data-v-50e11b06] {
|
|
5043
5050
|
border: none;
|
|
5044
5051
|
height: auto;
|
|
5045
5052
|
width: 0;
|
|
5046
5053
|
}
|
|
5047
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
5048
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
5054
|
+
.sub-table-col-no-border > .sub-table-title[data-v-50e11b06]:last-child,
|
|
5055
|
+
.sub-table-col-no-border > .sub-table-item[data-v-50e11b06]:last-child {
|
|
5049
5056
|
border-right: none !important;
|
|
5050
5057
|
}
|
|
5051
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
5058
|
+
.sub-table-col-no-border > .last-one[data-v-50e11b06] {
|
|
5052
5059
|
width: 87px;
|
|
5053
5060
|
flex: 0 0 87px;
|
|
5054
5061
|
display: flex;
|
|
5055
5062
|
justify-content: center;
|
|
5056
5063
|
align-items: center;
|
|
5057
5064
|
}
|
|
5058
|
-
.pagiAfter + .row-item[data-v-
|
|
5065
|
+
.pagiAfter + .row-item[data-v-50e11b06] {
|
|
5059
5066
|
border-top-width: 1px;
|
|
5060
5067
|
border-top-style: solid;
|
|
5061
5068
|
}
|
|
5062
5069
|
/* 选择所有后面还有其他非.hiddenWidget的.row-item元素的.hasWidgetAfter */
|
|
5063
|
-
.row-item:not(:last-child) .hasWidgetAfter[data-v-
|
|
5070
|
+
.row-item:not(:last-child) .hasWidgetAfter[data-v-50e11b06] {
|
|
5064
5071
|
/* 为这些.hasWidgetAfter设置样式 */
|
|
5065
5072
|
width: calc(100% + 1px);
|
|
5066
5073
|
border-left-width: 1px;
|
|
@@ -5069,7 +5076,7 @@ div {
|
|
|
5069
5076
|
border-right-style: solid;
|
|
5070
5077
|
left: -1px;
|
|
5071
5078
|
}
|
|
5072
|
-
.row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-
|
|
5079
|
+
.row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-50e11b06] {
|
|
5073
5080
|
/* 为这些.hasWidgetAfter设置样式 */
|
|
5074
5081
|
width: calc(100% + 1px);
|
|
5075
5082
|
border-left: none;
|
|
@@ -5077,33 +5084,33 @@ div {
|
|
|
5077
5084
|
left: -1px;
|
|
5078
5085
|
}
|
|
5079
5086
|
/*****无border *****/
|
|
5080
|
-
.no-border .page-border[data-v-
|
|
5087
|
+
.no-border .page-border[data-v-50e11b06] {
|
|
5081
5088
|
border: none;
|
|
5082
5089
|
}
|
|
5083
|
-
.no-border .page-border .row-item[data-v-
|
|
5090
|
+
.no-border .page-border .row-item[data-v-50e11b06]:not(:last-child) {
|
|
5084
5091
|
border: none;
|
|
5085
5092
|
}
|
|
5086
|
-
.no-border .page-border[data-v-
|
|
5093
|
+
.no-border .page-border[data-v-50e11b06] .ant-form-item .ant-form-item-label {
|
|
5087
5094
|
border: none;
|
|
5088
5095
|
}
|
|
5089
|
-
.table_border[data-v-
|
|
5096
|
+
.table_border[data-v-50e11b06] {
|
|
5090
5097
|
border-bottom: 0;
|
|
5091
5098
|
border-right: 0;
|
|
5092
5099
|
}
|
|
5093
5100
|
/*****无border *****/
|
|
5094
|
-
[data-v-
|
|
5101
|
+
[data-v-50e11b06] .ant-form-item-children > div > p,[data-v-50e11b06] .ant-form-item-children > div > h1,[data-v-50e11b06] .ant-form-item-children > div > h2,[data-v-50e11b06] .ant-form-item-children > div > h3,[data-v-50e11b06] .ant-form-item-children > div > h4,[data-v-50e11b06] .ant-form-item-children > div > h5,[data-v-50e11b06] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
5095
5102
|
margin: 10px 0;
|
|
5096
5103
|
line-height: 1.5;
|
|
5097
5104
|
}
|
|
5098
|
-
[data-v-
|
|
5105
|
+
[data-v-50e11b06] .ant-spin-dot {
|
|
5099
5106
|
font-size: 20px !important;
|
|
5100
5107
|
}
|
|
5101
|
-
.form_skeleton[data-v-
|
|
5108
|
+
.form_skeleton[data-v-50e11b06] {
|
|
5102
5109
|
display: block;
|
|
5103
5110
|
width: 700px;
|
|
5104
5111
|
margin: 55px auto;
|
|
5105
5112
|
}
|
|
5106
|
-
.form_skeleton[data-v-
|
|
5113
|
+
.form_skeleton[data-v-50e11b06] .ant-skeleton-title {
|
|
5107
5114
|
margin: 0 auto;
|
|
5108
5115
|
}
|
|
5109
5116
|
|