mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-26 13:19:26 +08:00
调整配置页面的样式
This commit is contained in:
@@ -137,12 +137,18 @@
|
||||
|
||||
#options table {
|
||||
border-collapse: collapse;
|
||||
table-layout:fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#options table td {
|
||||
border-collapse: collapse;
|
||||
padding: 3px;
|
||||
margin-right: 15px;
|
||||
word-break:keep-all;
|
||||
white-space:nowrap;
|
||||
overflow:hidden;
|
||||
text-overflow:ellipsis;
|
||||
}
|
||||
|
||||
#options table tr:nth-child(odd) {
|
||||
@@ -166,13 +172,6 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#options div.cmds {
|
||||
width: 260px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#options .keyword.re {
|
||||
color: rgb(105, 40, 97);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user