diff --git a/src/pages/plan/add/add.less b/src/pages/plan/add/add.less index fb16971c..050d5d5c 100644 --- a/src/pages/plan/add/add.less +++ b/src/pages/plan/add/add.less @@ -162,7 +162,7 @@ left: 50%; margin-left: -200px; top: 30%; - z-index: 999; + z-index: 9999; .audit-close{ font-size: 20px; position: absolute; diff --git a/src/pages/plan/list/list.js b/src/pages/plan/list/list.js index f2778598..36d5037c 100644 --- a/src/pages/plan/list/list.js +++ b/src/pages/plan/list/list.js @@ -766,8 +766,10 @@ export default class acclist extends React.Component{ this.state.audit_visible ? ( +
+
- + {this.cancel(e)}} />
发送
是否立即发送key以及解压密码?
@@ -813,10 +815,10 @@ export default class acclist extends React.Component{
-
+
-
+
@@ -825,6 +827,7 @@ export default class acclist extends React.Component{
+ ):null } diff --git a/src/pages/plan/list/list.less b/src/pages/plan/list/list.less index 8c12e6bb..5e06773a 100644 --- a/src/pages/plan/list/list.less +++ b/src/pages/plan/list/list.less @@ -12,3 +12,8 @@ margin-left: -125px; border-radius: 5px; } +.input-group{ + width: 80%; + margin: 0 auto; + margin-bottom: 10px; +} \ No newline at end of file