Browse Source

audit

master
maochaoying 2 years ago
parent
commit
b4608fd685
  1. 17
      src/components/Audit.vue

17
src/components/Audit.vue

@ -116,7 +116,7 @@ const handleCurrentPageChange = page => {
height: 80.29px;
background: #f6f6f6;
border-radius: 16px 16px 0px 0px;
padding: 0 89.43px;
padding: 0 193px 0px 80px;
box-sizing: border-box;
font-family: Source Han Sans CN;
font-size: 18px;
@ -130,7 +130,8 @@ const handleCurrentPageChange = page => {
overflow: scroll;
.line {
padding: 23px;
padding-left: 40px;
padding-left: 80px;
padding-right: 40px;
font-family: Source Han Sans CN;
font-size: 18px;
font-weight: normal;
@ -148,17 +149,27 @@ const handleCurrentPageChange = page => {
text-overflow: ellipsis;
text-align: center;
font-size: 21px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.oper {
width: 600px;
margin-left: 218px;
width: 400px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
display: flex;
align-items: center;
justify-content: flex-start;
}
.time {
font-size: 20px;
width: 230px;
display: flex;
align-items: center;
justify-content: flex-start;
overflow: hidden;
text-align: center;
white-space: nowrap;

Loading…
Cancel
Save