sh-view 2.9.12 → 2.9.14
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sh-view",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.14",
|
|
4
4
|
"description": "基于vxe-table二次封装,更包含Alert,Badge,Card,CodeEditor,Col,Corner,CountTo,Drawer,Empty,Form,Header,Icon,List,Loading,Modal,Noticebar,Poptip,Progress,PullRefresh,Query,Result,Row,Split,Grid,Table,Tabs,Tag,Toolbar,Tree,Upload,WaterFall,WaterMark等丰富组件库",
|
|
5
5
|
"main": "packages/index.js",
|
|
6
6
|
"typings": "types/index.d.ts",
|
|
@@ -87,21 +87,19 @@ export default defineComponent({
|
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
.vxe-form {
|
|
90
|
-
.vxe-form--
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
90
|
+
.vxe-form--group {
|
|
91
|
+
&.sh-form-title-item {
|
|
92
|
+
border: 1px solid var(--border-color);
|
|
93
|
+
flex-wrap: wrap;
|
|
94
|
+
flex-direction: column;
|
|
95
|
+
.vxe-form--group-title {
|
|
96
|
+
border-left: 5px solid var(--primary-color);
|
|
97
|
+
padding: 0 0.5em;
|
|
98
|
+
flex: 1;
|
|
99
99
|
min-height: auto;
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
display: none;
|
|
104
|
-
}
|
|
100
|
+
min-width: 100%;
|
|
101
|
+
.vxe-form--item-title-postfix {
|
|
102
|
+
display: none;
|
|
105
103
|
}
|
|
106
104
|
}
|
|
107
105
|
}
|
|
@@ -108,7 +108,7 @@ let tableOptions = {
|
|
|
108
108
|
rowDragConfig: {
|
|
109
109
|
showIcon: true,
|
|
110
110
|
showDragTip: true,
|
|
111
|
-
isPeerDrag:
|
|
111
|
+
isPeerDrag: true,
|
|
112
112
|
isCrossDrag: false,
|
|
113
113
|
isToChildDrag: false,
|
|
114
114
|
isSelfToChildDrag: false,
|
|
@@ -117,7 +117,7 @@ let tableOptions = {
|
|
|
117
117
|
columnDragConfig: {
|
|
118
118
|
showIcon: true,
|
|
119
119
|
showDragTip: true,
|
|
120
|
-
isPeerDrag:
|
|
120
|
+
isPeerDrag: true,
|
|
121
121
|
isCrossDrag: false,
|
|
122
122
|
isToChildDrag: false,
|
|
123
123
|
isSelfToChildDrag: false,
|