@zscreate/form-component 1.1.649-test.1 → 1.1.650

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.
@@ -1574,50 +1574,188 @@ dd[data-v-f7c20cf8] {
1574
1574
  color: #cccccc;
1575
1575
  }
1576
1576
 
1577
- .option_row_header[data-v-33ffd3e6] {
1577
+ .CodeMirror-hints {
1578
+ position: absolute;
1579
+ z-index: 10;
1580
+ overflow: hidden;
1581
+ list-style: none;
1582
+
1583
+ margin: 0;
1584
+ padding: 2px;
1585
+ box-shadow: 2px 3px 5px rgba(0,0,0,.2);
1586
+ border-radius: 3px;
1587
+ border: 1px solid silver;
1588
+
1589
+ background: white;
1590
+ font-size: 90%;
1591
+ font-family: monospace;
1592
+
1593
+ max-height: 20em;
1594
+ overflow-y: auto;
1595
+ box-sizing: border-box;
1596
+ }
1597
+
1598
+ .CodeMirror-hint {
1599
+ margin: 0;
1600
+ padding: 0 4px;
1601
+ border-radius: 2px;
1602
+ white-space: pre;
1603
+ color: black;
1604
+ cursor: pointer;
1605
+ }
1606
+
1607
+ li.CodeMirror-hint-active {
1608
+ background: #08f;
1609
+ color: white;
1610
+ }
1611
+
1612
+ .option_row_header[data-v-3cd409c4] {
1578
1613
  background: #eee;
1579
1614
  text-align: center;
1580
1615
  line-height: 45px;
1581
1616
  }
1582
- .option_row[data-v-33ffd3e6] {
1617
+ .option_row[data-v-3cd409c4] {
1583
1618
  border-left: 1px solid #eee;
1584
1619
  }
1585
- .option_row .ant-col[data-v-33ffd3e6] {
1620
+ .option_row .ant-col[data-v-3cd409c4] {
1586
1621
  border-right: 1px solid #eee;
1587
1622
  border-bottom: 1px solid #eee;
1588
1623
  text-align: left;
1589
1624
  height: 180px;
1590
1625
  }
1591
- .option_row .ant-col[data-v-33ffd3e6]:not(.code-col) {
1626
+ .option_row .ant-col[data-v-3cd409c4]:not(.code-col) {
1592
1627
  line-height: 180px;
1593
1628
  text-align: center;
1594
1629
  }
1595
- .no-data[data-v-33ffd3e6] {
1630
+ .no-data[data-v-3cd409c4] {
1596
1631
  border: 1px solid #eee;
1597
1632
  line-height: 45px;
1598
1633
  text-align: center;
1599
1634
  cursor: pointer;
1600
1635
  color: #ccc;
1601
1636
  }
1602
- .code[data-v-33ffd3e6] {
1637
+ .code[data-v-3cd409c4] {
1603
1638
  height: 180px;
1604
1639
  width: 100%;
1605
1640
  }
1606
- .getTemp[data-v-33ffd3e6] {
1607
- position: absolute;
1608
- right: -10px;
1609
- top: 45px;
1610
- cursor: pointer;
1611
- }
1612
- .delete[data-v-33ffd3e6] {
1641
+ .delete[data-v-3cd409c4] {
1613
1642
  color: #ff0000;
1614
1643
  }
1615
- [data-v-33ffd3e6] .vue-codemirror {
1644
+ [data-v-3cd409c4] .vue-codemirror {
1616
1645
  height: 100%;
1617
1646
  }
1618
- [data-v-33ffd3e6] .CodeMirror {
1647
+ [data-v-3cd409c4] .CodeMirror {
1619
1648
  height: 178px !important;
1620
1649
  }
1650
+ [data-v-3cd409c4] .CodeMirror-hints {
1651
+ z-index: 999999 !important;
1652
+ max-height: 200px;
1653
+ overflow-y: auto;
1654
+ border-radius: 4px;
1655
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
1656
+ background: white !important;
1657
+ border: 1px solid #d9d9d9 !important;
1658
+ position: fixed !important;
1659
+ }
1660
+ [data-v-3cd409c4] .CodeMirror-hint {
1661
+ padding: 6px 12px;
1662
+ font-size: 13px;
1663
+ line-height: 1.5;
1664
+ border-radius: 2px;
1665
+ color: #333 !important;
1666
+ background: white !important;
1667
+ cursor: pointer;
1668
+ }
1669
+ [data-v-3cd409c4] .CodeMirror-hint:hover {
1670
+ background-color: #f5f5f5 !important;
1671
+ }
1672
+ [data-v-3cd409c4] .CodeMirror-hint-active {
1673
+ background-color: #1890ff !important;
1674
+ color: white !important;
1675
+ }
1676
+ [data-v-3cd409c4] .custom-hint-item {
1677
+ font-weight: 500;
1678
+ }
1679
+ [data-v-3cd409c4]:global(.CodeMirror-hints) {
1680
+ z-index: 999999 !important;
1681
+ position: fixed !important;
1682
+ background: white !important;
1683
+ border: 1px solid #d9d9d9 !important;
1684
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
1685
+ }
1686
+ .debug-result .debug-status[data-v-3cd409c4] {
1687
+ padding: 16px;
1688
+ border-radius: 6px;
1689
+ margin-bottom: 20px;
1690
+ }
1691
+ .debug-result .debug-status.success[data-v-3cd409c4] {
1692
+ background-color: #f6ffed;
1693
+ border: 1px solid #b7eb8f;
1694
+ color: #389e0d;
1695
+ }
1696
+ .debug-result .debug-status.error[data-v-3cd409c4] {
1697
+ background-color: #fff2f0;
1698
+ border: 1px solid #ffccc7;
1699
+ color: #cf1322;
1700
+ }
1701
+ .debug-result .debug-status h3[data-v-3cd409c4] {
1702
+ margin: 0 0 8px 0;
1703
+ font-size: 16px;
1704
+ font-weight: 600;
1705
+ }
1706
+ .debug-result .debug-status p[data-v-3cd409c4] {
1707
+ margin: 0;
1708
+ white-space: pre-wrap;
1709
+ font-family: 'Courier New', monospace;
1710
+ font-size: 12px;
1711
+ }
1712
+ .debug-result .debug-section[data-v-3cd409c4] {
1713
+ margin-bottom: 20px;
1714
+ }
1715
+ .debug-result .debug-section h4[data-v-3cd409c4] {
1716
+ margin: 0 0 8px 0;
1717
+ font-size: 14px;
1718
+ font-weight: 600;
1719
+ color: #1890ff;
1720
+ }
1721
+ .debug-result .debug-code[data-v-3cd409c4] {
1722
+ background-color: #f5f5f5;
1723
+ border: 1px solid #d9d9d9;
1724
+ border-radius: 4px;
1725
+ padding: 12px;
1726
+ font-family: 'Courier New', monospace;
1727
+ font-size: 12px;
1728
+ white-space: pre-wrap;
1729
+ overflow-x: auto;
1730
+ max-height: 200px;
1731
+ overflow-y: auto;
1732
+ }
1733
+ .debug-result .debug-outputs[data-v-3cd409c4] {
1734
+ background-color: #fafafa;
1735
+ border: 1px solid #e8e8e8;
1736
+ border-radius: 4px;
1737
+ padding: 12px;
1738
+ max-height: 300px;
1739
+ overflow-y: auto;
1740
+ }
1741
+ .debug-result .debug-outputs .debug-output-item[data-v-3cd409c4] {
1742
+ font-family: 'Courier New', monospace;
1743
+ font-size: 12px;
1744
+ line-height: 1.5;
1745
+ color: #333;
1746
+ margin-bottom: 4px;
1747
+ }
1748
+ .debug-result .debug-outputs .debug-output-item[data-v-3cd409c4]:last-child {
1749
+ margin-bottom: 0;
1750
+ }
1751
+ .debug-result .debug-actions[data-v-3cd409c4] {
1752
+ text-align: right;
1753
+ padding-top: 16px;
1754
+ border-top: 1px solid #e8e8e8;
1755
+ }
1756
+ .debug-result .debug-actions .ant-btn[data-v-3cd409c4] {
1757
+ margin-left: 8px;
1758
+ }
1621
1759
 
1622
1760
 
1623
1761
  [data-v-dd940658] .ant-select-selection__rendered {
@@ -4889,46 +5027,46 @@ div {
4889
5027
  align-items: center;
4890
5028
  }
4891
5029
 
4892
- .t-border[data-v-2c82771c] {
5030
+ .t-border[data-v-6be0a318] {
4893
5031
  border-right: 1px solid #333;
4894
5032
  border-bottom: 1px solid #333;
4895
5033
  }
4896
- [data-v-2c82771c] * {
5034
+ [data-v-6be0a318] * {
4897
5035
  font-size: var(--paperFontSize);
4898
5036
  }
4899
- [data-v-2c82771c] .custom_form_item {
5037
+ [data-v-6be0a318] .custom_form_item {
4900
5038
  height: -moz-fit-content;
4901
5039
  height: fit-content;
4902
5040
  }
4903
- .save-pdf[data-v-2c82771c] .ant-input {
5041
+ .save-pdf[data-v-6be0a318] .ant-input {
4904
5042
  border: none !important;
4905
5043
  }
4906
- .save-pdf[data-v-2c82771c] .ant-select-selection {
5044
+ .save-pdf[data-v-6be0a318] .ant-select-selection {
4907
5045
  border: none !important;
4908
5046
  }
4909
- .save-pdf[data-v-2c82771c] .ant-select-arrow svg {
5047
+ .save-pdf[data-v-6be0a318] .ant-select-arrow svg {
4910
5048
  display: none;
4911
5049
  }
4912
- .save-pdf[data-v-2c82771c] .ant-upload.ant-upload-select-picture-card {
5050
+ .save-pdf[data-v-6be0a318] .ant-upload.ant-upload-select-picture-card {
4913
5051
  display: none;
4914
5052
  }
4915
- .save-pdf[data-v-2c82771c] .anticon svg {
5053
+ .save-pdf[data-v-6be0a318] .anticon svg {
4916
5054
  display: none;
4917
5055
  }
4918
- .save-pdf[data-v-2c82771c] .ant-time-picker-input {
5056
+ .save-pdf[data-v-6be0a318] .ant-time-picker-input {
4919
5057
  border: none !important;
4920
5058
  }
4921
- .save-pdf[data-v-2c82771c] .ant-upload.ant-upload-select {
5059
+ .save-pdf[data-v-6be0a318] .ant-upload.ant-upload-select {
4922
5060
  display: none;
4923
5061
  }
4924
5062
  /**打印非固定高度标签 高度不确定bug**/
4925
- .computed-wrap[data-v-2c82771c] {
5063
+ .computed-wrap[data-v-6be0a318] {
4926
5064
  background: #f5f5f5;
4927
5065
  }
4928
- .computed-wrap .item[data-v-2c82771c] {
5066
+ .computed-wrap .item[data-v-6be0a318] {
4929
5067
  display: flex;
4930
5068
  }
4931
- .computed-wrap .item > div[data-v-2c82771c] {
5069
+ .computed-wrap .item > div[data-v-6be0a318] {
4932
5070
  height: 35px;
4933
5071
  line-height: 35px;
4934
5072
  flex: 1;
@@ -4936,130 +5074,130 @@ div {
4936
5074
  border-bottom: 1px solid #000;
4937
5075
  text-align: center;
4938
5076
  }
4939
- .computed-wrap .item > div + div[data-v-2c82771c] {
5077
+ .computed-wrap .item > div + div[data-v-6be0a318] {
4940
5078
  flex: 2;
4941
5079
  }
4942
- .layout .paper[data-v-2c82771c] {
5080
+ .layout .paper[data-v-6be0a318] {
4943
5081
  position: relative;
4944
5082
  }
4945
- .layout .paper .form-title[data-v-2c82771c] {
5083
+ .layout .paper .form-title[data-v-6be0a318] {
4946
5084
  text-align: center;
4947
5085
  font-weight: 600;
4948
5086
  font-size: 16px;
4949
5087
  min-height: 40px;
4950
5088
  line-height: 30px;
4951
5089
  }
4952
- .row-item[data-v-2c82771c] {
5090
+ .row-item[data-v-6be0a318] {
4953
5091
  height: -moz-fit-content;
4954
5092
  height: fit-content;
4955
5093
  /**打印非固定高度标签 高度不确定bug**/
4956
5094
  }
4957
- .no-row-item[data-v-2c82771c] {
5095
+ .no-row-item[data-v-6be0a318] {
4958
5096
  border-right: none;
4959
5097
  border-bottom: none;
4960
5098
  }
4961
5099
  /****page边框内的 ***/
4962
- .page-border[data-v-2c82771c] {
5100
+ .page-border[data-v-6be0a318] {
4963
5101
  background: #fff;
4964
5102
  box-sizing: border-box;
4965
5103
  }
4966
- .page-border .row-item[data-v-2c82771c]:first-child {
5104
+ .page-border .row-item[data-v-6be0a318]:first-child {
4967
5105
  border-top: 1px solid #000;
4968
5106
  }
4969
- .page-border .row-item[data-v-2c82771c] {
5107
+ .page-border .row-item[data-v-6be0a318] {
4970
5108
  border-left: 1px solid #000;
4971
5109
  }
4972
- .page-border .item-bottom[data-v-2c82771c] {
5110
+ .page-border .item-bottom[data-v-6be0a318] {
4973
5111
  border-bottom: 1px solid #000;
4974
5112
  }
4975
- .page-border .row-item[data-v-2c82771c]:not(:last-child) {
5113
+ .page-border .row-item[data-v-6be0a318]:not(:last-child) {
4976
5114
  position: relative;
4977
5115
  }
4978
- .page-border li.sortable-chosen[data-v-2c82771c] {
5116
+ .page-border li.sortable-chosen[data-v-6be0a318] {
4979
5117
  height: 2px !important;
4980
5118
  overflow: hidden !important;
4981
5119
  background: red !important;
4982
5120
  }
4983
- .page-border .ant-time-picker-panel[data-v-2c82771c] {
5121
+ .page-border .ant-time-picker-panel[data-v-6be0a318] {
4984
5122
  z-index: 200000 !important;
4985
5123
  }
4986
- .page-border .ant-calendar-picker-container[data-v-2c82771c] {
5124
+ .page-border .ant-calendar-picker-container[data-v-6be0a318] {
4987
5125
  z-index: 200000 !important;
4988
5126
  }
4989
- [data-v-2c82771c] .ant-time-picker-panel {
5127
+ [data-v-6be0a318] .ant-time-picker-panel {
4990
5128
  z-index: 9999 !important;
4991
5129
  }
4992
- .ant-calendar-picker-container[data-v-2c82771c] {
5130
+ .ant-calendar-picker-container[data-v-6be0a318] {
4993
5131
  z-index: 200000 !important;
4994
5132
  }
4995
- [data-v-2c82771c] .ant-form-item-children {
5133
+ [data-v-6be0a318] .ant-form-item-children {
4996
5134
  display: block;
4997
5135
  }
4998
- [data-v-2c82771c] .ant-form-item {
5136
+ [data-v-6be0a318] .ant-form-item {
4999
5137
  width: 100%;
5000
5138
  height: 100%;
5001
5139
  margin-bottom: 0;
5002
5140
  display: flex;
5003
5141
  }
5004
- [data-v-2c82771c] .ant-form-item .is_required::before {
5142
+ [data-v-6be0a318] .ant-form-item .is_required::before {
5005
5143
  content: "*";
5006
5144
  color: #f56c6c;
5007
5145
  margin-right: 4px;
5008
5146
  }
5009
- [data-v-2c82771c] .ant-form-item .ant-form-item-label {
5147
+ [data-v-6be0a318] .ant-form-item .ant-form-item-label {
5010
5148
  border-right: 1px solid #000;
5011
5149
  }
5012
- [data-v-2c82771c] .ant-form-item .ant-form-item-label label {
5150
+ [data-v-6be0a318] .ant-form-item .ant-form-item-label label {
5013
5151
  display: flex;
5014
5152
  justify-content: center;
5015
5153
  align-items: center;
5016
5154
  height: 100%;
5017
5155
  }
5018
- [data-v-2c82771c] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
5156
+ [data-v-6be0a318] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
5019
5157
  display: none;
5020
5158
  }
5021
- [data-v-2c82771c] .ant-form-item .ant-form-item-control-wrapper {
5159
+ [data-v-6be0a318] .ant-form-item .ant-form-item-control-wrapper {
5022
5160
  display: flex;
5023
5161
  align-items: center;
5024
5162
  text-align: left;
5025
5163
  }
5026
- [data-v-2c82771c] .ant-form-item .ant-form-item-control {
5164
+ [data-v-6be0a318] .ant-form-item .ant-form-item-control {
5027
5165
  width: 98%;
5028
5166
  margin: 0 auto;
5029
5167
  }
5030
- [data-v-2c82771c] .ant-form-item .is_required::before {
5168
+ [data-v-6be0a318] .ant-form-item .is_required::before {
5031
5169
  content: "*";
5032
5170
  color: #f56c6c;
5033
5171
  margin-right: 4px;
5034
5172
  }
5035
- .row-table[data-v-2c82771c] {
5173
+ .row-table[data-v-6be0a318] {
5036
5174
  display: flex;
5037
5175
  }
5038
- .row-table[data-v-2c82771c] .ant-spin-container,
5039
- .row-table[data-v-2c82771c] {
5176
+ .row-table[data-v-6be0a318] .ant-spin-container,
5177
+ .row-table[data-v-6be0a318] {
5040
5178
  display: flex;
5041
5179
  width: 100%;
5042
5180
  }
5043
- .row-table[data-v-2c82771c] .ant-spin-container .table-left,
5044
- .row-table .table-left[data-v-2c82771c] {
5181
+ .row-table[data-v-6be0a318] .ant-spin-container .table-left,
5182
+ .row-table .table-left[data-v-6be0a318] {
5045
5183
  width: 100px;
5046
5184
  text-align: center;
5047
5185
  border-right: 1px solid #333;
5048
5186
  border-bottom: 1px solid #333;
5049
5187
  position: relative;
5050
5188
  }
5051
- .row-table[data-v-2c82771c] .ant-spin-container .table-left p,
5052
- .row-table .table-left p[data-v-2c82771c] {
5189
+ .row-table[data-v-6be0a318] .ant-spin-container .table-left p,
5190
+ .row-table .table-left p[data-v-6be0a318] {
5053
5191
  position: absolute;
5054
5192
  top: 50%;
5055
5193
  left: 50%;
5056
5194
  transform: translate(-50%, -50%);
5057
5195
  }
5058
- .row-table[data-v-2c82771c] .ant-spin-container .table-right,
5059
- .row-table .table-right[data-v-2c82771c] {
5196
+ .row-table[data-v-6be0a318] .ant-spin-container .table-right,
5197
+ .row-table .table-right[data-v-6be0a318] {
5060
5198
  flex: 1;
5061
5199
  }
5062
- .table-content[data-v-2c82771c] {
5200
+ .table-content[data-v-6be0a318] {
5063
5201
  width: 100%;
5064
5202
  height: 40px;
5065
5203
  line-height: 40px;
@@ -5068,11 +5206,11 @@ div {
5068
5206
  border-bottom: 1px solid #333;
5069
5207
  border-right: 1px solid #333;
5070
5208
  }
5071
- .sub-table-col[data-v-2c82771c] {
5209
+ .sub-table-col[data-v-6be0a318] {
5072
5210
  display: flex;
5073
5211
  box-sizing: border-box;
5074
5212
  }
5075
- .sub-table-col > span[data-v-2c82771c] {
5213
+ .sub-table-col > span[data-v-6be0a318] {
5076
5214
  flex: 2;
5077
5215
  border-bottom: 1px solid #000;
5078
5216
  border-right: 1px solid #000;
@@ -5080,34 +5218,34 @@ div {
5080
5218
  line-height: 40px;
5081
5219
  text-align: center;
5082
5220
  }
5083
- .sub-table-col > .last-one[data-v-2c82771c] {
5221
+ .sub-table-col > .last-one[data-v-6be0a318] {
5084
5222
  width: 87px;
5085
5223
  flex: 0 0 87px;
5086
5224
  border-right: 1px solid #333;
5087
5225
  border-bottom: 1px solid #333;
5088
5226
  }
5089
- .sub-table-col-no-border > span[data-v-2c82771c] {
5227
+ .sub-table-col-no-border > span[data-v-6be0a318] {
5090
5228
  border: none;
5091
5229
  height: auto;
5092
5230
  width: 0;
5093
5231
  }
5094
- .sub-table-col-no-border > .sub-table-title[data-v-2c82771c]:last-child,
5095
- .sub-table-col-no-border > .sub-table-item[data-v-2c82771c]:last-child {
5232
+ .sub-table-col-no-border > .sub-table-title[data-v-6be0a318]:last-child,
5233
+ .sub-table-col-no-border > .sub-table-item[data-v-6be0a318]:last-child {
5096
5234
  border-right: none !important;
5097
5235
  }
5098
- .sub-table-col-no-border > .last-one[data-v-2c82771c] {
5236
+ .sub-table-col-no-border > .last-one[data-v-6be0a318] {
5099
5237
  width: 87px;
5100
5238
  flex: 0 0 87px;
5101
5239
  display: flex;
5102
5240
  justify-content: center;
5103
5241
  align-items: center;
5104
5242
  }
5105
- .pagiAfter + .row-item[data-v-2c82771c] {
5243
+ .pagiAfter + .row-item[data-v-6be0a318] {
5106
5244
  border-top-width: 1px;
5107
5245
  border-top-style: solid;
5108
5246
  }
5109
5247
  /* 选择所有后面还有其他非.hiddenWidget的.row-item元素的.hasWidgetAfter */
5110
- .row-item:not(:last-child) .hasWidgetAfter[data-v-2c82771c] {
5248
+ .row-item:not(:last-child) .hasWidgetAfter[data-v-6be0a318] {
5111
5249
  /* 为这些.hasWidgetAfter设置样式 */
5112
5250
  width: calc(100% + 1px);
5113
5251
  border-left-width: 1px;
@@ -5116,7 +5254,7 @@ div {
5116
5254
  border-right-style: solid;
5117
5255
  left: -1px;
5118
5256
  }
5119
- .row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-2c82771c] {
5257
+ .row-item:not(:last-child):has(+ .row-item.hiddenWidget) .hasWidgetAfter[data-v-6be0a318] {
5120
5258
  /* 为这些.hasWidgetAfter设置样式 */
5121
5259
  width: calc(100% + 1px);
5122
5260
  border-left: none;
@@ -5124,33 +5262,33 @@ div {
5124
5262
  left: -1px;
5125
5263
  }
5126
5264
  /*****无border *****/
5127
- .no-border .page-border[data-v-2c82771c] {
5265
+ .no-border .page-border[data-v-6be0a318] {
5128
5266
  border: none;
5129
5267
  }
5130
- .no-border .page-border .row-item[data-v-2c82771c]:not(:last-child) {
5268
+ .no-border .page-border .row-item[data-v-6be0a318]:not(:last-child) {
5131
5269
  border: none;
5132
5270
  }
5133
- .no-border .page-border[data-v-2c82771c] .ant-form-item .ant-form-item-label {
5271
+ .no-border .page-border[data-v-6be0a318] .ant-form-item .ant-form-item-label {
5134
5272
  border: none;
5135
5273
  }
5136
- .table_border[data-v-2c82771c] {
5274
+ .table_border[data-v-6be0a318] {
5137
5275
  border-bottom: 0;
5138
5276
  border-right: 0;
5139
5277
  }
5140
5278
  /*****无border *****/
5141
- [data-v-2c82771c] .ant-form-item-children > div > p,[data-v-2c82771c] .ant-form-item-children > div > h1,[data-v-2c82771c] .ant-form-item-children > div > h2,[data-v-2c82771c] .ant-form-item-children > div > h3,[data-v-2c82771c] .ant-form-item-children > div > h4,[data-v-2c82771c] .ant-form-item-children > div > h5,[data-v-2c82771c] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
5279
+ [data-v-6be0a318] .ant-form-item-children > div > p,[data-v-6be0a318] .ant-form-item-children > div > h1,[data-v-6be0a318] .ant-form-item-children > div > h2,[data-v-6be0a318] .ant-form-item-children > div > h3,[data-v-6be0a318] .ant-form-item-children > div > h4,[data-v-6be0a318] .ant-form-item-children > div > h5,[data-v-6be0a318] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
5142
5280
  margin: 10px 0;
5143
5281
  line-height: 1.5;
5144
5282
  }
5145
- [data-v-2c82771c] .ant-spin-dot {
5283
+ [data-v-6be0a318] .ant-spin-dot {
5146
5284
  font-size: 20px !important;
5147
5285
  }
5148
- .form_skeleton[data-v-2c82771c] {
5286
+ .form_skeleton[data-v-6be0a318] {
5149
5287
  display: block;
5150
5288
  width: 700px;
5151
5289
  margin: 55px auto;
5152
5290
  }
5153
- .form_skeleton[data-v-2c82771c] .ant-skeleton-title {
5291
+ .form_skeleton[data-v-6be0a318] .ant-skeleton-title {
5154
5292
  margin: 0 auto;
5155
5293
  }
5156
5294
 
@@ -8013,41 +8151,6 @@ div {
8013
8151
  background: rgba(24, 144, 255, 0.6);
8014
8152
  }
8015
8153
 
8016
- .CodeMirror-hints {
8017
- position: absolute;
8018
- z-index: 10;
8019
- overflow: hidden;
8020
- list-style: none;
8021
-
8022
- margin: 0;
8023
- padding: 2px;
8024
- box-shadow: 2px 3px 5px rgba(0,0,0,.2);
8025
- border-radius: 3px;
8026
- border: 1px solid silver;
8027
-
8028
- background: white;
8029
- font-size: 90%;
8030
- font-family: monospace;
8031
-
8032
- max-height: 20em;
8033
- overflow-y: auto;
8034
- box-sizing: border-box;
8035
- }
8036
-
8037
- .CodeMirror-hint {
8038
- margin: 0;
8039
- padding: 0 4px;
8040
- border-radius: 2px;
8041
- white-space: pre;
8042
- color: black;
8043
- cursor: pointer;
8044
- }
8045
-
8046
- li.CodeMirror-hint-active {
8047
- background: #08f;
8048
- color: white;
8049
- }
8050
-
8051
8154
  .cm-s-eclipse span.cm-meta { color: #FF1717; }
8052
8155
  .cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
8053
8156
  .cm-s-eclipse span.cm-atom { color: #219; }