fix:按钮样式修改

pull/306/head
lihui_ocr 1 year ago
parent 647704ab7d
commit cfe502b8a5

@ -310,10 +310,13 @@ defineExpose({
不通过 不通过
</n-button> </n-button>
<n-button <n-button
class="btn3"
style=" style="
width:72px; width:72px;
height:38px; height:38px;
position: absolute; position: absolute;
border: 1px solid #cad2dd;
color:black;
right: 36px;" @click="closeModal" right: 36px;" @click="closeModal"
> >
取消 取消
@ -591,4 +594,12 @@ defineExpose({
background-color: #fff !important; background-color: #fff !important;
border: 1px solid #cad2dd !important; border: 1px solid #cad2dd !important;
} }
.btn3{
border: 1px solid #cad2dd !important;
color: black;
}
.btn3:hover{
border: 1px solid #cad2dd !important;
color: black;
}
</style> </style>

Loading…
Cancel
Save