Commit a17cda27 by gao_yingdong

预警任务管理

parent 637d848b
......@@ -2539,8 +2539,8 @@ $-header-fontSize: 18px;
justify-content: flex-end;
position: fixed;
bottom: 0;
width: 100%;
// width: calc(100% - 45px);
// width: 100%;
width: calc(100% - 45px);
.finish {
width: 76px;
height: 32px;
......@@ -2548,7 +2548,7 @@ $-header-fontSize: 18px;
border-radius: 4px;
color: #ffffff;
line-height: 9px;
margin-right: 10px;
// margin-right: 30px !important;
}
.examine {
width: 92px;
......
......@@ -5,6 +5,7 @@
:formLabelAligns="formLabelAlign"
@submit="submit"
:propTitle="title"
:pageBs="pageBs"
>
</form-compontent>
</div>
......@@ -21,6 +22,7 @@ export default {
data() {
return {
title: "新增任务",
pageBs: 'addYes',
propFormField: [
//基本信息
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment