@zgfe/modules-dm 1.0.42-alpha.11 → 1.0.42-alpha.9
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.
|
@@ -20,7 +20,7 @@ import EventList from './collectionEventList';
|
|
|
20
20
|
import CollectionAttributeList from './collectionAttributeList';
|
|
21
21
|
import VirtualEventList from './virtualEventList';
|
|
22
22
|
var DataManage = function DataManage(props) {
|
|
23
|
-
var classPrefix = 'data-
|
|
23
|
+
var classPrefix = 'data-collection';
|
|
24
24
|
var updateEventMetas = props.updateEventMetas;
|
|
25
25
|
var _upDatedDmFun = upDatedDmFun(),
|
|
26
26
|
_upDatedDmFun2 = _slicedToArray(_upDatedDmFun, 2),
|
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
.data-
|
|
2
|
+
.data-collection {
|
|
3
3
|
position: relative;
|
|
4
4
|
height: calc(100vh - 80px);
|
|
5
5
|
// padding: 24px;
|
|
6
6
|
background: #fff;
|
|
7
7
|
border-radius: 8px;
|
|
8
|
-
.ant-tabs-tab + .ant-tabs-tab {
|
|
9
|
-
margin: 0 0 0 24px;
|
|
10
|
-
}
|
|
11
8
|
> :nth-child(1) {
|
|
12
9
|
> :nth-child(1) {
|
|
13
10
|
margin-bottom: 0;
|
|
14
|
-
margin-left: 24px;
|
|
15
11
|
}
|
|
16
12
|
> :nth-child(2) {
|
|
17
13
|
margin: 16px;
|