Commit 7e56c5e6 authored by chenshouchao's avatar chenshouchao

nothing

parent 31ccd449
......@@ -130,7 +130,7 @@
.logViewBottom {
display: flex;
align-items: center;
justify-content: end;
justify-content: flex-end;
height: 76px;
padding-right: 24px;
}
......
......@@ -122,6 +122,6 @@
.pagination {
padding: 19px 0 0px;
display: flex;
justify-content: end;
justify-content: flex-end;
align-items: center;
}
......@@ -130,7 +130,7 @@
.logViewBottom {
display: flex;
align-items: center;
justify-content: end;
justify-content: flex-end;
height: 76px;
padding-right: 24px;
}
......
......@@ -77,7 +77,7 @@
-webkit-transition: width 0.4s;
overflow: hidden;
display: flex;
justify-content: start;
justify-content: flex-start;
align-items: center;
}
.addOperator:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment