mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-12-29 14:25:09 +08:00
支持 MacOS,重写获取及缓存图标的方法
This commit is contained in:
@@ -23,6 +23,23 @@
|
||||
.path {
|
||||
color: #888888;
|
||||
font-size: small;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis
|
||||
}
|
||||
|
||||
.user {
|
||||
float: right;
|
||||
margin: 15px 10px;
|
||||
height: 20px;
|
||||
color: #666666
|
||||
}
|
||||
|
||||
.usage {
|
||||
font-size: small;
|
||||
float: left;
|
||||
color: #607D8B;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#infopannel {
|
||||
@@ -39,4 +56,11 @@ img {
|
||||
float: left;
|
||||
margin: 10px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.load {
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
font-size: large;
|
||||
color: #666666;
|
||||
}
|
||||
Reference in New Issue
Block a user