@zgfe/modules-interval 1.0.0-interval.19 → 1.0.0-interval.20

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.
@@ -6,7 +6,7 @@
6
6
  .interval-container {
7
7
  width: 100%;
8
8
  min-width: 1000px;
9
- height: 100%;
9
+ height: auto;
10
10
  background: #fafafb;
11
11
  .interval-layout {
12
12
  .biz-layout-collapse-handle {
@@ -78,11 +78,11 @@
78
78
  }
79
79
 
80
80
  .interval-box {
81
- >div:nth-child(1) {
81
+ > div:nth-child(1) {
82
82
  padding: 4px 24px;
83
83
  }
84
84
 
85
- >div:nth-child(1):hover {
85
+ > div:nth-child(1):hover {
86
86
  background-color: #e8efff;
87
87
  }
88
88
 
@@ -128,7 +128,7 @@
128
128
  width: 208px;
129
129
  }
130
130
 
131
- >.ant-form-item {
131
+ > .ant-form-item {
132
132
  margin-bottom: 12px;
133
133
  }
134
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-interval",
3
- "version": "1.0.0-interval.19",
3
+ "version": "1.0.0-interval.20",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import './styles/index.less';
3
- import { TopPanelProps } from './types';
4
- declare const TopPanel: React.FC<TopPanelProps>;
5
- export default TopPanel;