|
@@ -3,6 +3,9 @@
|
|
|
.el-input,button{
|
|
.el-input,button{
|
|
|
width: 500px;
|
|
width: 500px;
|
|
|
}
|
|
}
|
|
|
|
|
+ .sub .el-input {
|
|
|
|
|
+ width: 500px!important;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|
|
|
<template>
|
|
<template>
|
|
@@ -25,6 +28,9 @@
|
|
|
<el-form-item label="备注">
|
|
<el-form-item label="备注">
|
|
|
<el-input placeholder="备注" v-model="form.remark"></el-input>
|
|
<el-input placeholder="备注" v-model="form.remark"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
+ <el-form-item label="提醒">
|
|
|
|
|
+ <el-input placeholder="提醒" v-model="form.remind"></el-input>
|
|
|
|
|
+ </el-form-item>
|
|
|
<el-form-item label=" ">
|
|
<el-form-item label=" ">
|
|
|
<el-button @click="save" type="primary">保存</el-button>
|
|
<el-button @click="save" type="primary">保存</el-button>
|
|
|
</el-form-item>
|
|
</el-form-item>
|