| | |
| | | <el-row> |
| | | <el-col :span="22"> |
| | | <el-form-item style="text-align: center;"> |
| | | <el-button type="primary" @click="submitForm('ruleForm')">保存</el-button> |
| | | <el-button @click="close()">关闭</el-button> |
| | | <el-button class="btn" @click="submitForm('ruleForm')" type="primary">保存</el-button> |
| | | <el-button class="btn" @click="close()" type="primary">关闭</el-button> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | max-height: 100px; |
| | | overflow-y: auto |
| | | } |
| | | .btn{ |
| | | background-color: #034ea2; |
| | | border: 1px solid #034ea2; |
| | | } |
| | | .el-button:hover { |
| | | background: #66b1ff; |
| | | border-color: #66b1ff; |
| | | color: #FFF; |
| | | } |
| | | </style> |