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

Loading…
Cancel
Save