| | |
| | | required |
| | | prop="startTime" |
| | | > |
| | | <el-col :span="11" class="pick-time"> |
| | | <el-col :span="11" class=""> |
| | | <el-date-picker |
| | | size="small" |
| | | type="datetime" |
| | |
| | | <el-row> |
| | | <el-col :span="6" :offset="15"> |
| | | <el-form-item style="margin-top:50px;text-align:right;" label-width="0px"> |
| | | <el-button type="info" size="small" @click="onCancle">取消</el-button> |
| | | <el-button type="info" size="small" @click="onCancle" style="color:#222">取消</el-button> |
| | | <el-button type="primary" size="small" @click="onSubmit('baseForm')" class="save">保存</el-button> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | -webkit-box-sizing: border-box; |
| | | box-sizing: border-box; |
| | | } |
| | | .el-radio__input.is-checked .el-radio__inner { |
| | | border-color: #3d68e1; |
| | | background: #3d68e1; |
| | | } |
| | | // .el-radio__input.is-checked .el-radio__inner { |
| | | // border-color: #3d68e1; |
| | | // background: #3d68e1; |
| | | // } |
| | | .save { |
| | | background: #3d68e1; |
| | | border-radius: 2px; |
| | |
| | | transition: all 0.3s; |
| | | pointer-events: none; |
| | | } |
| | | .el-button--info { |
| | | color: #222222 !important; |
| | | } |
| | | } |
| | | </style> |