hoeditor-web 3.1.196 → 3.1.197
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 +3 -8
- package/lib/hoeditor.umd.js +7705 -8925
- package/lib/hoeditor.umd.min.js +23 -23
- package/package.json +1 -1
package/lib/hoeditor.css
CHANGED
|
@@ -16173,8 +16173,7 @@ legend {
|
|
|
16173
16173
|
color: #409eff;
|
|
16174
16174
|
border: 1px solid #d9ecff;
|
|
16175
16175
|
border-radius: 4px;
|
|
16176
|
-
|
|
16177
|
-
box-sizing: border-box;
|
|
16176
|
+
box-sizing: border-box;
|
|
16178
16177
|
white-space: nowrap;
|
|
16179
16178
|
}
|
|
16180
16179
|
.radio-checkbox-modal .tags i {
|
|
@@ -17926,7 +17925,6 @@ legend {
|
|
|
17926
17925
|
display: inline-block;
|
|
17927
17926
|
width: 100%;
|
|
17928
17927
|
height: 100%;
|
|
17929
|
-
-webkit-transition: all 0.3s ease-in-out;
|
|
17930
17928
|
transition: all 0.3s ease-in-out;
|
|
17931
17929
|
}
|
|
17932
17930
|
.print-selected {
|
|
@@ -17944,8 +17942,7 @@ legend {
|
|
|
17944
17942
|
.pop-list li {
|
|
17945
17943
|
height: 26px;
|
|
17946
17944
|
line-height: 26px;
|
|
17947
|
-
|
|
17948
|
-
box-sizing: border-box;
|
|
17945
|
+
box-sizing: border-box;
|
|
17949
17946
|
width: 100%;
|
|
17950
17947
|
text-align: left;
|
|
17951
17948
|
padding: 0 12px;
|
|
@@ -17971,13 +17968,11 @@ legend {
|
|
|
17971
17968
|
}
|
|
17972
17969
|
.item-hover .ho-emr-tool-item svg {
|
|
17973
17970
|
margin: 0 8px 0 0;
|
|
17974
|
-
|
|
17975
|
-
transform: translateY(5px);
|
|
17971
|
+
transform: translateY(5px);
|
|
17976
17972
|
}
|
|
17977
17973
|
.item-hover .ho-emr-tool-item:hover {
|
|
17978
17974
|
color: #2d7aff;
|
|
17979
17975
|
background: #ecf5ff;
|
|
17980
|
-
-webkit-transition: all 0.3s ease-in-out;
|
|
17981
17976
|
transition: all 0.3s ease-in-out;
|
|
17982
17977
|
}
|
|
17983
17978
|
.item-hover .ho-emr-tool-item:hover input {
|