|
|
@ -16,19 +16,28 @@ body { |
|
|
|
height: 100%; |
|
|
|
width: 100%; |
|
|
|
overflow: hidden; |
|
|
|
#App{ |
|
|
|
|
|
|
|
#App { |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
.semi-timepicker-panel{//时间选择器不显示滚动栏 |
|
|
|
|
|
|
|
.semi-timepicker-panel { |
|
|
|
|
|
|
|
//时间选择器不显示滚动栏 |
|
|
|
::-webkit-scrollbar { |
|
|
|
display: none; /* Chrome Safari */ |
|
|
|
display: none; |
|
|
|
/* Chrome Safari */ |
|
|
|
|
|
|
|
} |
|
|
|
scrollbar-width: none; /* firefox */ |
|
|
|
-ms-overflow-style: none; /* IE 10+ */ |
|
|
|
|
|
|
|
scrollbar-width: none; |
|
|
|
/* firefox */ |
|
|
|
-ms-overflow-style: none; |
|
|
|
/* IE 10+ */ |
|
|
|
overflow-x: hidden; |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
|
|
|
|
a:link { |
|
|
|
text-decoration: none; |
|
|
|
color: unset |
|
|
@ -49,3 +58,8 @@ body { |
|
|
|
color: unset |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// SEMI 全局样式 |
|
|
|
.semi-portal-inner { |
|
|
|
min-width: 300px!important |
|
|
|
} |