shj
2022-04-13 af13278b8cb2577d737860bc8e4c8ba6b1335d70
src/views/hiddenDangerRegistration/hiddenDangerAdd.vue
@@ -160,7 +160,7 @@
          <el-row>
            <el-col :span="22">
              <el-form-item style="text-align: center">
                <el-button type="primary" @click="submitForm('ruleForm')"
                <el-button type="primary" class="btns" @click="submitForm('ruleForm')"
                  >保存</el-button
                >
                <el-button @click="close()">关闭</el-button>
@@ -247,4 +247,8 @@
/deep/ .multiline .el-input__inner {
  height: 62px;
}
 .btns{
        background-color: #034ea2;
        border: 1px solid #034ea2;
    }
</style>