cnhis-design-vue 3.1.18-beta.9 → 3.1.18
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/es/components/annotation-edit/style/index.css +1 -15
- package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +12 -4
- package/es/components/big-table/src/components/edit-form/edit-input.js +4 -1
- package/es/components/big-table/src/hooks/useEvent2.js +22 -7
- package/es/components/big-table/style/index.css +1 -634
- package/es/components/bpmn-workflow/style/index.css +1 -29
- package/es/components/button-print/src/utils/print.d.ts +1 -1
- package/es/components/button-print/src/utils/print2.js +12 -14
- package/es/components/button-print/style/index.css +1 -24
- package/es/components/chunk-upload/style/index.css +1 -365
- package/es/components/drag-layout/style/index.css +1 -175
- package/es/components/fabric-chart/src/hooks/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCenter2.js +58 -38
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -0
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw2.js +30 -1
- package/es/components/fabric-chart/src/hooks/useLeft2.js +8 -1
- package/es/components/fabric-chart/style/index.css +1 -43
- package/es/components/field-set/style/index.css +1 -139
- package/es/components/form-config/src/utils/index2.js +1 -1
- package/es/components/form-config/style/index.css +1 -158
- package/es/components/form-render/style/index.css +1 -146
- package/es/components/form-table/style/index.css +1 -214
- package/es/components/grid/src/hooks2.js +1 -0
- package/es/components/grid/style/index.css +1 -10
- package/es/components/index.css +1 -3346
- package/es/components/info-header/style/index.css +1 -121
- package/es/components/map/style/index.css +1 -61
- package/es/components/scale-view/style/index.css +1 -738
- package/es/components/select-label/style/index.css +1 -164
- package/es/components/select-person/style/index.css +1 -193
- package/es/components/shortcut-provider/style/index.css +1 -3
- package/es/components/shortcut-setter/style/index.css +1 -8
- package/es/components/steps-wheel/style/index.css +1 -161
- package/es/components/time-line/style/index.css +1 -37
- package/es/env.d.ts +0 -18
- package/package.json +2 -2
|
@@ -1,121 +1 @@
|
|
|
1
|
-
.c-info-header {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
justify-content: space-between;
|
|
5
|
-
gap: 18px;
|
|
6
|
-
padding: 16px;
|
|
7
|
-
box-shadow: 0 2px 4px 0 rgba(176, 176, 176, 0.46);
|
|
8
|
-
background: white;
|
|
9
|
-
}
|
|
10
|
-
@font-face {
|
|
11
|
-
font-family: 'iconfont';
|
|
12
|
-
/* Project id 3468756 */
|
|
13
|
-
src: url('./iconfont.ttf') format('truetype');
|
|
14
|
-
}
|
|
15
|
-
.c-info-header .iconfont {
|
|
16
|
-
font-family: 'iconfont' !important;
|
|
17
|
-
font-size: 16px;
|
|
18
|
-
font-style: normal;
|
|
19
|
-
-webkit-font-smoothing: antialiased;
|
|
20
|
-
-moz-osx-font-smoothing: grayscale;
|
|
21
|
-
}
|
|
22
|
-
.c-info-header .icon-double_up:before {
|
|
23
|
-
content: '\e8c3';
|
|
24
|
-
}
|
|
25
|
-
.c-info-header .icon-guanbi-yanjing:before {
|
|
26
|
-
content: '\e6e3';
|
|
27
|
-
}
|
|
28
|
-
.c-info-header .icon-faxian-yanjing:before {
|
|
29
|
-
content: '\e6de';
|
|
30
|
-
}
|
|
31
|
-
.c-info-header .icon-bianji:before {
|
|
32
|
-
content: '\e600';
|
|
33
|
-
}
|
|
34
|
-
.c-info-header .icon-setting:before {
|
|
35
|
-
content: '\e785';
|
|
36
|
-
}
|
|
37
|
-
.c-info-header .icon-double_down:before {
|
|
38
|
-
content: '\e8c2';
|
|
39
|
-
}
|
|
40
|
-
.c-info-header__divider {
|
|
41
|
-
width: 1px;
|
|
42
|
-
background: #d5d5d566;
|
|
43
|
-
align-self: stretch;
|
|
44
|
-
}
|
|
45
|
-
.c-info-header__patient {
|
|
46
|
-
display: flex;
|
|
47
|
-
gap: 12px;
|
|
48
|
-
margin-right: 34px;
|
|
49
|
-
}
|
|
50
|
-
.c-info-header__patientHeader {
|
|
51
|
-
display: flex;
|
|
52
|
-
vertical-align: bottom;
|
|
53
|
-
align-items: baseline;
|
|
54
|
-
gap: 6px;
|
|
55
|
-
}
|
|
56
|
-
.c-info-header__patientHeader--name {
|
|
57
|
-
font-size: 20px;
|
|
58
|
-
font-weight: 700;
|
|
59
|
-
margin-right: 6px;
|
|
60
|
-
}
|
|
61
|
-
.c-info-header__patientHeader .n-tag {
|
|
62
|
-
align-self: flex-start;
|
|
63
|
-
border-radius: 4px;
|
|
64
|
-
}
|
|
65
|
-
.c-info-header__info {
|
|
66
|
-
flex: 1;
|
|
67
|
-
display: flex;
|
|
68
|
-
flex-wrap: wrap;
|
|
69
|
-
overflow: hidden;
|
|
70
|
-
justify-content: flex-start;
|
|
71
|
-
height: calc(var(--row-height) * var(--row-num) * 1px);
|
|
72
|
-
font-size: 14px;
|
|
73
|
-
}
|
|
74
|
-
.c-info-header__info td {
|
|
75
|
-
text-align: left;
|
|
76
|
-
}
|
|
77
|
-
.c-info-header__info .n-descriptions-table-content {
|
|
78
|
-
padding-bottom: 0 !important;
|
|
79
|
-
height: calc(var(--row-height) * 1px);
|
|
80
|
-
vertical-align: middle !important;
|
|
81
|
-
max-width: calc(var(--column-width) * 1px);
|
|
82
|
-
}
|
|
83
|
-
.c-info-header__info .n-descriptions-table-content__label {
|
|
84
|
-
display: inline-block;
|
|
85
|
-
}
|
|
86
|
-
.c-info-header__setting {
|
|
87
|
-
display: flex;
|
|
88
|
-
align-self: flex-start;
|
|
89
|
-
gap: 8px;
|
|
90
|
-
}
|
|
91
|
-
.c-info-header__settingIcon {
|
|
92
|
-
cursor: pointer;
|
|
93
|
-
}
|
|
94
|
-
.c-info-header__setting .iconfont {
|
|
95
|
-
font-size: 20px;
|
|
96
|
-
color: black;
|
|
97
|
-
display: inline-block;
|
|
98
|
-
transition: all 0.2s ease-in-out;
|
|
99
|
-
}
|
|
100
|
-
.c-info-header.is-compact [compact-hidden] {
|
|
101
|
-
display: none !important;
|
|
102
|
-
}
|
|
103
|
-
.c-info-header.is-compact .icon-double_down {
|
|
104
|
-
transform: rotate(0deg);
|
|
105
|
-
}
|
|
106
|
-
.c-info-header .icon-double_down {
|
|
107
|
-
transform: rotate(180deg);
|
|
108
|
-
}
|
|
109
|
-
.c-info-header__hidden {
|
|
110
|
-
display: inline-flex;
|
|
111
|
-
vertical-align: middle;
|
|
112
|
-
align-items: center;
|
|
113
|
-
gap: 8px;
|
|
114
|
-
font-size: 14px;
|
|
115
|
-
}
|
|
116
|
-
.c-info-header__hidden--icon {
|
|
117
|
-
color: inherit !important;
|
|
118
|
-
cursor: pointer;
|
|
119
|
-
font-size: 14px;
|
|
120
|
-
text-decoration: none !important;
|
|
121
|
-
}
|
|
1
|
+
.c-info-header{align-items:center;background:#fff;box-shadow:0 2px 4px 0 hsla(0,0%,69%,.46);display:flex;gap:18px;justify-content:space-between;padding:16px}@font-face{font-family:iconfont;src:url(iconfont.ttf) format("truetype")}.c-info-header .iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:iconfont!important;font-size:16px;font-style:normal}.c-info-header .icon-double_up:before{content:"\e8c3"}.c-info-header .icon-guanbi-yanjing:before{content:"\e6e3"}.c-info-header .icon-faxian-yanjing:before{content:"\e6de"}.c-info-header .icon-bianji:before{content:"\e600"}.c-info-header .icon-setting:before{content:"\e785"}.c-info-header .icon-double_down:before{content:"\e8c2"}.c-info-header__divider{align-self:stretch;background:#d5d5d566;width:1px}.c-info-header__patient{display:flex;gap:12px;margin-right:34px}.c-info-header__patientHeader{align-items:baseline;display:flex;gap:6px;vertical-align:bottom}.c-info-header__patientHeader--name{font-size:20px;font-weight:700;margin-right:6px}.c-info-header__patientHeader .n-tag{align-self:flex-start;border-radius:4px}.c-info-header__info{display:flex;flex:1;flex-wrap:wrap;font-size:14px;height:calc(var(--row-height)*var(--row-num)*1px);justify-content:flex-start;overflow:hidden}.c-info-header__info td{text-align:left}.c-info-header__info .n-descriptions-table-content{height:calc(var(--row-height)*1px);max-width:calc(var(--column-width)*1px);padding-bottom:0!important;vertical-align:middle!important}.c-info-header__info .n-descriptions-table-content__label{display:inline-block}.c-info-header__setting{align-self:flex-start;display:flex;gap:8px}.c-info-header__settingIcon{cursor:pointer}.c-info-header__setting .iconfont{color:#000;display:inline-block;font-size:20px;transition:all .2s ease-in-out}.c-info-header.is-compact [compact-hidden]{display:none!important}.c-info-header.is-compact .icon-double_down{transform:rotate(0deg)}.c-info-header .icon-double_down{transform:rotate(180deg)}.c-info-header__hidden{align-items:center;display:inline-flex;font-size:14px;gap:8px;vertical-align:middle}.c-info-header__hidden--icon{color:inherit!important;cursor:pointer;font-size:14px;text-decoration:none!important}
|
|
@@ -1,61 +1 @@
|
|
|
1
|
-
.c-map {
|
|
2
|
-
width: 100%;
|
|
3
|
-
min-height: 500px;
|
|
4
|
-
height: 100%;
|
|
5
|
-
overflow: hidden;
|
|
6
|
-
text-align: left;
|
|
7
|
-
}
|
|
8
|
-
.c-map ul,
|
|
9
|
-
.c-map li {
|
|
10
|
-
list-style: none;
|
|
11
|
-
margin: 0;
|
|
12
|
-
padding: 0;
|
|
13
|
-
}
|
|
14
|
-
.c-map #map-core {
|
|
15
|
-
width: 100%;
|
|
16
|
-
height: 250px;
|
|
17
|
-
}
|
|
18
|
-
.c-map .search-container {
|
|
19
|
-
margin-top: 20px;
|
|
20
|
-
height: 40px;
|
|
21
|
-
}
|
|
22
|
-
.c-map .search-container .map-input-search {
|
|
23
|
-
display: flex;
|
|
24
|
-
}
|
|
25
|
-
.c-map .search-container .map-input-search .n-input {
|
|
26
|
-
height: 32px;
|
|
27
|
-
line-height: 32px;
|
|
28
|
-
border-top-right-radius: 0;
|
|
29
|
-
border-bottom-right-radius: 0;
|
|
30
|
-
}
|
|
31
|
-
.c-map .search-container .map-input-search .input-addon {
|
|
32
|
-
height: 32px;
|
|
33
|
-
line-height: 32px;
|
|
34
|
-
}
|
|
35
|
-
.c-map .search-container .map-input-search .input-addon .n-button {
|
|
36
|
-
height: 100%;
|
|
37
|
-
padding: 0 16px;
|
|
38
|
-
border-top-left-radius: 0;
|
|
39
|
-
border-bottom-left-radius: 0;
|
|
40
|
-
}
|
|
41
|
-
.c-map .address-list {
|
|
42
|
-
height: calc(100% - 75px);
|
|
43
|
-
overflow-y: auto;
|
|
44
|
-
}
|
|
45
|
-
.c-map .address-list .address-item {
|
|
46
|
-
height: 60px;
|
|
47
|
-
cursor: pointer;
|
|
48
|
-
padding-top: 10px;
|
|
49
|
-
}
|
|
50
|
-
.c-map .address-list .address-item .title {
|
|
51
|
-
font-size: 16px;
|
|
52
|
-
}
|
|
53
|
-
.c-map .address-list .address-item span {
|
|
54
|
-
font-size: 12px;
|
|
55
|
-
color: #b9b9b9;
|
|
56
|
-
}
|
|
57
|
-
.c-map .address-list .address-item:first-child {
|
|
58
|
-
height: 57px;
|
|
59
|
-
padding-top: 20px;
|
|
60
|
-
line-height: 40px;
|
|
61
|
-
}
|
|
1
|
+
.c-map{height:100%;min-height:500px;overflow:hidden;text-align:left;width:100%}.c-map li,.c-map ul{list-style:none;margin:0;padding:0}.c-map #map-core{height:250px;width:100%}.c-map .search-container{height:40px;margin-top:20px}.c-map .search-container .map-input-search{display:flex}.c-map .search-container .map-input-search .n-input{border-bottom-right-radius:0;border-top-right-radius:0;height:32px;line-height:32px}.c-map .search-container .map-input-search .input-addon{height:32px;line-height:32px}.c-map .search-container .map-input-search .input-addon .n-button{border-bottom-left-radius:0;border-top-left-radius:0;height:100%;padding:0 16px}.c-map .address-list{height:calc(100% - 75px);overflow-y:auto}.c-map .address-list .address-item{cursor:pointer;height:60px;padding-top:10px}.c-map .address-list .address-item .title{font-size:16px}.c-map .address-list .address-item span{color:#b9b9b9;font-size:12px}.c-map .address-list .address-item:first-child{height:57px;line-height:40px;padding-top:20px}
|