pc-master #28

Merged
xiaomeng merged 2 commits from pc-master into portal 2023-11-10 09:48:08 +00:00
3 changed files with 3 additions and 1 deletions
Showing only changes of commit 8e810024c3 - Show all commits

View File

@ -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

View File

@ -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;