fix:按钮样式修改 #306

Merged
yaoshuli merged 2 commits from fix/change_task into test 1 year ago

@ -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>

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

Loading…
Cancel
Save