hoeditor-web 3.1.6 → 3.1.8

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
@@ -13781,7 +13781,7 @@ legend {
13781
13781
  line-height: 30px;
13782
13782
  }
13783
13783
  .control-modal-contents .control-item .label {
13784
- width: 90px;
13784
+ width: 130px;
13785
13785
  padding-right: 15px;
13786
13786
  text-align: justify;
13787
13787
  -moz-text-align-last: justify;
@@ -16060,9 +16060,23 @@ legend {
16060
16060
 
16061
16061
  .date-modal {
16062
16062
  z-index: 2000;
16063
- height: 480px;
16064
- width: 400px;
16063
+ height: 600px;
16064
+ width: 600px;
16065
16065
  background: #ffffff;
16066
+ display: -webkit-box;
16067
+ display: -ms-flexbox;
16068
+ display: flex;
16069
+ -webkit-box-orient: vertical;
16070
+ -webkit-box-direction: normal;
16071
+ -ms-flex-direction: column;
16072
+ flex-direction: column;
16073
+ }
16074
+ .date-modal .modal-content {
16075
+ height: 530px;
16076
+ width: 100%;
16077
+ }
16078
+ .date-modal .ant-tabs {
16079
+ width: 100%;
16066
16080
  }
16067
16081
  .date-modal .lines {
16068
16082
  width: 100%;
@@ -16687,9 +16701,16 @@ legend {
16687
16701
 
16688
16702
  .select-modal {
16689
16703
  z-index: 2000;
16690
- width: 570px;
16691
- height: 560px;
16704
+ width: 670px;
16705
+ height: 660px;
16692
16706
  background: #ffffff;
16707
+ display: -webkit-box;
16708
+ display: -ms-flexbox;
16709
+ display: flex;
16710
+ -webkit-box-orient: vertical;
16711
+ -webkit-box-direction: normal;
16712
+ -ms-flex-direction: column;
16713
+ flex-direction: column;
16693
16714
  }
16694
16715
  .select-modal .lines {
16695
16716
  width: 100%;
@@ -17269,7 +17290,7 @@ legend {
17269
17290
  padding: 0 10px;
17270
17291
  }
17271
17292
  .text-modal .control-list .control-item .label {
17272
- width: 100px;
17293
+ width: 130px;
17273
17294
  }
17274
17295
  .text-modal fieldset {
17275
17296
  padding: 2px 10px 10px;