10 changed files with 193 additions and 83 deletions
-
55src/assets/styles/lend-manage.scss
-
3src/views/archivesManage/archivesCheck/index.vue
-
40src/views/archivesManage/lendManage/borrowerManage/index.vue
-
15src/views/archivesManage/lendManage/components/archiveDetail.vue
-
38src/views/archivesManage/lendManage/data1.json
-
3src/views/archivesManage/lendManage/index.vue
-
44src/views/archivesManage/lendManage/lendConfirm/index.vue
-
19src/views/archivesManage/lendManage/lendQuery/index.vue
-
30src/views/archivesManage/lendManage/returnArchives/index.vue
-
29src/views/archivesManage/lendManage/toLend/index.vue
@ -0,0 +1,55 @@ |
|||
.no-lend .cell-lend{ |
|||
color:#F65163; |
|||
border: 1px solid #F65163; |
|||
padding: 2px 8px; |
|||
border-radius: 11px; |
|||
} |
|||
.have-lend .cell-lend{ |
|||
color: #fff; |
|||
padding: 2px 8px; |
|||
border-radius: 11px; |
|||
background-color: #F65163; |
|||
} |
|||
.other-lend .cell-lend{ |
|||
color:#F65163; |
|||
border: 1px solid #F65163; |
|||
padding: 2px 8px; |
|||
border-radius: 11px; |
|||
position: relative; |
|||
display: inline-block; |
|||
width: 46px; |
|||
height: 22px; |
|||
&::after{ |
|||
content: ''; |
|||
display: block; |
|||
height: 2px; |
|||
width: 20px; |
|||
background-color: #F65163; |
|||
position: absolute; |
|||
left: 50%; |
|||
top: 50%; |
|||
transform: translate(-50%,-50%); |
|||
} |
|||
} |
|||
|
|||
.clear{ |
|||
border-radius: 13px; |
|||
width: 80px; |
|||
height: 26px; |
|||
line-height: 26px; |
|||
display: inline-block; |
|||
text-align: center; |
|||
} |
|||
.no-clear .clear{ |
|||
color: #FD8042; |
|||
border: 1px solid #FD8042; |
|||
} |
|||
.have-clear .clear{ |
|||
color: #1AAE93; |
|||
border: 1px solid #1AAE93; |
|||
} |
|||
.fail-clear .clear{ |
|||
color: #F65163; |
|||
border: 1px solid #F65163; |
|||
} |
|||
|
@ -1,15 +0,0 @@ |
|||
<template> |
|||
<div> |
|||
档案详情 |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
|
|||
} |
|||
</script> |
|||
|
|||
<style lang="scss" scoped> |
|||
|
|||
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue