Commit 18660d85 authored by youjie's avatar youjie

no message

parent 1e3a905d
......@@ -143,7 +143,7 @@
size="large"
:loading="loading"
html-type="submit"
class="!w-[159px] !bg-[#FFFFFF] !border-[1px] !border-[#E3E6DA] SourceHanSansCN font-bold text-gray-200 !h-[46px] !rounded-[13px] !text-base mr-[37px]"
class="cancelbuttonBox !w-[159px] !border-[1px] !border-[#E3E6DA] SourceHanSansCN font-bold text-gray-200 !h-[46px] !rounded-[13px] !text-base mr-[37px]"
@click="cancel()"
>
{{ t('personal.cancel') }}
......@@ -464,4 +464,10 @@ initPullDown()
height: 40px;
border: 0;
}
.cancelbuttonBox{
background-color: #FFFFFF;
}
.cancelbuttonBox:hover{
background-color: var(--customPrimary-7);
}
</style>
\ No newline at end of file
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