73 lines
1.3 KiB
SCSS
73 lines
1.3 KiB
SCSS
[v-cloak] {
|
|
display: none !important;
|
|
}
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
html, body, #app {
|
|
height: 100%;
|
|
}
|
|
body {
|
|
min-width: 1024px;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
cursor: default !important;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/*---滚动条默认显示样式--*/
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: #ddd;
|
|
border-radius: 6px;
|
|
border: 2px solid #fff;
|
|
}
|
|
/*---鼠标点击滚动条显示样式--*/
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background-color: #c8c8c8;
|
|
border-radius: 6px;
|
|
}
|
|
/*---滚动条大小--*/
|
|
::-webkit-scrollbar {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
/*---滚动框背景样式--*/
|
|
::-webkit-scrollbar-track-piece {
|
|
background-color: transparent;
|
|
}
|
|
/* input的placeholder字色 */
|
|
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
|
|
color: lighten(#0091ff, 20%);
|
|
}
|
|
.myDatePicker .el-picker-panel__footer{
|
|
.el-button{
|
|
display: none;
|
|
}
|
|
.is-plain{
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
th *:first-letter,
|
|
.left-menu *:first-letter,
|
|
.option-popper *,
|
|
.header__operations *:first-letter {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.outer-box {
|
|
padding: 10px;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.el-table__empty-block {
|
|
width: 100% !important;
|
|
}
|
|
|
|
/* 淡化amcharts的logo */
|
|
g [aria-labelledby$=-title] {
|
|
opacity: 0.1;
|
|
transform: translate(calc(100% - 76px), calc(100% - 25px));
|
|
}
|