Merge branch 'test' of https://git.mcnetmart.com/guoxiangbin/ocr-web into fix/updatesyspic

pull/312/head
raoyongjun 1 year ago
commit 51798eb422

@ -185,7 +185,7 @@ defineExpose({
<style lang="less" scoped> <style lang="less" scoped>
.list { .list {
height: calc(100vh - 146px); height: calc(100vh - 102px);
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;

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

@ -188,7 +188,7 @@ defineExpose({
<style lang="less" scoped> <style lang="less" scoped>
.list { .list {
height: calc(100vh - 146px); height: calc(100vh - 78px);
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;

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