Merge pull request 'fix:按钮样式修改' (#306) from fix/change_task into test

Reviewed-on: #306
pull/308/head
yaoshuli 1 year ago
commit 92e24d65e6

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

@ -42,7 +42,7 @@ function ApprovalOver(packageId) {
flex-direction: row;
box-sizing: border-box;
width: 100%;
height: 100%;
height: 100vh;
padding-bottom: 16px;
//height: calc(100% - 170px);
}

Loading…
Cancel
Save