.
This commit is contained in:
55
assets/style.less
Normal file
55
assets/style.less
Normal file
@@ -0,0 +1,55 @@
|
||||
html, body {
|
||||
margin: 0px;
|
||||
background-color: #222C32 !important;
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
box-sizing: border-box;
|
||||
font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif !important;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.el-dialog {
|
||||
margin-top: 0px !important;
|
||||
border-radius: 0px;
|
||||
width: 100%;
|
||||
|
||||
.el-dialog__body {
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
.el-select-dropdown {
|
||||
max-width: 100%;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
.page-enter-active, .page-leave-active {
|
||||
transition: opacity .2s, transform .3s;
|
||||
}
|
||||
.page-enter, .page-leave-active {
|
||||
transition: opacity .3s, transform .2s;
|
||||
opacity: 0;
|
||||
// transform: translateY(30px);
|
||||
}
|
||||
|
||||
pre {
|
||||
font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif !important;
|
||||
margin-bottom: 0px;
|
||||
white-space: pre-line;
|
||||
font-family: unset;
|
||||
}
|
||||
|
||||
.el-popover {
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.el-dialog {
|
||||
margin-top: 10vh !important;
|
||||
width: 700px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user