cnhis-design-vue 2.1.120 → 2.1.121
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/CHANGELOG.md +7 -0
- package/es/age/index.js +2 -2
- package/es/big-table/index.js +23 -23
- package/es/button/index.js +2 -2
- package/es/captcha/index.js +3 -3
- package/es/card-reader-sdk/index.js +1 -1
- package/es/checkbox/index.js +1 -1
- package/es/color-picker/index.js +1 -1
- package/es/drag-layout/index.js +3 -3
- package/es/editor/index.js +1 -1
- package/es/ellipsis/index.js +1 -1
- package/es/fabric-chart/index.js +9 -9
- package/es/form-table/index.js +20 -20
- package/es/full-calendar/index.js +84 -82
- package/es/full-calendar/style.css +1 -1
- package/es/index/index.js +263 -261
- package/es/index/style.css +1 -1
- package/es/input/index.js +1 -1
- package/es/map/index.js +1 -1
- package/es/multi-chat/index.js +25 -25
- package/es/multi-chat-client/index.js +19 -19
- package/es/multi-chat-history/index.js +4 -4
- package/es/multi-chat-record/index.js +4 -4
- package/es/multi-chat-setting/index.js +20 -20
- package/es/multi-chat-sip/index.js +1 -1
- package/es/radio/index.js +1 -1
- package/es/scale-container/index.js +1 -1
- package/es/scale-view/index.js +27 -27
- package/es/select/index.js +4 -4
- package/es/select-label/index.js +3 -3
- package/es/select-person/index.js +2 -2
- package/es/select-tag/index.js +4 -4
- package/es/shortcut-setter/index.js +2 -2
- package/es/slider-tree/index.js +1 -1
- package/es/table-filter/index.js +30 -30
- package/es/tag/index.js +1 -1
- package/es/verification-code/index.js +2 -2
- package/package.json +1 -1
- package/packages/full-calendar/src/FullCalendar.vue +26 -21
- package/packages/full-calendar/src/components/Tag.vue +5 -5
- package/packages/full-calendar/src/components/TagDetail.vue +4 -4
|
@@ -484,8 +484,8 @@ export default create({
|
|
|
484
484
|
&__mask {
|
|
485
485
|
position: absolute;
|
|
486
486
|
z-index: 1;
|
|
487
|
-
width: 100
|
|
488
|
-
height: 100
|
|
487
|
+
width: calc(100% - 10px);
|
|
488
|
+
height: calc(100% - 10px);
|
|
489
489
|
background-color: rgba(0, 0, 0, 0);
|
|
490
490
|
}
|
|
491
491
|
/deep/ .tag-detail-wrpper {
|
|
@@ -526,7 +526,7 @@ export default create({
|
|
|
526
526
|
display: inline-flex;
|
|
527
527
|
align-items: center;
|
|
528
528
|
flex: 0 0 66px;
|
|
529
|
-
padding: 0
|
|
529
|
+
padding: 0 5px;
|
|
530
530
|
background: #f7f7f7;
|
|
531
531
|
.header-left {
|
|
532
532
|
color: #212121;
|
|
@@ -537,8 +537,8 @@ export default create({
|
|
|
537
537
|
font-size: 12px;
|
|
538
538
|
}
|
|
539
539
|
.calendar-quick {
|
|
540
|
-
height:
|
|
541
|
-
line-height:
|
|
540
|
+
height: 32px;
|
|
541
|
+
line-height: 32px;
|
|
542
542
|
padding: 0 14px;
|
|
543
543
|
border: 1px solid #d9d9d9;
|
|
544
544
|
cursor: pointer;
|
|
@@ -590,8 +590,8 @@ export default create({
|
|
|
590
590
|
background: #ffffff; // 12
|
|
591
591
|
}
|
|
592
592
|
.time-title {
|
|
593
|
-
margin-left:
|
|
594
|
-
font-size:
|
|
593
|
+
margin-left: 10px;
|
|
594
|
+
font-size: 16px;
|
|
595
595
|
}
|
|
596
596
|
}
|
|
597
597
|
.header-right {
|
|
@@ -601,7 +601,7 @@ export default create({
|
|
|
601
601
|
.viewshow-wrap {
|
|
602
602
|
display: inline-flex;
|
|
603
603
|
align-items: center;
|
|
604
|
-
height:
|
|
604
|
+
height: 32px;
|
|
605
605
|
padding: 4px;
|
|
606
606
|
color: #212121;
|
|
607
607
|
border-radius: 6px;
|
|
@@ -611,7 +611,7 @@ export default create({
|
|
|
611
611
|
display: inline-flex;
|
|
612
612
|
align-items: center;
|
|
613
613
|
height: 100%;
|
|
614
|
-
padding: 4px
|
|
614
|
+
padding: 4px 10px;
|
|
615
615
|
border-radius: 4px;
|
|
616
616
|
cursor: pointer;
|
|
617
617
|
&.active {
|
|
@@ -626,7 +626,7 @@ export default create({
|
|
|
626
626
|
/deep/ .full-calendar__body {
|
|
627
627
|
width: 100%;
|
|
628
628
|
flex: 1;
|
|
629
|
-
overflow-y:
|
|
629
|
+
overflow-y: auto;
|
|
630
630
|
box-sizing: border-box;
|
|
631
631
|
|
|
632
632
|
.fc-header-toolbar {
|
|
@@ -639,6 +639,10 @@ export default create({
|
|
|
639
639
|
}
|
|
640
640
|
}
|
|
641
641
|
|
|
642
|
+
.fc-col-header-cell-cushion {
|
|
643
|
+
font-weight: normal;
|
|
644
|
+
}
|
|
645
|
+
|
|
642
646
|
.fc-more-popover {
|
|
643
647
|
background: #fff;
|
|
644
648
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
|
|
@@ -670,7 +674,6 @@ export default create({
|
|
|
670
674
|
}
|
|
671
675
|
.fc-daygrid-event {
|
|
672
676
|
margin: 0;
|
|
673
|
-
margin-bottom: 7px;
|
|
674
677
|
}
|
|
675
678
|
}
|
|
676
679
|
|
|
@@ -691,13 +694,15 @@ export default create({
|
|
|
691
694
|
display: flex;
|
|
692
695
|
flex-direction: column;
|
|
693
696
|
justify-content: center;
|
|
694
|
-
height:
|
|
695
|
-
padding-top:
|
|
697
|
+
height: 60px;
|
|
698
|
+
padding-top: 3px;
|
|
696
699
|
color: #212121;
|
|
697
700
|
background: #fff;
|
|
698
701
|
box-sizing: border-box;
|
|
702
|
+
font-weight: normal;
|
|
699
703
|
.week-day {
|
|
700
704
|
font-size: 30px;
|
|
705
|
+
font-weight: 500;
|
|
701
706
|
}
|
|
702
707
|
}
|
|
703
708
|
.fc-day-past .week-header {
|
|
@@ -714,9 +719,10 @@ export default create({
|
|
|
714
719
|
}
|
|
715
720
|
|
|
716
721
|
.month-header {
|
|
717
|
-
height:
|
|
718
|
-
line-height:
|
|
719
|
-
font-size:
|
|
722
|
+
height: 60px;
|
|
723
|
+
line-height: 60px;
|
|
724
|
+
font-size: 14px;
|
|
725
|
+
font-weight: normal;
|
|
720
726
|
color: #212121;
|
|
721
727
|
background: #fff;
|
|
722
728
|
}
|
|
@@ -731,13 +737,12 @@ export default create({
|
|
|
731
737
|
.fc-daygrid-day-top {
|
|
732
738
|
flex-direction: row;
|
|
733
739
|
.fc-daygrid-day-number {
|
|
734
|
-
width:
|
|
735
|
-
height:
|
|
736
|
-
line-height:
|
|
740
|
+
width: 18px;
|
|
741
|
+
height: 18px;
|
|
742
|
+
line-height: 20px;
|
|
737
743
|
color: #000;
|
|
738
|
-
font-size:
|
|
744
|
+
font-size: 17px;
|
|
739
745
|
text-align: center;
|
|
740
|
-
padding: 4px;
|
|
741
746
|
overflow: hidden;
|
|
742
747
|
box-sizing: content-box;
|
|
743
748
|
margin: 2px 0 0 2px;
|
|
@@ -42,10 +42,10 @@ export default {
|
|
|
42
42
|
statusClass: ['done', 'undone'],
|
|
43
43
|
isActive: false,
|
|
44
44
|
btns: [
|
|
45
|
-
{
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
},
|
|
45
|
+
// {
|
|
46
|
+
// name: '新增',
|
|
47
|
+
// type: 'plus-square'
|
|
48
|
+
// },
|
|
49
49
|
{
|
|
50
50
|
name: '编辑',
|
|
51
51
|
type: 'form'
|
|
@@ -147,7 +147,7 @@ export default {
|
|
|
147
147
|
border-color: rgba(130, 130, 130, 0.1);
|
|
148
148
|
box-shadow: 0px 0px 3px 0px rgba(130, 130, 130, 0.3);
|
|
149
149
|
border-radius: 2px;
|
|
150
|
-
min-height:
|
|
150
|
+
min-height: 18px;
|
|
151
151
|
|
|
152
152
|
.tag-detail-modal {
|
|
153
153
|
display: none;
|