样式微调

This commit is contained in:
fofolee 2020-06-28 23:31:48 +08:00
parent 4d8409928e
commit 9f1c275cf1

View File

@ -1,10 +1,11 @@
.output { .output {
padding: 0px 10px; padding: 10px;
font-size: 13px; font-size: 13px;
font-family: Monaco, consolas; font-family: Monaco, consolas;
white-space: pre-wrap; white-space: pre-wrap;
word-break: break-all; word-break: break-all;
text-align: left; text-align: left;
margin: 0;
} }
.error { .error {
@ -739,7 +740,8 @@ li.CodeMirror-hint {
#quickselect .select2-dropdown { #quickselect .select2-dropdown {
position: fixed; position: fixed;
font-size: 14px; font-size: 14px;
top: -58px top: -58px;
border: none;
} }
#quickselect .select2-results__options { #quickselect .select2-results__options {
@ -794,7 +796,6 @@ li.CodeMirror-hint {
height: 40px; height: 40px;
width: 40px; width: 40px;
border: 0; border: 0;
box-shadow: 0 0 16px 0 #607D8B;
border-radius: 50%; border-radius: 50%;
background: #2196F3; background: #2196F3;
color: white; color: white;