Browse Source

修复拖拽排序的问题。

oldj 8 years ago
parent
commit
6c81a3296f
3 changed files with 2 additions and 2 deletions
  1. 1 0
      app-ui/panel/ListItem.jsx
  2. 0 1
      app/ui/bundle.js
  3. 1 1
      app/version.js

+ 1 - 0
app-ui/panel/ListItem.jsx

@@ -80,6 +80,7 @@ export default class ListItem extends React.Component {
 
     return (
       <div className={classnames({
+        'list-item': 1, // 用于排序选择
         [styles['list-item']]: 1,
         //, 'hidden': !this.isMatched()
         [styles['sys-hosts']]: sys,

File diff suppressed because it is too large
+ 0 - 1
app/ui/bundle.js


+ 1 - 1
app/version.js

@@ -1 +1 @@
-exports.version = [3,3,7,5322];
+exports.version = [3,3,7,5324];

Some files were not shown because too many files changed in this diff