Commit b271b521 authored by 王玉鑫's avatar 王玉鑫

fix: 按钮样式修正

parent fe7e9b94
<template> <template>
<ElDialog <ElDialog
modal-class="verify-dialog"
:model-value="isShowModel" :model-value="isShowModel"
:show-close="false" :show-close="false"
:close-on-click-modal="false" :close-on-click-modal="false"
...@@ -92,3 +93,11 @@ const handleValidate = async () => { ...@@ -92,3 +93,11 @@ const handleValidate = async () => {
} }
}; };
</script> </script>
<style lang="scss">
.verify-dialog {
.el-button {
background-color: #c0322b;
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment