Browse Source

.semi-portal-inner 300px

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

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

@ -7,45 +7,59 @@
*, *,
*::before, *::before,
*::after { *::after {
box-sizing: border-box; box-sizing: border-box;
} }
html, html,
body { body {
margin: 0; margin: 0;
height: 100%; height: 100%;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
#App{
height: 100%; #App {
} height: 100%;
.semi-timepicker-panel{//时间选择器不显示滚动栏 }
::-webkit-scrollbar {
display: none; /* Chrome Safari */ .semi-timepicker-panel {
} //时间选择器不显示滚动栏
scrollbar-width: none; /* firefox */ ::-webkit-scrollbar {
-ms-overflow-style: none; /* IE 10+ */ display: none;
overflow-x: hidden; /* Chrome Safari */
overflow-y: auto;
} }
a:link {
text-decoration: none; scrollbar-width: none;
color: unset /* firefox */
} -ms-overflow-style: none;
/* IE 10+ */
a:visited { overflow-x: hidden;
text-decoration: none; overflow-y: auto;
color: unset }
}
a:link {
a:hover { text-decoration: none;
text-decoration: none; color: unset
color: unset }
}
a:visited {
a:active { text-decoration: none;
text-decoration: none; color: unset
color: unset }
}
a:hover {
text-decoration: none;
color: unset
}
a:active {
text-decoration: none;
color: unset
}
}
// SEMI 全局样式
.semi-portal-inner {
min-width: 300px!important
} }
Loading…
Cancel
Save