src/views/hiddenDangerManagement/fillRectification.vue
@@ -131,9 +131,11 @@ </el-form> <div class="btn"> <el-button class="btns" type="primary" @click="submitConfig('config')">保存</el-button> <el-button class="btns" type="primary" @click="close()">关闭</el-button> </div> </div> @@ -267,4 +269,13 @@ text-align: center; margin-top: 50px; } .btns{ background-color: #034ea2; border: 1px solid #034ea2; } .el-button:hover { background: #66b1ff; border-color: #66b1ff; color: #FFF; } </style>