mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 06:54:11 +08:00
样式微调
This commit is contained in:
parent
4d8409928e
commit
9f1c275cf1
@ -1,10 +1,11 @@
|
||||
.output {
|
||||
padding: 0px 10px;
|
||||
padding: 10px;
|
||||
font-size: 13px;
|
||||
font-family: Monaco, consolas;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.error {
|
||||
@ -739,7 +740,8 @@ li.CodeMirror-hint {
|
||||
#quickselect .select2-dropdown {
|
||||
position: fixed;
|
||||
font-size: 14px;
|
||||
top: -58px
|
||||
top: -58px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#quickselect .select2-results__options {
|
||||
@ -794,7 +796,6 @@ li.CodeMirror-hint {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
border: 0;
|
||||
box-shadow: 0 0 16px 0 #607D8B;
|
||||
border-radius: 50%;
|
||||
background: #2196F3;
|
||||
color: white;
|
||||
|
Loading…
x
Reference in New Issue
Block a user