Browse Source

.semi-portal-inner 300px

release_1.3.0
巴林闲侠 3 years ago
parent
commit
51cdd8d454
  1. 24
      code/VideoAccess-VCMP/web/client/src/index.less

24
code/VideoAccess-VCMP/web/client/src/index.less

@ -16,19 +16,28 @@ body {
height: 100%; height: 100%;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
#App{
#App {
height: 100%; height: 100%;
} }
.semi-timepicker-panel{//时间选择器不显示滚动栏
.semi-timepicker-panel {
//时间选择器不显示滚动栏
::-webkit-scrollbar { ::-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-x: hidden;
overflow-y: auto; overflow-y: auto;
} }
a:link { a:link {
text-decoration: none; text-decoration: none;
color: unset color: unset
@ -49,3 +58,8 @@ body {
color: unset color: unset
} }
} }
// SEMI 全局样式
.semi-portal-inner {
min-width: 300px!important
}
Loading…
Cancel
Save