pull/28/head
parent
5ca623bb55
commit
8e810024c3
|
@ -1512,6 +1512,7 @@
|
||||||
.realTime .page-content .control-view .control-list .list-view {
|
.realTime .page-content .control-view .control-list .list-view {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.realTime .page-content .control-view .control-list .list-view .icon {
|
.realTime .page-content .control-view .control-list .list-view .icon {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1591,6 +1591,7 @@
|
||||||
.list-view{
|
.list-view{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-right: 10px;
|
||||||
.icon{
|
.icon{
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
Loading…
Reference in New Issue