Commit 7e56c5e6 authored by chenshouchao's avatar chenshouchao

nothing

parent 31ccd449
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
.logViewBottom { .logViewBottom {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: end; justify-content: flex-end;
height: 76px; height: 76px;
padding-right: 24px; padding-right: 24px;
} }
......
...@@ -122,6 +122,6 @@ ...@@ -122,6 +122,6 @@
.pagination { .pagination {
padding: 19px 0 0px; padding: 19px 0 0px;
display: flex; display: flex;
justify-content: end; justify-content: flex-end;
align-items: center; align-items: center;
} }
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
.logViewBottom { .logViewBottom {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: end; justify-content: flex-end;
height: 76px; height: 76px;
padding-right: 24px; padding-right: 24px;
} }
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
-webkit-transition: width 0.4s; -webkit-transition: width 0.4s;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
justify-content: start; justify-content: flex-start;
align-items: center; align-items: center;
} }
.addOperator:hover { .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