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