Commit 9832bc93 authored by 王玉鑫's avatar 王玉鑫

fix: 按钮样式修正

parent e6023389
<template>
<ElDialog
modal-class="verify-dialog"
:model-value="isShowModel"
:show-close="false"
:close-on-click-modal="false"
......@@ -92,3 +93,11 @@ const handleValidate = async () => {
}
};
</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