hoeditor-web 3.1.179 → 3.1.180

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/lib/hoeditor.css CHANGED
@@ -2130,6 +2130,8 @@ html {
2130
2130
  border-radius: 4px;
2131
2131
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
2132
2132
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
2133
+ -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
2134
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
2133
2135
  }
2134
2136
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
2135
2137
  .ant-popover {
@@ -2378,6 +2380,7 @@ html {
2378
2380
  .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
2379
2381
  display: inline-block;
2380
2382
  font-size: 12px;
2383
+ font-size: 11px \9;
2381
2384
  -webkit-transform: scale(0.91666667) rotate(0deg);
2382
2385
  transform: scale(0.91666667) rotate(0deg);
2383
2386
  display: block;
@@ -3770,6 +3773,7 @@ span.ant-radio + * {
3770
3773
  .ant-dropdown-wrap .ant-btn > .anticon-down {
3771
3774
  display: inline-block;
3772
3775
  font-size: 12px;
3776
+ font-size: 10px \9;
3773
3777
  -webkit-transform: scale(0.83333333) rotate(0deg);
3774
3778
  transform: scale(0.83333333) rotate(0deg);
3775
3779
  }
@@ -3899,6 +3903,7 @@ span.ant-radio + * {
3899
3903
  font-style: normal;
3900
3904
  display: inline-block;
3901
3905
  font-size: 12px;
3906
+ font-size: 10px \9;
3902
3907
  -webkit-transform: scale(0.83333333) rotate(0deg);
3903
3908
  transform: scale(0.83333333) rotate(0deg);
3904
3909
  }
@@ -3969,6 +3974,7 @@ span.ant-radio + * {
3969
3974
  .ant-dropdown-link > .anticon.anticon-down {
3970
3975
  display: inline-block;
3971
3976
  font-size: 12px;
3977
+ font-size: 10px \9;
3972
3978
  -webkit-transform: scale(0.83333333) rotate(0deg);
3973
3979
  transform: scale(0.83333333) rotate(0deg);
3974
3980
  }
@@ -3986,6 +3992,7 @@ span.ant-radio + * {
3986
3992
  .ant-dropdown-button .anticon.anticon-down {
3987
3993
  display: inline-block;
3988
3994
  font-size: 12px;
3995
+ font-size: 10px \9;
3989
3996
  -webkit-transform: scale(0.83333333) rotate(0deg);
3990
3997
  transform: scale(0.83333333) rotate(0deg);
3991
3998
  }
@@ -5630,6 +5637,7 @@ a.ant-btn-sm {
5630
5637
  bottom: 0;
5631
5638
  left: 0;
5632
5639
  z-index: 10;
5640
+ display: none \9;
5633
5641
  width: 100%;
5634
5642
  height: 100%;
5635
5643
  background: #fff;
@@ -5859,6 +5867,7 @@ a.ant-btn-sm {
5859
5867
  .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
5860
5868
  display: inline-block;
5861
5869
  font-size: 12px;
5870
+ font-size: 12px \9;
5862
5871
  -webkit-transform: scale(1) rotate(0deg);
5863
5872
  transform: scale(1) rotate(0deg);
5864
5873
  color: #1890ff;
@@ -6608,6 +6617,7 @@ textarea.ant-pagination-options-quick-jumper input {
6608
6617
  transition: all 0.3s;
6609
6618
  display: inline-block;
6610
6619
  font-size: 12px;
6620
+ font-size: 10px \9;
6611
6621
  -webkit-transform: scale(0.83333333) rotate(0deg);
6612
6622
  transform: scale(0.83333333) rotate(0deg);
6613
6623
  }
@@ -7214,6 +7224,7 @@ textarea.ant-pagination-options-quick-jumper input {
7214
7224
  .ant-upload-list-item .anticon-close {
7215
7225
  display: inline-block;
7216
7226
  font-size: 12px;
7227
+ font-size: 10px \9;
7217
7228
  -webkit-transform: scale(0.83333333) rotate(0deg);
7218
7229
  transform: scale(0.83333333) rotate(0deg);
7219
7230
  position: absolute;
@@ -7990,8 +8001,10 @@ textarea.ant-pagination-options-quick-jumper input {
7990
8001
  width: 6px;
7991
8002
  height: 1.5px;
7992
8003
  background: #fff;
8004
+ background: #000000 \9;
7993
8005
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
7994
8006
  background-image: linear-gradient(to right, #000000, #000000);
8007
+ background-image: none \9;
7995
8008
  border-radius: 2px;
7996
8009
  -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
7997
8010
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
@@ -8751,6 +8764,7 @@ textarea.ant-pagination-options-quick-jumper input {
8751
8764
  display: block;
8752
8765
  display: inline-block;
8753
8766
  font-size: 12px;
8767
+ font-size: 10px \9;
8754
8768
  -webkit-transform: scale(0.83333333) rotate(0deg);
8755
8769
  transform: scale(0.83333333) rotate(0deg);
8756
8770
  }
@@ -12158,6 +12172,7 @@ textarea.ant-input {
12158
12172
  .ant-tag .anticon-close {
12159
12173
  display: inline-block;
12160
12174
  font-size: 12px;
12175
+ font-size: 10px \9;
12161
12176
  -webkit-transform: scale(0.83333333) rotate(0deg);
12162
12177
  transform: scale(0.83333333) rotate(0deg);
12163
12178
  margin-left: 3px;
@@ -12589,6 +12604,7 @@ textarea.ant-input-number {
12589
12604
  .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
12590
12605
  display: inline-block;
12591
12606
  font-size: 12px;
12607
+ font-size: 7px \9;
12592
12608
  -webkit-transform: scale(0.58333333) rotate(0deg);
12593
12609
  transform: scale(0.58333333) rotate(0deg);
12594
12610
  min-width: auto;
@@ -12958,11 +12974,6 @@ h6 {
12958
12974
  .control-modal footer {
12959
12975
  -webkit-box-sizing: border-box;
12960
12976
  box-sizing: border-box;
12961
- -webkit-user-select: none;
12962
- -moz-user-select: none;
12963
- -ms-user-select: none;
12964
- user-select: none;
12965
- -webkit-tap-highlight-color: transparent;
12966
12977
  }
12967
12978
  .control-modal span {
12968
12979
  font-size: 12px;
@@ -13059,7 +13070,7 @@ button:-moz-focus-inner {
13059
13070
  legend {
13060
13071
  margin: 0 0 0 10px;
13061
13072
  height: 30px;
13062
- line-height: 30px;
13073
+ line-height: 15px;
13063
13074
  padding: 5px 0;
13064
13075
  font-size: 12px;
13065
13076
  }
@@ -13189,10 +13200,8 @@ legend {
13189
13200
  .control-modal-contents .control-item .label {
13190
13201
  width: 130px;
13191
13202
  padding-right: 15px;
13192
- text-align: justify;
13193
- -moz-text-align-last: justify;
13194
- text-align-last: justify;
13195
- text-justify: distribute-all-lines;
13203
+ text-align: left;
13204
+ line-height: 16px;
13196
13205
  font-size: 12px;
13197
13206
  position: relative;
13198
13207
  }
@@ -13225,6 +13234,9 @@ legend {
13225
13234
  .control-modal-contents .control-item .ho-color-picker .color-btn {
13226
13235
  width: 50px;
13227
13236
  }
13237
+ .control-modal-contents .control-item .ant-checkbox-wrapper {
13238
+ margin: 0 20px 0 0;
13239
+ }
13228
13240
  .control-modal-contents .fieldset {
13229
13241
  margin: 10px auto;
13230
13242
  border: 1px solid #ddd;
@@ -15617,7 +15629,7 @@ legend {
15617
15629
  width: 180px;
15618
15630
  }
15619
15631
  .style89 {
15620
- padding: 10px 25px;
15632
+ padding: 10px 25px 10px 42px;
15621
15633
  }
15622
15634
  .style89 ul {
15623
15635
  width: 400px;
@@ -16182,6 +16194,10 @@ legend {
16182
16194
  -ms-flex-direction: column;
16183
16195
  flex-direction: column;
16184
16196
  }
16197
+ .select-modal .control-list {
16198
+ height: 610px;
16199
+ overflow-y: auto;
16200
+ }
16185
16201
  .select-modal .lines {
16186
16202
  width: 100%;
16187
16203
  height: 1px;
@@ -16456,6 +16472,9 @@ legend {
16456
16472
  .table-cell-modal .modal-content .grid-lines-style .control-item {
16457
16473
  padding: 2px 0;
16458
16474
  }
16475
+ .table-cell-modal .modal-content .ant-checkbox-wrapper {
16476
+ margin: 0;
16477
+ }
16459
16478
  .table-cell-modal .diagonal-line {
16460
16479
  margin: 5px auto;
16461
16480
  padding: 10px;
@@ -16662,7 +16681,7 @@ legend {
16662
16681
 
16663
16682
  .table-row-modal {
16664
16683
  z-index: 2000;
16665
- width: 520px;
16684
+ width: 584px;
16666
16685
  }
16667
16686
  .table-row-modal .footer {
16668
16687
  margin: 20px 0 0 0;
@@ -16867,7 +16886,7 @@ legend {
16867
16886
 
16868
16887
  .table-modal {
16869
16888
  z-index: 2000;
16870
- width: 400px;
16889
+ width: 600px;
16871
16890
  background: #ffffff;
16872
16891
  }
16873
16892
  .table-modal .footer {
@@ -16877,7 +16896,7 @@ legend {
16877
16896
 
16878
16897
  .table-row-modal {
16879
16898
  z-index: 2000;
16880
- width: 420px;
16899
+ width: 584px;
16881
16900
  }
16882
16901
  .table-row-modal .footer {
16883
16902
  margin: 20px 0 0 0;
@@ -16891,7 +16910,7 @@ legend {
16891
16910
  background: #ffffff;
16892
16911
  }
16893
16912
 
16894
- .verify-tip-modal[data-v-526b62eb] {
16913
+ .verify-tip-modal[data-v-16ae30f1] {
16895
16914
  position: fixed;
16896
16915
  left: 50%;
16897
16916
  top: 50%;
@@ -16906,7 +16925,7 @@ legend {
16906
16925
  -webkit-transform-origin: center center;
16907
16926
  transform-origin: center center;
16908
16927
  }
16909
- .verify-tip-modal .tags[data-v-526b62eb] {
16928
+ .verify-tip-modal .tags[data-v-16ae30f1] {
16910
16929
  display: inline-block;
16911
16930
  margin: 0 10px 0 0;
16912
16931
  -webkit-transform: translateY(2px);
@@ -17316,7 +17335,7 @@ legend {
17316
17335
  display: none;
17317
17336
  }
17318
17337
 
17319
- .verify-tip-modal[data-v-3beebfc4] {
17338
+ .verify-tip-modal[data-v-72f10121] {
17320
17339
  position: fixed;
17321
17340
  left: 50%;
17322
17341
  top: 50%;
@@ -17331,7 +17350,7 @@ legend {
17331
17350
  -webkit-transform-origin: center center;
17332
17351
  transform-origin: center center;
17333
17352
  }
17334
- .verify-tip-modal .tags[data-v-3beebfc4] {
17353
+ .verify-tip-modal .tags[data-v-72f10121] {
17335
17354
  display: inline-block;
17336
17355
  margin: 0 10px 0 0;
17337
17356
  -webkit-transform: translateY(2px);
@@ -17461,7 +17480,7 @@ legend {
17461
17480
 
17462
17481
  .page-setting-modal {
17463
17482
  height: 490px;
17464
- width: 670px;
17483
+ width: 750px;
17465
17484
  left: 50%;
17466
17485
  top: 50%;
17467
17486
  -webkit-transform: translate(-50%, -50%);
@@ -17473,7 +17492,7 @@ legend {
17473
17492
  min-width: 260px;
17474
17493
  background: #fff;
17475
17494
  border-radius: 5px 5px 0 0;
17476
- width: 670px;
17495
+ width: 750px;
17477
17496
  font-size: 12px;
17478
17497
  }
17479
17498
  .page-setting-content .control-list {
@@ -17503,7 +17522,7 @@ legend {
17503
17522
  color: #2d7aff;
17504
17523
  }
17505
17524
  .page-setting-content .print-direction-item {
17506
- width: 100px;
17525
+ width: 145px;
17507
17526
  -webkit-box-orient: vertical;
17508
17527
  -webkit-box-direction: normal;
17509
17528
  -ms-flex-direction: column;
@@ -17612,7 +17631,7 @@ legend {
17612
17631
  }
17613
17632
  .page-spacing-item .page-spacing-form .labels {
17614
17633
  display: inline-block;
17615
- width: 40px;
17634
+ width: 63px;
17616
17635
  padding: 0 10px 0 0;
17617
17636
  }
17618
17637
  .upload-area {