修改页面颜色

This commit is contained in:
GGJ
2024-04-30 11:25:50 +08:00
parent 83a5446b3c
commit 969bf0a308

View File

@@ -283,7 +283,12 @@ const onSubmit = async (formEl: FormInstance | undefined) => {
width: 100%;
margin-top: 0px;
margin-bottom: 20px;
background: #4d6ea1;
background: var(--el-color-primary-light-3);
// background: #009688;
//background: #4d6ea1;
&:hover {
background: var(--el-color-primary-light-5);
}
border-radius: 0;
}